X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/68707f379b5aa42c1cc245b5c5615b44e8538c2a..refs/heads/precise-prod:/debian/patches/dont-install-examples.patch?ds=sidebyside diff --git a/debian/patches/dont-install-examples.patch b/debian/patches/dont-install-examples.patch index 1980dcd..2a30016 100644 --- a/debian/patches/dont-install-examples.patch +++ b/debian/patches/dont-install-examples.patch @@ -4,10 +4,10 @@ Index: python-routefs/setup.py +++ python-routefs/setup.py 2008-09-19 21:49:33.000000000 -0400 @@ -10,7 +10,7 @@ author_email="broder@mit.edu", - url="http://ebroder.net/code/RouteFS", + url="http://github.com/ebroder/python-routefs/wikis", license="MPL, GPL", - packages=find_packages(), + packages=['routefs'], - install_requires=['fuse_python>=0.2a', 'Routes>=1.7'], + install_requires=['fuse_python>=0.2a', 'Routes>=1.9'], classifiers=[ 'Development Status :: 5 - Production/Stable',