Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Let's fix the python3 dependencies. #867433 (And by just rebuilding the package from sid, we get some metadata updates as well.) $ debdiff python3-hkdf_0.0.3-1_all.deb python3-hkdf_0.0.3-3~deb9u1_all.deb File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ {+Depends: python3:any (>= 3.3.2-2~)+} {+http://tools.ietf.org/html/draft-krawczyk-hkdf-01+} Maintainer: [-Clint Adams <cl...@debian.org>-] {+Debian QA Group <packa...@qa.debian.org>+} Version: [-0.0.3-1-] {+0.0.3-3~deb9u1+} Andreas
diff -Nru python-hkdf-0.0.3/debian/changelog python-hkdf-0.0.3/debian/changelog --- python-hkdf-0.0.3/debian/changelog 2016-06-04 23:06:45.000000000 +0200 +++ python-hkdf-0.0.3/debian/changelog 2017-11-27 02:15:39.000000000 +0100 @@ -1,3 +1,24 @@ +python-hkdf (0.0.3-3~deb9u1) stretch; urgency=medium + + * QA upload. + * Rebuild for stretch. + + -- Andreas Beckmann <a...@debian.org> Mon, 27 Nov 2017 02:15:39 +0100 + +python-hkdf (0.0.3-3) unstable; urgency=medium + + * QA upload. + * Fix the python3-hkdf dependencies. (Closes: #867433) + + -- Adrian Bunk <b...@debian.org> Thu, 06 Jul 2017 19:16:59 +0300 + +python-hkdf (0.0.3-2) unstable; urgency=medium + + * Add missing URL to package descriptions. closes: #864149. + * Set maintainer to Debian QA Group. + + -- Clint Adams <cl...@debian.org> Sun, 04 Jun 2017 10:59:31 -0400 + python-hkdf (0.0.3-1) unstable; urgency=low * Initial release. diff -Nru python-hkdf-0.0.3/debian/control python-hkdf-0.0.3/debian/control --- python-hkdf-0.0.3/debian/control 2016-06-04 23:21:51.000000000 +0200 +++ python-hkdf-0.0.3/debian/control 2017-07-06 18:16:52.000000000 +0200 @@ -1,5 +1,5 @@ Source: python-hkdf -Maintainer: Clint Adams <cl...@debian.org> +Maintainer: Debian QA Group <packa...@qa.debian.org> Section: python Priority: optional Build-Depends: debhelper (>= 9), @@ -18,6 +18,7 @@ Depends: ${misc:Depends}, ${python:Depends} Description: HMAC-based Extract-and-Expand Key Derivation Function (HKDF) This module implements the HMAC Key Derivation function, defined at + http://tools.ietf.org/html/draft-krawczyk-hkdf-01 . There are two interfaces: a functional interface, with separate extract and expand functions as defined in the draft RFC, and a @@ -25,9 +26,10 @@ Package: python3-hkdf Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python3:Depends} Description: HMAC-based Extract-and-Expand Key Derivation Function (HKDF) This module implements the HMAC Key Derivation function, defined at + http://tools.ietf.org/html/draft-krawczyk-hkdf-01 . There are two interfaces: a functional interface, with separate extract and expand functions as defined in the draft RFC, and a