Package: release.debian.org Severity: normal Tags: jessie User: release.debian....@packages.debian.org Usertags: pu
Let's fix the python3 dependencies for jessie, too: #867439. $ debdiff python3-mimeparse_0.1.4-1_all.deb python3-mimeparse_0.1.4-1+deb8u1_all.deb File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ {+Depends: python3:any (>= 3.3.2-2~)+} Installed-Size: [-48-] {+13+} Version: [-0.1.4-1-] {+0.1.4-1+deb8u1+} Andreas
diff -Nru python-mimeparse-0.1.4/debian/changelog python-mimeparse-0.1.4/debian/changelog --- python-mimeparse-0.1.4/debian/changelog 2013-07-24 17:58:58.000000000 +0200 +++ python-mimeparse-0.1.4/debian/changelog 2018-01-14 13:25:18.000000000 +0100 @@ -1,3 +1,14 @@ +python-mimeparse (0.1.4-1+deb8u1) jessie; urgency=medium + + [ Andreas Beckmann ] + * Non-maintainer upload. + * Backport the fix from 0.1.4-3.1 to jessie. + + [ Adrian Bunk ] + * Fix the python3-mimeparse dependencies. (Closes: #867439) + + -- Andreas Beckmann <a...@debian.org> Sun, 14 Jan 2018 13:25:18 +0100 + python-mimeparse (0.1.4-1) unstable; urgency=low * New upstream release. diff -Nru python-mimeparse-0.1.4/debian/control python-mimeparse-0.1.4/debian/control --- python-mimeparse-0.1.4/debian/control 2013-07-24 17:58:58.000000000 +0200 +++ python-mimeparse-0.1.4/debian/control 2018-01-14 13:25:09.000000000 +0100 @@ -24,7 +24,7 @@ Package: python3-mimeparse Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python3:Depends} Description: Parse mime-types and quality parameters - python 3.x This module provides basic functions for parsing mime-type names and matching them against a list of media-ranges.