projects
/
invirt/packages/python-routefs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix patch context for new upstream
[invirt/packages/python-routefs.git]
/
debian
/
patches
/
dont-install-examples.patch
diff --git
a/debian/patches/dont-install-examples.patch
b/debian/patches/dont-install-examples.patch
index
1980dcd
..
2a30016
100644
(file)
--- 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",
+++ 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'],
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',
classifiers=[
'Development Status :: 5 - Production/Stable',