diff -Nru stuf-0.9.16/debian/changelog stuf-0.9.16/debian/changelog --- stuf-0.9.16/debian/changelog 2015-09-03 14:31:07.000000000 +0000 +++ stuf-0.9.16/debian/changelog 2015-09-03 15:12:28.000000000 +0000 @@ -1,14 +1,20 @@ -stuf (0.9.16-1ubuntu2~ubuntu14.04.1~ppa1) trusty; urgency=medium +stuf (0.9.16-1ubuntu3~ubuntu14.04.1~ppa1) trusty; urgency=medium * No-change backport to trusty - -- Marco Ceppi Thu, 03 Sep 2015 10:31:07 -0400 + -- Marco Ceppi Thu, 03 Sep 2015 11:12:28 -0400 -stuf (0.9.16-1ubuntu2) UNRELEASED; urgency=medium +stuf (0.9.16-1ubuntu3) wily; urgency=medium + + * Path to exclude tests in setup.py + + -- Marco Ceppi Thu, 03 Sep 2015 11:11:22 -0400 + +stuf (0.9.16-1ubuntu2) wily; urgency=medium * Remove tests directory - -- Marco Ceppi Thu, 03 Sep 2015 10:30:03 -0400 + -- Marco Ceppi Thu, 03 Sep 2015 11:10:16 -0400 stuf (0.9.16-1ubuntu1) wily; urgency=medium diff -Nru stuf-0.9.16/debian/patches/ignore-tests stuf-0.9.16/debian/patches/ignore-tests --- stuf-0.9.16/debian/patches/ignore-tests 1970-01-01 00:00:00.000000000 +0000 +++ stuf-0.9.16/debian/patches/ignore-tests 2015-09-03 15:11:12.000000000 +0000 @@ -0,0 +1,28 @@ +Description: Exclude tests from find_packages + * Path to exclude tests in setup.py +Author: Marco Ceppi + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- stuf-0.9.16.orig/setup.py ++++ stuf-0.9.16/setup.py +@@ -32,7 +32,7 @@ setup( + author='L. C. Rees', + author_email='lcrees@gmail.com', + url='https://bitbucket.org/lcrees/stuf', +- packages=find_packages(), ++ packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), + test_suite='stuf.tests', + zip_safe=False, + install_requires=install_requires, diff -Nru stuf-0.9.16/debian/patches/series stuf-0.9.16/debian/patches/series --- stuf-0.9.16/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ stuf-0.9.16/debian/patches/series 2015-09-03 15:10:48.000000000 +0000 @@ -0,0 +1 @@ +ignore-tests