Bug#868210: jessie-pu: package python3-colorlog/2.4.0-1
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu
Hi,
I would like to fix #867422 in Jessie.
debdiff attached.
Regards,
Philipp
debdiff python-colorlog_2.4.0-1.dsc python-colorlog_2.4.0-1+deb8u1.dsc
diff -Nru python-colorlog-2.4.0/debian/changelog python-colorlog-2.4.0/debian/changelog
--- python-colorlog-2.4.0/debian/changelog 2014-09-04 11:34:23.000000000 +0200
+++ python-colorlog-2.4.0/debian/changelog 2017-07-10 21:35:45.000000000 +0200
@@ -1,3 +1,9 @@
+python-colorlog (2.4.0-1+deb8u1) oldstable; urgency=medium
+
+ * Fix python3 dependencies (Closes: #867422)
+
+ -- Philipp Huebner <debalance@debian.org> Mon, 10 Jul 2017 21:35:45 +0200
+
python-colorlog (2.4.0-1) unstable; urgency=low
* Initial release (Closes: #760356)
diff -Nru python-colorlog-2.4.0/debian/control python-colorlog-2.4.0/debian/control
--- python-colorlog-2.4.0/debian/control 2014-09-04 11:34:23.000000000 +0200
+++ python-colorlog-2.4.0/debian/control 2017-07-10 21:35:05.000000000 +0200
@@ -18,7 +18,7 @@
Package: python3-colorlog
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Description: formatter to use with the logging module of Python 3
python-colorlog allows colors to be placed in the format string, which is
mostly useful when paired with a StreamHandler that is outputting to a
Reply to: