Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
Usertags: pu
Let's fix the python3 dependencies in stretch: #867421
$ debdiff python3-certifi_2016.2.28-1_all.deb
python3-certifi_2016.2.28-1+deb9u1_all.deb
File lists identical (after any substitutions)
Control files: lines which differ (wdiff format)
------------------------------------------------
Depends: {+python3:any (>= 3.4~),+} ca-certificates
Version: [-2016.2.28-1-] {+2016.2.28-1+deb9u1+}
Andreas
diff -Nru python-certifi-2016.2.28/debian/changelog
python-certifi-2016.2.28/debian/changelog
--- python-certifi-2016.2.28/debian/changelog 2016-07-01 10:49:57.000000000
+0200
+++ python-certifi-2016.2.28/debian/changelog 2018-01-14 14:54:01.000000000
+0100
@@ -1,3 +1,14 @@
+python-certifi (2016.2.28-1+deb9u1) stretch; urgency=medium
+
+ [ Andreas Beckmann ]
+ * Non-maintainer upload.
+ * Backport fix from 2017.4.17-2 to stretch.
+
+ [ Sebastien Delafond ]
+ * Fix typo in Depends for python3 package (Closes: #867421)
+
+ -- Andreas Beckmann <[email protected]> Sun, 14 Jan 2018 14:54:01 +0100
+
python-certifi (2016.2.28-1) unstable; urgency=medium
* Imported Upstream version 2016.2.28
diff -Nru python-certifi-2016.2.28/debian/control
python-certifi-2016.2.28/debian/control
--- python-certifi-2016.2.28/debian/control 2016-07-01 10:49:57.000000000
+0200
+++ python-certifi-2016.2.28/debian/control 2018-01-14 14:53:44.000000000
+0100
@@ -26,7 +26,7 @@
Package: python3-certifi
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ca-certificates
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
ca-certificates
Description: root certificates for validating SSL certs and verifying TLS
hosts (python3)
Certifi is a carefully curated collection of Root Certificates for
validating the trustworthiness of SSL certificates while verifying