diff -Nru python-wstools-0.4.3/debian/changelog python-wstools-0.4.3/debian/changelog --- python-wstools-0.4.3/debian/changelog 2014-08-26 08:42:58.000000000 +0000 +++ python-wstools-0.4.3/debian/changelog 2014-11-14 11:39:37.000000000 +0000 @@ -1,3 +1,9 @@ +python-wstools (0.4.3-3) unstable; urgency=medium + + * Removed the upstream dep to 'docutils' (closes: #755192). + + -- Cyril Bouthors Fri, 14 Nov 2014 12:39:28 +0100 + python-wstools (0.4.3-2) unstable; urgency=medium * Fixed unclear description in debian/control (closes: #758758). diff -Nru python-wstools-0.4.3/debian/control python-wstools-0.4.3/debian/control --- python-wstools-0.4.3/debian/control 2014-08-26 08:42:50.000000000 +0000 +++ python-wstools-0.4.3/debian/control 2014-11-14 12:07:30.000000000 +0000 @@ -1,12 +1,12 @@ Source: python-wstools -Maintainer: Cyril Bouthors -Uploaders: Cyril Bouthors , Cyril Bouthors +Maintainer: Cyril Bouthors +Uploaders: Cyril Bouthors Section: python Priority: optional Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7), python-setuptools -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Package: python-wstools Architecture: all diff -Nru python-wstools-0.4.3/debian/patches/Removed-the-upstream-dep-to-'docutils' python-wstools-0.4.3/debian/patches/Removed-the-upstream-dep-to-'docutils' --- python-wstools-0.4.3/debian/patches/Removed-the-upstream-dep-to-'docutils' 1970-01-01 00:00:00.000000000 +0000 +++ python-wstools-0.4.3/debian/patches/Removed-the-upstream-dep-to-'docutils' 2014-11-14 12:03:16.000000000 +0000 @@ -0,0 +1,31 @@ +Description: Removed the upstream dep to 'docutils' + More info at http://bugs.debian.org/755192 + . + python-wstools (0.4.3-3) unstable; urgency=medium + . + * Removed the upstream dep to 'docutils' (closes: #755192). +Author: Cyril Bouthors +Bug-Debian: https://bugs.debian.org/755192 + +--- +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: + +--- python-wstools-0.4.3.orig/setup.py ++++ python-wstools-0.4.3/setup.py +@@ -29,6 +29,5 @@ setup( + packages=find_packages('src'), + package_dir={'': 'src'}, + include_package_data=True, +- install_requires=['docutils'], + tests_require=['virtualenv>=1.8.4', 'pytest'], + ) diff -Nru python-wstools-0.4.3/debian/patches/series python-wstools-0.4.3/debian/patches/series --- python-wstools-0.4.3/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ python-wstools-0.4.3/debian/patches/series 2014-11-14 12:02:33.000000000 +0000 @@ -0,0 +1 @@ +Removed-the-upstream-dep-to-'docutils'