[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@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.000000000 +0100
+++ python-diff-match-patch-20121119/debian/changelog	2017-11-27 16:42:28.000000000 +0100
@@ -1,3 +1,18 @@
+python-diff-match-patch (20121119-3~deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for stretch.
+
+ -- Andreas Beckmann <anbe@debian.org>  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 <stuart@debian.org>  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.000000000 +0100
+++ python-diff-match-patch-20121119/debian/control	2017-07-30 02:20:31.000000000 +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.

Reply to: