diff --git a/debian/changelog b/debian/changelog index 2f24905..d9e93d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-pyqrcode (1.2.1-2) unstable; urgency=medium + + * Update VCS-Git-* to Salsa URLs. + * Use debhelper 11. + * Remove obsolete Python-Version field. + * Bump Standards-Version. + + -- Sascha Steinbiss Sat, 22 Dec 2018 22:48:42 +0000 + python-pyqrcode (1.2.1-1) unstable; urgency=medium * Initial release. (Closes: #861393) diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index b81c2fc..f5be219 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,15 @@ Section: python Priority: optional Maintainer: Sascha Steinbiss -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11~), dh-python, python-all, python-setuptools, python3-all, python3-setuptools -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.5 -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-pyqrcode.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-pyqrcode.git +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/debian/python-pyqrcode.git +Vcs-Browser: https://salsa.debian.org/debian/python-pyqrcode Homepage: https://github.com/mnooner256/pyqrcode Package: python-pyqrcode