Processed: Re: Bug#887138: jessie-pu: package python-mimeparse/0.1.4-1+deb8u1

2018-06-13 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #887138 [release.debian.org] jessie-pu: package 
python-mimeparse/0.1.4-1+deb8u1
Added tag(s) confirmed.

-- 
887138: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887138
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#887138: jessie-pu: package python-mimeparse/0.1.4-1+deb8u1

2018-06-13 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Sun, 2018-01-14 at 13:31 +0100, Andreas Beckmann wrote:
> 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+}
> 

Please go ahead.

Regards,

Adam



Bug#887138: jessie-pu: package python-mimeparse/0.1.4-1+deb8u1

2018-01-14 Thread Andreas Beckmann
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.0 
+0200
+++ python-mimeparse-0.1.4/debian/changelog 2018-01-14 13:25:18.0 
+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   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.0 
+0200
+++ python-mimeparse-0.1.4/debian/control   2018-01-14 13:25:09.0 
+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.