Bug#882861: stretch-pu: package python-diff-match-patch/20121119-3~deb9u1

2017-11-29 Thread Adam D. Barratt

Control: tags -1 + pending

On 2017-11-28 21:27, Adam D. Barratt wrote:

Control: tags -1 + confirmed

On Mon, 2017-11-27 at 17:05 +0100, Andreas Beckmann wrote:

Let's fix the python3 dependencies. #867424


Please go ahead.


Uploaded and flagged for acceptance.

Regards,

Adam



Bug#882861: stretch-pu: package python-diff-match-patch/20121119-3~deb9u1

2017-11-28 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Mon, 2017-11-27 at 17:05 +0100, Andreas Beckmann wrote:
> Let's fix the python3 dependencies. #867424

Please go ahead.

Regards,

Adam



Bug#882861: stretch-pu: package python-diff-match-patch/20121119-3~deb9u1

2017-11-27 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

Let's fix the python3 dependencies. #867424

The Standards-Version bump affects only metadata.

$ debdiff python3-diff-match-patch_20121119-2_all.deb 
python3-diff-match-patch_20121119-3~deb9u1_all.deb
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

{+Depends: python3:any (>= 3.3.2-2~)+}
Version: [-20121119-2-] {+20121119-3~deb9u1+}


Andreas
diff -Nru python-diff-match-patch-20121119/debian/changelog 
python-diff-match-patch-20121119/debian/changelog
--- python-diff-match-patch-20121119/debian/changelog   2016-12-26 
02:07:45.0 +0100
+++ python-diff-match-patch-20121119/debian/changelog   2017-11-27 
16:42:28.0 +0100
@@ -1,3 +1,18 @@
+python-diff-match-patch (20121119-3~deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for stretch.
+
+ -- Andreas Beckmann   Mon, 27 Nov 2017 16:42:28 +0100
+
+python-diff-match-patch (20121119-3) unstable; urgency=medium
+
+  * Add missing python3 dependency on Python 3 package, with thanks to
+Adrian Bunk for the report (Closes: #867424).
+  * Update Standards-Version to 4.0.0 (no changes required)
+
+ -- Stuart Prescott   Sun, 30 Jul 2017 10:20:31 +1000
+
 python-diff-match-patch (20121119-2) unstable; urgency=medium
 
   * Add dh-python to build-dependencies.
diff -Nru python-diff-match-patch-20121119/debian/control 
python-diff-match-patch-20121119/debian/control
--- python-diff-match-patch-20121119/debian/control 2016-12-26 
02:07:45.0 +0100
+++ python-diff-match-patch-20121119/debian/control 2017-07-30 
02:20:31.0 +0200
@@ -9,7 +9,7 @@
  python-setuptools,
  python3-all,
  python3-setuptools
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: https://pypi.python.org/pypi/diff-match-patch
 Vcs-Git: 
https://anonscm.debian.org/git/collab-maint/python-diff-match-patch.git
 Vcs-Browser: 
https://anonscm.debian.org/git/collab-maint/python-diff-match-patch.git
@@ -36,7 +36,7 @@
 Architecture: all
 Depends:
  ${misc:Depends},
- ${python:Depends}
+ ${python3:Depends}
 Description: robust algorithms for synchronizing plain text (Python 3 module)
  The Diff Match and Patch libraries offer robust algorithms to perform the
  operations required for synchronizing plain text.