From 889d5d0d17a15367f907cb55c61585c205b11fc5 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Thu, 18 Apr 2013 22:47:05 -0400 Subject: [PATCH] Fix patch context for new upstream --- debian/changelog | 6 ++++++ debian/patches/dont-install-examples.patch | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 17e3c00..3560c52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-routefs (1.1.2-3) unstable; urgency=low + + * Fix patch context for new upstream. + + -- Greg Price Thu, 18 Apr 2013 22:45:54 -0400 + python-routefs (1.1.2-2) unstable; urgency=low * Port packaging to dh_python2. 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', -- 1.7.9.5