Control: tags 867431 + pending
Dear maintainer,
I've prepared an NMU for python-hacking (versioned as 0.11.0-2.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I should
cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
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 14:21:49.000000000 +0300
+++ python-hacking-0.11.0/debian/changelog 2017-10-17 09:38:55.000000000 +0300
@@ -1,3 +1,10 @@
+python-hacking (0.11.0-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix the python3-hacking dependencies. (Closes: #867431)
+
+ -- Adrian Bunk <[email protected]> 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 14:21:49.000000000 +0300
+++ python-hacking-0.11.0/debian/control 2017-10-17 09:38:53.000000000 +0300
@@ -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