This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch master in repository python-screed.
commit 9b944a3acda86db569705d09f8f03aa675298481 Author: Michael R. Crusoe <[email protected]> Date: Wed May 27 21:36:22 2015 -0400 drop uneeded patches --- debian/patches/add-nose-dep | 14 -------------- debian/patches/fix-tests | 17 ----------------- debian/patches/series | 2 -- 3 files changed, 33 deletions(-) diff --git a/debian/patches/add-nose-dep b/debian/patches/add-nose-dep deleted file mode 100644 index f3fad9a..0000000 --- a/debian/patches/add-nose-dep +++ /dev/null @@ -1,14 +0,0 @@ -Description: depend on nose to that tests can run -Author: Michael R. Crusoe <[email protected]> -Last-Update: 2015-01-30 - ---- screed.orig/setup.py -+++ screed/setup.py -@@ -16,5 +16,6 @@ - 'empty.fa']}, - include_package_data=True, - license='BSD', -- test_suite = 'nose.collector' -+ test_suite='nose.collector', -+ extras_require={'tests': ['nose >= 1.0']}, - ) diff --git a/debian/patches/fix-tests b/debian/patches/fix-tests deleted file mode 100644 index 8531701..0000000 --- a/debian/patches/fix-tests +++ /dev/null @@ -1,17 +0,0 @@ -Description: enable testing of the installed package -Author: Michael R. Crusoe <[email protected]> -Last-Update: 2015-01-30 - ---- screed.orig/setup.py -+++ screed/setup.py -@@ -12,7 +12,9 @@ - author_email='[email protected]', - url='http://github.com/ged-lab/screed/', - packages=['screed', 'screed.tests'], -- package_data={'screed.tests': ['test.*', 'test-whitespace.fa']}, -+ package_data={'screed.tests': ['test.*', 'test-whitespace.fa', -+ 'empty.fa']}, -+ include_package_data=True, - license='BSD', - test_suite = 'nose.collector' - ) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index ee79d09..0000000 --- a/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -fix-tests -add-nose-dep -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-screed.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
