diff -Nru incremental-16.10.1/debian/changelog incremental-16.10.1/debian/changelog --- incremental-16.10.1/debian/changelog 2016-11-02 10:31:58.000000000 +0000 +++ incremental-16.10.1/debian/changelog 2016-11-03 20:27:56.000000000 +0000 @@ -1,3 +1,10 @@ +incremental (16.10.1-3) unstable; urgency=medium + + * Recommend python Twisted and Click, in order to use incremental.update + * Install python-click and python3-click when running autopkgtest + + -- Free Ekanayaka Thu, 03 Nov 2016 20:27:56 +0000 + incremental (16.10.1-2) unstable; urgency=medium * Set locale to UTF-8 to fix FTBFS (Closes: #842748) diff -Nru incremental-16.10.1/debian/control incremental-16.10.1/debian/control --- incremental-16.10.1/debian/control 2016-10-31 11:41:58.000000000 +0000 +++ incremental-16.10.1/debian/control 2016-11-03 20:27:56.000000000 +0000 @@ -20,6 +20,7 @@ Package: python-incremental Architecture: all Depends: ${misc:Depends}, ${python:Depends} +Recommends: python-click, python-twisted-core Provides: ${python:Provides} Description: Library for versioning Python projects. Incremental is a small library that versions your Python projects. @@ -29,6 +30,7 @@ Package: python3-incremental Architecture: all Depends: ${misc:Depends}, ${python3:Depends} +Recommends: python3-click, python3-twisted Provides: ${python3:Provides} Description: Library for versioning Python projects. Incremental is a small library that versions your Python projects. diff -Nru incremental-16.10.1/debian/tests/control incremental-16.10.1/debian/tests/control --- incremental-16.10.1/debian/tests/control 2016-10-31 11:46:15.000000000 +0000 +++ incremental-16.10.1/debian/tests/control 2016-11-03 20:27:56.000000000 +0000 @@ -2,4 +2,6 @@ Restrictions: needs-root Depends: @, python-twisted-core, - python3-twisted + python-click, + python3-twisted, + python3-click