[Python-apps-commits] r13951 - in packages/pyflakes/trunk/debian (changelog control)

onovy at users.alioth.debian.org onovy at users.alioth.debian.org
Sat Apr 8 15:34:24 UTC 2017


    Date: Saturday, April 8, 2017 @ 15:34:23
  Author: onovy
Revision: 13951

Make short descriptions distinct

Modified:
  packages/pyflakes/trunk/debian/changelog
  packages/pyflakes/trunk/debian/control

Modified: packages/pyflakes/trunk/debian/changelog
===================================================================
--- packages/pyflakes/trunk/debian/changelog	2017-04-08 15:29:15 UTC (rev 13950)
+++ packages/pyflakes/trunk/debian/changelog	2017-04-08 15:34:23 UTC (rev 13951)
@@ -6,6 +6,7 @@
   * Use autopkgtest-pkg-python testsuite
   * d/copyright: Add myself
   * Bump debhelper compat version to 10
+  * Make short descriptions distinct
 
  -- Ondřej Nový <onovy at debian.org>  Sat, 08 Apr 2017 17:17:10 +0200
 

Modified: packages/pyflakes/trunk/debian/control
===================================================================
--- packages/pyflakes/trunk/debian/control	2017-04-08 15:29:15 UTC (rev 13950)
+++ packages/pyflakes/trunk/debian/control	2017-04-08 15:34:23 UTC (rev 13951)
@@ -27,7 +27,7 @@
          ${misc:Depends},
          ${python:Depends},
 Recommends: pyflakes3
-Description: passive checker of Python 2 and 3 programs
+Description: passive checker of Python 2 programs
  Pyflakes is program to analyze Python programs and detect various
  errors. It works by parsing the source file, not importing it, so it
  is safe to use on modules with side effects. It's also much faster.
@@ -45,7 +45,7 @@
 Breaks: pyflakes (<< 1.1.0-1)
 Replaces: pyflakes (<< 1.1.0-1)
 Recommends: pyflakes
-Description: passive checker of Python 2 and 3 programs
+Description: passive checker of Python 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
  is safe to use on modules with side effects. It's also much faster.
@@ -61,7 +61,7 @@
 Breaks: pyflakes (<< 1.0.0-2~)
 Recommends: pyflakes
 Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
-Description: passive checker of Python 2 programs
+Description: passive checker of Python 2 programs - Python modules
  Pyflakes is program to analyze Python programs and detect various
  errors. It works by parsing the source file, not importing it, so it
  is safe to use on modules with side effects. It's also much faster.
@@ -77,7 +77,7 @@
 Breaks: pyflakes (<< 1.0.0-2~)
 Recommends: pyflakes3
 Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
-Description: passive checker of Python 3 programs
+Description: passive checker of Python 3 programs - Python modules
  Pyflakes is program to analyze Python programs and detect various
  errors. It works by parsing the source file, not importing it, so it
  is safe to use on modules with side effects. It's also much faster.




More information about the Python-apps-commits mailing list