[Python-apps-commits] r12942 - in packages/pyflakes/trunk/debian (changelog control)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Tue Mar 15 16:10:15 UTC 2016
Date: Tuesday, March 15, 2016 @ 16:10:14
Author: barry
Revision: 12942
d/control: Bump Suggests to Recommends, and add Recommends to
python-pyflakes and python3-pyflakes packages.
Modified:
packages/pyflakes/trunk/debian/changelog
packages/pyflakes/trunk/debian/control
Modified: packages/pyflakes/trunk/debian/changelog
===================================================================
--- packages/pyflakes/trunk/debian/changelog 2016-03-15 15:53:03 UTC (rev 12941)
+++ packages/pyflakes/trunk/debian/changelog 2016-03-15 16:10:14 UTC (rev 12942)
@@ -1,3 +1,10 @@
+pyflakes (1.1.0-2) unstable; urgency=medium
+
+ * d/control: Bump Suggests to Recommends, and add Recommends to
+ python-pyflakes and python3-pyflakes packages.
+
+ -- Barry Warsaw <barry at debian.org> Tue, 15 Mar 2016 12:09:45 -0400
+
pyflakes (1.1.0-1) unstable; urgency=medium
* New upstream release.
Modified: packages/pyflakes/trunk/debian/control
===================================================================
--- packages/pyflakes/trunk/debian/control 2016-03-15 15:53:03 UTC (rev 12941)
+++ packages/pyflakes/trunk/debian/control 2016-03-15 16:10:14 UTC (rev 12942)
@@ -25,7 +25,7 @@
Depends: python-pyflakes (>= 1.0.0-2),
${misc:Depends},
${python:Depends},
-Suggests: pyflakes3
+Recommends: pyflakes3
Description: passive checker of Python 2 and 3 programs
Pyflakes is program to analyze Python programs and detect various
errors. It works by parsing the source file, not importing it, so it
@@ -43,7 +43,7 @@
${python3:Depends},
Breaks: pyflakes (<< 1.1.0-1)
Replaces: pyflakes (<< 1.1.0-1)
-Suggests: pyflakes
+Recommends: pyflakes
Description: passive checker of Python 2 and 3 programs
Pyflakes is program to analyze Python programs and detect various
errors. It works by parsing the source file, not importing it, so it
@@ -58,6 +58,7 @@
Architecture: all
Replaces: pyflakes (<< 1.0.0-2~)
Breaks: pyflakes (<< 1.0.0-2~)
+Recommends: pyflakes
Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
Description: passive checker of Python 2 programs
Pyflakes is program to analyze Python programs and detect various
@@ -73,6 +74,7 @@
Architecture: all
Replaces: pyflakes (<< 1.0.0-2~)
Breaks: pyflakes (<< 1.0.0-2~)
+Recommends: pyflakes3
Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Description: passive checker of Python 3 programs
Pyflakes is program to analyze Python programs and detect various
More information about the Python-apps-commits
mailing list