X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/95faa22cbd3f1fc6dc059fd585cc813de4b886b4..68707f379b5aa42c1cc245b5c5615b44e8538c2a:/debian/control diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ff43757 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: python-routefs +Section: python +Priority: extra +Maintainer: Evan Broder +Build-Depends: cdbs, debhelper, quilt, python-all-dev, python-support, python-setuptools +Standards-Version: 3.7.2 + +Package: python-routefs +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-fuse, python-routes +Provides: ${python:Provides} +Description: RouteFS: A FUSE API wrapper based on URL routing + RouteFS makes it easy to write read-only FUSE-based filesystems in + terms of the resulting directory structure by exploting the URL + processing library Routes originally written for web-development.