[Python-modules-commits] r26401 - in packages/python-flake8/trunk/debian (changelog control)
noskcaj-guest at users.alioth.debian.org
noskcaj-guest at users.alioth.debian.org
Tue Nov 5 20:04:09 UTC 2013
Date: Tuesday, November 5, 2013 @ 20:04:07
Author: noskcaj-guest
Revision: 26401
Update versioned depends
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-11-05 19:48:03 UTC (rev 26400)
+++ packages/python-flake8/trunk/debian/changelog 2013-11-05 20:04:07 UTC (rev 26401)
@@ -2,6 +2,8 @@
* New upstream release
* Add manpage. Closes: #722704
+ * debian/control:
+ - Update versioned depends
-- Jackson Doak <noskcaj at ubuntu.com> Tue, 05 Nov 2013 16:52:26 +1100
Modified: packages/python-flake8/trunk/debian/control
===================================================================
--- packages/python-flake8/trunk/debian/control 2013-11-05 19:48:03 UTC (rev 26400)
+++ packages/python-flake8/trunk/debian/control 2013-11-05 20:04:07 UTC (rev 26401)
@@ -9,10 +9,10 @@
python-setuptools,
python3-all,
python3-setuptools,
- pyflakes,
- pep8,
- python3-pep8,
- python3-mccabe
+ pyflakes (>= 0.7.3),
+ pep8 (>= 1.4.6),
+ python3-pep8 (>=1.4.6),
+ python3-mccabe (>=0.2.1)
Standards-Version: 3.9.4
Homepage: http://bitbucket.org/tarek/flake8
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-flake8/trunk/
@@ -22,9 +22,9 @@
Package: python-flake8
Architecture: any
-Depends: pep8 (>= 1.4.3),
- pyflakes (>= 0.6.1),
- python-mccabe (>= 0.2),
+Depends: pep8 (>= 1.4.6),
+ pyflakes (>= 0.7.3),
+ python-mccabe (>= 0.2.1),
${misc:Depends},
${python:Depends}
Description: code checker using pep8 and pyflakes
@@ -37,10 +37,10 @@
Package: python3-flake8
Architecture: any
-Depends: pep8 (>= 1.4.3),
- pyflakes (>= 0.6.1),
+Depends: pep8 (>= 1.4.6),
+ pyflakes (>= 0.7.3),
python-flake8,
- python3-mccabe (>= 0.2),
+ python3-mccabe (>= 0.2.1),
${misc:Depends},
${python3:Depends}
Description: code checker using pep8 and pyflakes (Python 3)
More information about the Python-modules-commits
mailing list