[Python-modules-commits] r26029 - in packages/python-flake8/trunk/debian (changelog control)
xnox at users.alioth.debian.org
xnox at users.alioth.debian.org
Thu Oct 3 08:49:00 UTC 2013
Date: Thursday, October 3, 2013 @ 08:48:59
Author: xnox
Revision: 26029
* Team upload.
* Add additional build-dependencies, such that dh_python2|3 can
correctly resolve python modules -> debian package name
dependencies. (Closes: #725236)
Modified:
packages/python-flake8/trunk/debian/changelog
packages/python-flake8/trunk/debian/control
Modified: packages/python-flake8/trunk/debian/changelog
===================================================================
--- packages/python-flake8/trunk/debian/changelog 2013-10-02 18:10:05 UTC (rev 26028)
+++ packages/python-flake8/trunk/debian/changelog 2013-10-03 08:48:59 UTC (rev 26029)
@@ -1,3 +1,12 @@
+python-flake8 (2.0-2) unstable; urgency=low
+
+ * Team upload.
+ * Add additional build-dependencies, such that dh_python2|3 can
+ correctly resolve python modules -> debian package name
+ dependencies. (Closes: #725236)
+
+ -- Dmitrijs Ledkovs <dmitrij.ledkov at ubuntu.com> Thu, 03 Oct 2013 09:09:42 +0100
+
python-flake8 (2.0-1) unstable; urgency=low
* Initial release (Closes: #661044)
Modified: packages/python-flake8/trunk/debian/control
===================================================================
--- packages/python-flake8/trunk/debian/control 2013-10-02 18:10:05 UTC (rev 26028)
+++ packages/python-flake8/trunk/debian/control 2013-10-03 08:48:59 UTC (rev 26029)
@@ -8,7 +8,11 @@
python-all,
python-setuptools,
python3-all,
- python3-setuptools
+ python3-setuptools,
+ pyflakes,
+ pep8,
+ python3-pep8,
+ python3-mccabe
Standards-Version: 3.9.4
Homepage: http://bitbucket.org/tarek/flake8
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-flake8/trunk/
More information about the Python-modules-commits
mailing list