[Python-modules-commits] r25244 - in packages/python-scripttest/trunk/debian (control)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Tue Jul 23 15:58:23 UTC 2013


    Date: Tuesday, July 23, 2013 @ 15:58:21
  Author: zigo
Revision: 25244

Fixed duplicate long and short description.

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

Modified: packages/python-scripttest/trunk/debian/control
===================================================================
--- packages/python-scripttest/trunk/debian/control	2013-07-23 14:50:41 UTC (rev 25243)
+++ packages/python-scripttest/trunk/debian/control	2013-07-23 15:58:21 UTC (rev 25244)
@@ -18,15 +18,19 @@
 Package: python-scripttest
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Description: Helper to test command-line scripts
+Description: Helper to test command-line scripts - python 2.x
  ScriptTest is a library to help you test your interactive command-line
  applications. With it you can easily run the command (in a subprocess) and
  see the output (stdout, stderr) and any file modifications.
+ .
+ This package contains the Python 2.x module.
 
 Package: python3-scripttest
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Description: Helper to test command-line scripts
+Description: Helper to test command-line scripts - python 3.x
  ScriptTest is a library to help you test your interactive command-line
  applications. With it you can easily run the command (in a subprocess) and
  see the output (stdout, stderr) and any file modifications.
+ .
+ This package contains the Python 3.x module.




More information about the Python-modules-commits mailing list