[Python-modules-commits] r19128 - in packages/cssutils/trunk/debian (changelog control)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Mon Oct 31 14:08:57 UTC 2011


    Date: Monday, October 31, 2011 @ 14:08:55
  Author: cjsmo-guest
Revision: 19128

reword Descriptions to please lintian, updated changelog

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

Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog	2011-10-31 13:29:02 UTC (rev 19127)
+++ packages/cssutils/trunk/debian/changelog	2011-10-31 14:08:55 UTC (rev 19128)
@@ -21,13 +21,14 @@
     - Removed dh_install override, no longer needed.
     - Added rules to build python3-cssutils and python3-encutils package.
   * Removed python-cssutils-doc.links, python-cssutils-doc.doc-base,
-    python-cssutils-doc.docs, python-cssutils-doc.examples, no longer needed
+    python-cssutils-doc.docs, python-cssutils-doc.examples,
+    python-cssutils.install, python-encutils.install, no longer needed
   * Added python-cssutils.doc to install README.txt as part of the
     python-cssutils package.
   * Added python-cssutils.examples to install the examples as part of
     python-cssutils package.
   
- -- Charlie Smotherman <cjsmo at cableone.net>  Sun, 30 Oct 2011 20:29:18 -0500
+ -- Charlie Smotherman <cjsmo at cableone.net>  Sun, 31 Oct 2011 08:32:48 -0500
 
 cssutils (0.9.8~a1-1) unstable; urgency=low
 

Modified: packages/cssutils/trunk/debian/control
===================================================================
--- packages/cssutils/trunk/debian/control	2011-10-31 13:29:02 UTC (rev 19127)
+++ packages/cssutils/trunk/debian/control	2011-10-31 14:08:55 UTC (rev 19128)
@@ -42,10 +42,10 @@
 Depends: ${misc:Depends},
          ${python3:Depends},
          python3-encutils,
-         python-pkg-resources
-Description: CSS Cascading Style Sheets parser and builder
- Package to parse and build CSS Cascading Style Sheets. DOM only, not any
- rendering facilities! Base upon and partly implements the following
+         python3-pkg-resources
+Description: Python3 CSS Cascading Style Sheets parser and builder
+ Python3 package to parse and build CSS Cascading Style Sheets. DOM only, not
+ any rendering facilities! Base upon and partly implements the following
  specifications:
  .
    * CSS 2.1 and CSS 2.1 Errata
@@ -62,15 +62,13 @@
 Depends: ${misc:Depends},
          ${python:Depends}
 Description: Encoding detection collection for Python
- A collection of helper functions to detect encodings
- of text files (like HTML, XHTML, XML, CSS, etc.)
- retrieved via HTTP, file or string.
+ A collection of helper functions to detect encodings of text
+ files (like HTML, XHTML, XML, CSS, etc.) retrieved via HTTP, file or string.
 
 Package: python3-encutils
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends}
-Description: Encoding detection collection for Python
- A collection of helper functions to detect encodings
- of text files (like HTML, XHTML, XML, CSS, etc.)
- retrieved via HTTP, file or string.
+Description: Encoding detection collection for Python3
+ A collection of Python3 helper functions to detect encodings of text
+ files (like HTML, XHTML, XML, CSS, etc.) retrieved via HTTP, file or string.




More information about the Python-modules-commits mailing list