diff -Nru pyvows-2.0.6/debian/changelog pyvows-2.0.6/debian/changelog --- pyvows-2.0.6/debian/changelog 2015-01-25 16:55:32.000000000 +0000 +++ pyvows-2.0.6/debian/changelog 2015-07-02 02:49:43.000000000 +0000 @@ -1,3 +1,9 @@ +pyvows (2.0.6-2) unstable; urgency=high + + * No install 'tests' folder (Closes: #788840) + + -- Marcelo Jorge Vieira Wed, 01 Jul 2015 23:27:29 -0300 + pyvows (2.0.6-1) unstable; urgency=low * Initial version (Closes: #774655) diff -Nru pyvows-2.0.6/debian/patches/no_install_tests_folder.patch pyvows-2.0.6/debian/patches/no_install_tests_folder.patch --- pyvows-2.0.6/debian/patches/no_install_tests_folder.patch 1970-01-01 00:00:00.000000000 +0000 +++ pyvows-2.0.6/debian/patches/no_install_tests_folder.patch 2015-07-02 02:49:43.000000000 +0000 @@ -0,0 +1,28 @@ +Description: No install tests folder +Author: Marcelo Jorge Vieira +Bug-Debian: https://bugs.debian.org/788840 + +--- +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: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- pyvows-2.0.6.orig/setup.py ++++ pyvows-2.0.6/setup.py +@@ -56,7 +56,7 @@ setup( + extras_require={ + 'tests': _test_requires, + }, +- packages=find_packages(), ++ packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), + package_dir={'pyvows': 'pyvows'}, + entry_points={ + 'console_scripts': [ diff -Nru pyvows-2.0.6/debian/patches/series pyvows-2.0.6/debian/patches/series --- pyvows-2.0.6/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ pyvows-2.0.6/debian/patches/series 2015-07-02 02:49:43.000000000 +0000 @@ -0,0 +1 @@ +no_install_tests_folder.patch