diff -Nru glue-0.13/debian/changelog glue-0.13/debian/changelog --- glue-0.13/debian/changelog 2017-12-04 11:56:19.000000000 +0000 +++ glue-0.13/debian/changelog 2020-01-08 17:51:32.000000000 +0000 @@ -1,3 +1,19 @@ +glue (0.13-3) unstable; urgency=medium + + [ Ondřej Nový ] + * d/copyright: Use https protocol in Format field + + [ Angel Abad ] + * debian/clean: Remove file, unused + * debian/rules: Remove trailing whitespaces + * debian/control: + - Remove unused X-Python-Version + - Set Rules-Requires-Root to no + * Bump Standards-Version to 4.4.1 (no changes) + * Use debhelper-compat instead of debian/compat. + + -- Angel Abad Wed, 08 Jan 2020 18:51:32 +0100 + glue (0.13-2) unstable; urgency=medium * Bump Standards-Version to 4.1.1 (no changes) diff -Nru glue-0.13/debian/clean glue-0.13/debian/clean --- glue-0.13/debian/clean 2017-12-04 11:34:43.000000000 +0000 +++ glue-0.13/debian/clean 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -*.egg-info/* diff -Nru glue-0.13/debian/compat glue-0.13/debian/compat --- glue-0.13/debian/compat 2017-12-04 11:54:40.000000000 +0000 +++ glue-0.13/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru glue-0.13/debian/control glue-0.13/debian/control --- glue-0.13/debian/control 2017-12-04 11:54:36.000000000 +0000 +++ glue-0.13/debian/control 2020-01-08 17:45:16.000000000 +0000 @@ -2,16 +2,16 @@ Maintainer: Angel Abad Section: graphics Priority: optional -Build-Depends: debhelper (>= 10~), +Build-Depends: debhelper-compat (= 12), dh-python, python3-setuptools, python3-all, python3-sphinx -Standards-Version: 4.1.2 -Vcs-Git: https://anonscm.debian.org/git/collab-maint/glue.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/glue.git +Standards-Version: 4.4.1 +Rules-Requires-Root: no +Vcs-Browser: https://salsa.debian.org/debian/glue +Vcs-Git: https://salsa.debian.org/debian/glue.git Homepage: http://gluecss.com -X-Python-Version: >= 3.2 Package: glue-sprite Architecture: all diff -Nru glue-0.13/debian/copyright glue-0.13/debian/copyright --- glue-0.13/debian/copyright 2017-12-04 11:55:58.000000000 +0000 +++ glue-0.13/debian/copyright 2019-09-26 06:15:32.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-Contact: Jorge Bastida Upstream-Name: glue Source: http://pypi.python.org/pypi/glue diff -Nru glue-0.13/debian/rules glue-0.13/debian/rules --- glue-0.13/debian/rules 2017-12-04 11:49:47.000000000 +0000 +++ glue-0.13/debian/rules 2020-01-08 17:40:06.000000000 +0000 @@ -18,4 +18,3 @@ override_dh_auto_clean: rm -rf build/sphinx dh_auto_clean - diff -Nru glue-0.13/debian/salsa-ci.yml glue-0.13/debian/salsa-ci.yml --- glue-0.13/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ glue-0.13/debian/salsa-ci.yml 2020-01-08 09:40:23.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml