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
8 Package: python-routefs
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.