Update debian/changelog for 1.0.1-1
[invirt/packages/python-routefs.git] / debian / control
1 Source: python-routefs
2 Section: python
3 Priority: extra
4 Maintainer: Evan Broder <broder@mit.edu>
5 Build-Depends: cdbs, debhelper, quilt, python-all-dev, python-support, python-setuptools
6 Standards-Version: 3.7.2
7
8 Package: python-routefs
9 Architecture: all
10 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-fuse, python-routes
11 Provides: ${python:Provides}
12 Description: RouteFS: A FUSE API wrapper based on URL routing
13  RouteFS makes it easy to write read-only FUSE-based filesystems in
14  terms of the resulting directory structure by exploting the URL
15  processing library Routes originally written for web-development.