[Python-modules-commits] r29804 - in packages/python-flake8/trunk/debian (changelog control)

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Thu Jul 17 21:07:36 UTC 2014


    Date: Thursday, July 17, 2014 @ 21:07:35
  Author: zyga-guest
Revision: 29804

debian/control: correct dependencies for python3-flake8 (python3-pep8
instead of pep8, remove python3-flake8)

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	2014-07-17 21:01:23 UTC (rev 29803)
+++ packages/python-flake8/trunk/debian/changelog	2014-07-17 21:07:35 UTC (rev 29804)
@@ -6,6 +6,8 @@
   * debian/rules: remove unused PY2_PACAKGE_NAME and PY3_PACKAGE_NAME 
   * debian/control: change architecture to 'arch: all' since there are
     no binary or otherwise arch-specific executables in this package
+  * debian/control: correct dependencies for python3-flake8 (python3-pep8
+    instead of pep8, remove python3-flake8)
 
  -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Wed, 16 Jul 2014 16:54:57 +0200
 

Modified: packages/python-flake8/trunk/debian/control
===================================================================
--- packages/python-flake8/trunk/debian/control	2014-07-17 21:01:23 UTC (rev 29803)
+++ packages/python-flake8/trunk/debian/control	2014-07-17 21:07:35 UTC (rev 29804)
@@ -38,9 +38,8 @@
 
 Package: python3-flake8
 Architecture: any
-Depends: pep8 (>= 1.4.6),
+Depends: python3-pep8 (>= 1.4.6),
          pyflakes (>= 0.7.3),
-         python-flake8,
          python3-mccabe (>= 0.2.1),
          ${misc:Depends},
          ${python3:Depends}




More information about the Python-modules-commits mailing list