diff -Nru goobook-1.9/debian/changelog goobook-1.9/debian/changelog --- goobook-1.9/debian/changelog 2017-10-06 13:13:30.000000000 +0000 +++ goobook-1.9/debian/changelog 2018-02-26 16:54:52.000000000 +0000 @@ -1,3 +1,13 @@ +goobook (1.9-3) unstable; urgency=medium + + * Add missing dependency on python-setuptools (Closes: #891371) + * Modify d/watch and d/copyright to use HTTPS + * Bump Standards-Version to 4.1.3, no changes needed + * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields + * Update d/copyright file (bump Copyright years) + + -- Ilias Tsitsimpis Mon, 26 Feb 2018 18:54:52 +0200 + goobook (1.9-2) unstable; urgency=low * Fix broken link in Vcs-Git field. diff -Nru goobook-1.9/debian/control goobook-1.9/debian/control --- goobook-1.9/debian/control 2017-10-06 13:09:39.000000000 +0000 +++ goobook-1.9/debian/control 2018-02-26 16:53:30.000000000 +0000 @@ -8,9 +8,9 @@ python, python-setuptools X-Python-Version: >= 2.7 -Standards-Version: 4.1.1 -Vcs-Browser: https://bitbucket.org/iliastsi/goobook -Vcs-Git: https://bitbucket.org/iliastsi/goobook.git +Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/debian/goobook +Vcs-Git: https://salsa.debian.org/debian/goobook.git Homepage: https://pypi.python.org/pypi/goobook Package: goobook @@ -19,6 +19,7 @@ python-oauth2client (>= 1.2), python-gdata (>= 2.0.18), python-httplib2 (>=0.9), + python-setuptools (>=0.7), ${misc:Depends}, ${python:Depends} Suggests: diff -Nru goobook-1.9/debian/copyright goobook-1.9/debian/copyright --- goobook-1.9/debian/copyright 2017-10-06 13:11:28.000000000 +0000 +++ goobook-1.9/debian/copyright 2018-02-26 16:53:59.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: goobook Source: https://pypi.python.org/pypi/goobook @@ -8,7 +8,7 @@ License: GPL-3.0+ Files: debian/* -Copyright: 2015,2017 Ilias Tsitsimpis +Copyright: 2015,2017-2018 Ilias Tsitsimpis License: GPL-3.0+ License: GPL-3.0+ @@ -23,7 +23,7 @@ GNU General Public License for more details. . You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff -Nru goobook-1.9/debian/watch goobook-1.9/debian/watch --- goobook-1.9/debian/watch 2015-11-05 14:59:24.000000000 +0000 +++ goobook-1.9/debian/watch 2018-02-26 16:53:30.000000000 +0000 @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ -http://pypi.debian.net/goobook/goobook-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://pypi.debian.net/goobook/goobook-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))