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

Bug#882826: stretch-pu: package python-hacking/0.11.0-2.1~deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Let's fix the python3 dependencies. #867431

$ debdiff python3-hacking_0.11.0-2_all.deb python3-hacking_0.11.0-2.1~deb9u1_all.deb
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Depends: [-pyflakes,-] {+pyflakes3,+} python3-flake8 (>= 3.0.0), python3-pbr (>= 1.8), python3-pep8 (>= 1.5.7), python3-six (>= [-1.9.0)-] {+1.9.0), flake8, python3-mccabe, python3-pycodestyle, python3-pyflakes, python3:any (>= 3.3.2-2~)+}
Version: [-0.11.0-2-] {+0.11.0-2.1~deb9u1+}


Andreas
diff -Nru python-hacking-0.11.0/debian/changelog python-hacking-0.11.0/debian/changelog
--- python-hacking-0.11.0/debian/changelog	2016-10-04 13:21:49.000000000 +0200
+++ python-hacking-0.11.0/debian/changelog	2017-11-27 03:27:47.000000000 +0100
@@ -1,3 +1,17 @@
+python-hacking (0.11.0-2.1~deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for stretch.
+
+ -- Andreas Beckmann <anbe@debian.org>  Mon, 27 Nov 2017 03:27:47 +0100
+
+python-hacking (0.11.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix the python3-hacking dependencies. (Closes: #867431)
+
+ -- Adrian Bunk <bunk@debian.org>  Tue, 17 Oct 2017 09:38:55 +0300
+
 python-hacking (0.11.0-2) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru python-hacking-0.11.0/debian/control python-hacking-0.11.0/debian/control
--- python-hacking-0.11.0/debian/control	2016-10-04 13:21:49.000000000 +0200
+++ python-hacking-0.11.0/debian/control	2017-10-17 08:38:53.000000000 +0200
@@ -55,13 +55,13 @@
 
 Package: python3-hacking
 Architecture: all
-Depends: pyflakes,
+Depends: pyflakes3,
          python3-flake8 (>= 3.0.0),
          python3-pbr (>= 1.8),
          python3-pep8 (>= 1.5.7),
          python3-six (>= 1.9.0),
          ${misc:Depends},
-         ${python:Depends},
+         ${python3:Depends},
 Recommends: ${python3:Recommends},
 Description: Flake8 OpenStack Hacking Guidelines Enforcement plugins - Python 3.x
  Hacking is a set of flake8 plugins that test and enforce the OpenStack Style

Reply to: