diff -Nru python-snuggs-1.3.1/debian/changelog python-snuggs-1.3.1/debian/changelog --- python-snuggs-1.3.1/debian/changelog 2015-06-12 19:57:38.000000000 +0200 +++ python-snuggs-1.3.1/debian/changelog 2015-06-12 19:56:27.000000000 +0200 @@ -1,3 +1,10 @@ +python-snuggs (1.3.1-1ubuntu1) wily; urgency=medium + + * Rename python-click B/D to python-click-cli for ubuntu + * Mangle dependencies for the binary packages + + -- Johan Van de Wauw Fri, 12 Jun 2015 19:54:10 +0200 + python-snuggs (1.3.1-1) unstable; urgency=medium * Initial upload (closes: #783712) diff -Nru python-snuggs-1.3.1/debian/control python-snuggs-1.3.1/debian/control --- python-snuggs-1.3.1/debian/control 2015-06-12 19:57:38.000000000 +0200 +++ python-snuggs-1.3.1/debian/control 2015-06-12 19:33:09.000000000 +0200 @@ -13,8 +13,8 @@ python3-setuptools, python-pytest, python3-pytest, - python-click, - python3-click, + python-click-cli, + python3-click-cli, python-pyparsing, python3-pyparsing, Standards-Version: 3.9.6 diff -Nru python-snuggs-1.3.1/debian/rules python-snuggs-1.3.1/debian/rules --- python-snuggs-1.3.1/debian/rules 2015-06-12 19:57:38.000000000 +0200 +++ python-snuggs-1.3.1/debian/rules 2015-06-12 19:52:27.000000000 +0200 @@ -3,6 +3,11 @@ export PYBUILD_NAME=snuggs export PYBUILD_TEST_PYTEST=1 +override_dh_gencontrol: + sed -i 's/-click/-click-cli/g' debian/*.substvars + dh_gencontrol -O--buildsystem=pybuild + + %: dh $@ --with python2,python3 --buildsystem pybuild