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

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Sat Oct 3 17:54:25 UTC 2015


    Date: Saturday, October 3, 2015 @ 17:54:24
  Author: mitya57
Revision: 34477

Fix Lintian warning about duplicate descriptions.

Modified:
  packages/python-changelog/trunk/debian/changelog
  packages/python-changelog/trunk/debian/control

Modified: packages/python-changelog/trunk/debian/changelog
===================================================================
--- packages/python-changelog/trunk/debian/changelog	2015-10-03 17:49:13 UTC (rev 34476)
+++ packages/python-changelog/trunk/debian/changelog	2015-10-03 17:54:24 UTC (rev 34477)
@@ -5,6 +5,7 @@
   * Update my e-mail address.
   * Bump Standards-Version to 3.9.6, no changes needed.
   * Fix Lintian license-name-not-unique warning.
+  * Fix Lintian warning about duplicate descriptions.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 03 Oct 2015 20:42:15 +0300
 

Modified: packages/python-changelog/trunk/debian/control
===================================================================
--- packages/python-changelog/trunk/debian/control	2015-10-03 17:49:13 UTC (rev 34476)
+++ packages/python-changelog/trunk/debian/control	2015-10-03 17:54:24 UTC (rev 34477)
@@ -17,8 +17,9 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Enhances: python-sphinx
-Description: Sphinx extension to generate changelog files
+Description: Sphinx extension to generate changelog files (Python 2)
  This package provides simple Sphinx markup to render changelog displays
+ (this is the Python 2 version of the extension).
  .
  Example:
  .
@@ -47,8 +48,9 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
 Enhances: python3-sphinx
-Description: Sphinx extension to generate changelog files
+Description: Sphinx extension to generate changelog files (Python 3)
  This package provides simple Sphinx markup to render changelog displays
+ (this is the Python 3 version of the extension).
  .
  Example:
  .




More information about the Python-modules-commits mailing list