[Python-modules-commits] r30614 - in packages/sphinx-paramlinks/trunk/debian (changelog control)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sun Sep 14 08:45:18 UTC 2014


    Date: Sunday, September 14, 2014 @ 08:45:17
  Author: mitya57-guest
Revision: 30614

Fix Lintian warnings about long and duplicate descriptions.

Modified:
  packages/sphinx-paramlinks/trunk/debian/changelog
  packages/sphinx-paramlinks/trunk/debian/control

Modified: packages/sphinx-paramlinks/trunk/debian/changelog
===================================================================
--- packages/sphinx-paramlinks/trunk/debian/changelog	2014-09-14 08:31:19 UTC (rev 30613)
+++ packages/sphinx-paramlinks/trunk/debian/changelog	2014-09-14 08:45:17 UTC (rev 30614)
@@ -5,6 +5,7 @@
 
   [ Dmitry Shachnev ]
   * Update my e-mail address.
+  * Fix Lintian warnings about long and duplicate descriptions.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 14 Sep 2014 12:23:34 +0400
 

Modified: packages/sphinx-paramlinks/trunk/debian/control
===================================================================
--- packages/sphinx-paramlinks/trunk/debian/control	2014-09-14 08:31:19 UTC (rev 30613)
+++ packages/sphinx-paramlinks/trunk/debian/control	2014-09-14 08:45:17 UTC (rev 30614)
@@ -17,26 +17,30 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Enhances: python-sphinx
-Description: allows param links in Sphinx function/method descriptions to be linkable
+Description: Sphinx extension to make param links linkable (Python 2 version)
  Sphinx extension which allows :param: directives within Python documentation
  to be linkable.
  .
  Features:
  .
-  * :param: directives within Sphinx function/method descriptions will be given a
-  paragraph link so that they can be linked to externally.
+  * :param: directives within Sphinx function/method descriptions will be
+    given aparagraph link so that they can be linked to externally.
   * a new text role :paramref: is added, which works like :meth:, :func:, etc.
+ .
+ This package contains Python 2.x version of sphinx_paramlinks module.
 
 Package: python3-sphinx-paramlinks
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
 Enhances: python3-sphinx
-Description: allows param links in Sphinx function/method descriptions to be linkable
+Description: Sphinx extension to make param links linkable (Python 3 version)
  Sphinx extension which allows :param: directives within Python documentation
  to be linkable.
  .
  Features:
  .
-  * :param: directives within Sphinx function/method descriptions will be given a
-  paragraph link so that they can be linked to externally.
+  * :param: directives within Sphinx function/method descriptions will be        
+    given aparagraph link so that they can be linked to externally.
   * a new text role :paramref: is added, which works like :meth:, :func:, etc.
+ .
+ This package contains Python 3.x version of sphinx_paramlinks module.




More information about the Python-modules-commits mailing list