Fix patch context for new upstream precise-prod price 1.1.2-3
authorGreg Price <price@mit.edu>
Fri, 19 Apr 2013 02:47:05 +0000 (22:47 -0400)
committerGreg Price <price@mit.edu>
Fri, 19 Apr 2013 02:47:05 +0000 (22:47 -0400)
debian/changelog
debian/patches/dont-install-examples.patch

index 17e3c00..3560c52 100644 (file)
@@ -1,3 +1,9 @@
+python-routefs (1.1.2-3) unstable; urgency=low
+
+  * Fix patch context for new upstream.
+
+ -- Greg Price <price@mit.edu>  Thu, 18 Apr 2013 22:45:54 -0400
+
 python-routefs (1.1.2-2) unstable; urgency=low
 
   * Port packaging to dh_python2.
index 1980dcd..2a30016 100644 (file)
@@ -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',