[Python-modules-commits] r16664 - in packages/cssutils/trunk/debian (12 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Wed Apr 20 02:55:17 UTC 2011


    Date: Wednesday, April 20, 2011 @ 02:55:13
  Author: cjsmo-guest
Revision: 16664

added manpages

Added:
  packages/cssutils/trunk/debian/man/
  packages/cssutils/trunk/debian/man/csscapture.manpage1
  packages/cssutils/trunk/debian/man/csscombine.manpage1
  packages/cssutils/trunk/debian/man/cssparse.manpage1
Modified:
  packages/cssutils/trunk/debian/changelog
  packages/cssutils/trunk/debian/control
  packages/cssutils/trunk/debian/python-cssutils.manpages
  packages/cssutils/trunk/debian/rules
  packages/cssutils/trunk/debian/watch
Deleted:
  packages/cssutils/trunk/debian/csscapture.manpage1
  packages/cssutils/trunk/debian/csscombine.manpage1
  packages/cssutils/trunk/debian/cssparse.manpage1

Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog	2011-04-20 01:44:52 UTC (rev 16663)
+++ packages/cssutils/trunk/debian/changelog	2011-04-20 02:55:13 UTC (rev 16664)
@@ -7,14 +7,19 @@
   * Increased debian/compat to 7.
   * Updated debian/python-cssutils.install and debian/python-encutils.install
     to allow installation into dist-packages.
-  * Removed debian/examples, debian/docs
-  * Added docs, examples, README.txt and CHANGLOG.txt to
-    python-cssutils-doc.install so they will be part of the docs package.
-  * Added the manpages csscapture.manpage1, csscombine.manpage1,
-    cssparse.manpage1.
+  * Renamed debian/examples, debian/docs to debian/python-cssutils-doc.examples
+    and debian/python-cssutils-doc.docs so they will be part of the docs
+    package.
+  * Added python-cssutils-doc to python-cssutils Recommends section.
+  * Added the manpages
+    - debian/man/csscapture.manpage1.
+    - debian/man/csscombine.manpage1.
+    - debian/man/cssparse.manpage1.
+  * Added debian/python-cssutils.manpages to install the new manpages.
   * Added manpage copyright info to debian/copyright.
-  * Added debian/python-cssutils.manpages to install the new manpages.
   * Added debian/doc-base to register the html documentation with doc-base.
+  * Added debian/python-cssutils-doc.links to create the jquery.js symlink.
+  * Reworked debian/watch so it now reports correctly.
   * Bumped Standards Version to 3.9.2.
   * debian/control
     - removed cdbs from B-D.
@@ -27,9 +32,11 @@
     - added Recommends: python-cssutils-doc to python-cssutils binary stanza.
     - added libjs-jquery to Depends field of python-cssutils-doc bianry
       stanza.
+    - removed B-D-I and added dpkg-dev to B-D.
   * debian/rules
+    - removed dh_auto_install override, not needed.
     - added dh_install exclude for jquery.js
-    - added dh_link override and added jquery.js symlink.
+    - removed --single-version-externally-managed, not needed anymore.
 
  -- Charlie Smotherman <cjsmo at cableone.net>  Thu, 24 Mar 2011 00:50:50 -0500
 

Modified: packages/cssutils/trunk/debian/control
===================================================================
--- packages/cssutils/trunk/debian/control	2011-04-20 01:44:52 UTC (rev 16663)
+++ packages/cssutils/trunk/debian/control	2011-04-20 02:55:13 UTC (rev 16664)
@@ -6,8 +6,8 @@
            Martin Pitt <mpitt at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
                python (>= 2.6.6-3~),
-               python-setuptools
-Build-Depends-Indep: dpkg-dev (>= 1.13.19)
+               python-setuptools,
+               dpkg-dev (>= 1.13.19)
 Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/cssutils/
 X-Python-Version: >= 2.6

Deleted: packages/cssutils/trunk/debian/csscapture.manpage1
===================================================================
--- packages/cssutils/trunk/debian/csscapture.manpage1	2011-04-20 01:44:52 UTC (rev 16663)
+++ packages/cssutils/trunk/debian/csscapture.manpage1	2011-04-20 02:55:13 UTC (rev 16664)
@@ -1,51 +0,0 @@
-.TH csscapture 1 "April 9, 2011" "" "cssutils"
-.SH NAME
-csscapture \- Downloads CSS stylesheets.
-.SH SYNOPSIS
-.B
-csscapture-script.py
-.RI [ options ]
-.RI URL
-.br
-.SH DESCRIPTION
-CSSCapture downloads all referenced CSS stylesheets of a given URL and saves
-them to a given target directory.
-.SH OPTIONS
-.B
-.IP \-d
-.B
-.IP \-\-debug
-.br
-Show debug messages during capturing.
-.PP
-.B
-\-h
-.B
-.IP \-\-help
-Show this help message and exit.
-.PP
-.B
-\-m
-.B
-.IP \-\-minified
-Saves minified version of captured files.
-.PP
-.B
-\-n
-.B
-.IP \-\-notsave
-If given, files are NOT saved, only log is written.
-.PP
-.B
-\-s "SOMEDIR"
-.B
-.IP \-\-saveto=SOMEDIR
-Saving retrieved files to SOMEDIR, defaults to _CSSCapture_SAVED.
-.PP
-.B
-\-u "UA"
-.B
-.IP \-\-useragent=UA
-Useragent to use for request of URL, default is urllib2s default.
-.SH "SEE ALSO"
-.IP /usr/share/doc/python-cssutils-doc/docs/html/docs/index.html

Deleted: packages/cssutils/trunk/debian/csscombine.manpage1
===================================================================
--- packages/cssutils/trunk/debian/csscombine.manpage1	2011-04-20 01:44:52 UTC (rev 16663)
+++ packages/cssutils/trunk/debian/csscombine.manpage1	2011-04-20 02:55:13 UTC (rev 16664)
@@ -1,51 +0,0 @@
-.TH csscombine 1 "April 9, 2011" "" "cssutils"
-.SH NAME
-.B
-csscombine \- Utility to combin several stylesheets into one.
-.SH SYNOPSIS
-.B csscombine-script.py
-.RI [ options ]
-.RI [ path ]
-.br
-.SH DESCRIPTION
-.B csscombine
-may be used to combine several sheets loaded from a main sheet via @import rules. Nested @import rules are resolved from cssutils 0.9.6a1.
-.PP
-The resulting combined sheet (optionally minified) is send to stdout, info and error messages are handled by the normal cssutils log.
-.PP
-.B csscombine
-may also be used to change the encoding of the stylesheet if a target encoding is given.
-.SH OPTIONS
-.B
-\-h
-.B
-.IP \-\-help
-.br
-Show this help message and exits.
-.PP
-.B
-\-m
-.B
-.IP \-\-minify
-Saves minified version of combined files, defaults to False.
-.PP
-.B
-\-s SOURCEENCODING
-.B
-.IP \-\-sourceencoding=SOURCEENCODING
-Encoding of input, defaulting to “css”. If given overwrites other encoding
-information like @charset declarations.
-.PP
-.B
-\-t TARGETENCODING
-.B
-.IP \-\-targetencoding=TARGETENCODING
-Encoding of output, defaulting to "UTF-8".
-.PP
-.B
-\-u "URL"
-.B
-.IP \-\-url=URL
-URL to parse, path is ignored if URL given.
-.SH "SEE ALSO"
-.IP /usr/share/doc/python-cssutils-doc/docs/html/docs/index.html

Deleted: packages/cssutils/trunk/debian/cssparse.manpage1
===================================================================
--- packages/cssutils/trunk/debian/cssparse.manpage1	2011-04-20 01:44:52 UTC (rev 16663)
+++ packages/cssutils/trunk/debian/cssparse.manpage1	2011-04-20 02:55:13 UTC (rev 16664)
@@ -1,55 +0,0 @@
-.TH cssparse 1 "April 7, 2011" "" "cssutils"
-.SH NAME
-CSSParse \- A CSS parser.
-.SH SYNOPSIS
-.B
-cssparse\-script.py
-.RI [ options ]
-.RI filename1.css
-.RI [filename2.css ...]
-.br
-.RI [>filename_combined.css]
-.RI [2>parserinfo.log]
-.br
-.SH DESCRIPTION
-Script version of cssutils.parseString(), cssutils.parseFile() and
-cssutils.parseUrl().
-.SH OPTIONS
-.B
-\-d
-.B
-.IP \-\-debug
-Activate debugging output.
-.PP
-.B
-\-e "ENCODING"
-.B
-.IP \-\-encoding=ENCODING
-Encoding of the file or override encoding found.
-.PP
-.B
-\-h
-.B
-.IP \-\-help
-.br
-Displays help message and exits.
-.PP
-.B
-\-m
-.B
-.IP \-\-minify
-Minify parsed CSS.
-.PP
-.B
-\-s "SOMESTRING"
-.B
-.IP \-\-string=SOMESTRING
-Parse given string.
-.PP
-.B
-\-u "URL"
-.B
-.IP \-\-url=URL
-Parse the given URL.
-.SH "SEE ALSO"
-.IP /usr/share/doc/python-cssutils-doc/docs/html/docs/index.html

Added: packages/cssutils/trunk/debian/man/csscapture.manpage1
===================================================================
--- packages/cssutils/trunk/debian/man/csscapture.manpage1	                        (rev 0)
+++ packages/cssutils/trunk/debian/man/csscapture.manpage1	2011-04-20 02:55:13 UTC (rev 16664)
@@ -0,0 +1,51 @@
+.TH csscapture 1 "April 9, 2011" "" "cssutils"
+.SH NAME
+csscapture \- Downloads CSS stylesheets.
+.SH SYNOPSIS
+.B
+csscapture-script.py
+.RI [ options ]
+.RI URL
+.br
+.SH DESCRIPTION
+CSSCapture downloads all referenced CSS stylesheets of a given URL and saves
+them to a given target directory.
+.SH OPTIONS
+.B
+.IP \-d
+.B
+.IP \-\-debug
+.br
+Show debug messages during capturing.
+.PP
+.B
+\-h
+.B
+.IP \-\-help
+Show this help message and exit.
+.PP
+.B
+\-m
+.B
+.IP \-\-minified
+Saves minified version of captured files.
+.PP
+.B
+\-n
+.B
+.IP \-\-notsave
+If given, files are NOT saved, only log is written.
+.PP
+.B
+\-s "SOMEDIR"
+.B
+.IP \-\-saveto=SOMEDIR
+Saving retrieved files to SOMEDIR, defaults to _CSSCapture_SAVED.
+.PP
+.B
+\-u "UA"
+.B
+.IP \-\-useragent=UA
+Useragent to use for request of URL, default is urllib2s default.
+.SH "SEE ALSO"
+.IP /usr/share/doc/python-cssutils-doc/docs/html/docs/index.html

Added: packages/cssutils/trunk/debian/man/csscombine.manpage1
===================================================================
--- packages/cssutils/trunk/debian/man/csscombine.manpage1	                        (rev 0)
+++ packages/cssutils/trunk/debian/man/csscombine.manpage1	2011-04-20 02:55:13 UTC (rev 16664)
@@ -0,0 +1,51 @@
+.TH csscombine 1 "April 9, 2011" "" "cssutils"
+.SH NAME
+.B
+csscombine \- Utility to combin several stylesheets into one.
+.SH SYNOPSIS
+.B csscombine-script.py
+.RI [ options ]
+.RI [ path ]
+.br
+.SH DESCRIPTION
+.B csscombine
+may be used to combine several sheets loaded from a main sheet via @import rules. Nested @import rules are resolved from cssutils 0.9.6a1.
+.PP
+The resulting combined sheet (optionally minified) is send to stdout, info and error messages are handled by the normal cssutils log.
+.PP
+.B csscombine
+may also be used to change the encoding of the stylesheet if a target encoding is given.
+.SH OPTIONS
+.B
+\-h
+.B
+.IP \-\-help
+.br
+Show this help message and exits.
+.PP
+.B
+\-m
+.B
+.IP \-\-minify
+Saves minified version of combined files, defaults to False.
+.PP
+.B
+\-s SOURCEENCODING
+.B
+.IP \-\-sourceencoding=SOURCEENCODING
+Encoding of input, defaulting to “css”. If given overwrites other encoding
+information like @charset declarations.
+.PP
+.B
+\-t TARGETENCODING
+.B
+.IP \-\-targetencoding=TARGETENCODING
+Encoding of output, defaulting to "UTF-8".
+.PP
+.B
+\-u "URL"
+.B
+.IP \-\-url=URL
+URL to parse, path is ignored if URL given.
+.SH "SEE ALSO"
+.IP /usr/share/doc/python-cssutils-doc/docs/html/docs/index.html

Added: packages/cssutils/trunk/debian/man/cssparse.manpage1
===================================================================
--- packages/cssutils/trunk/debian/man/cssparse.manpage1	                        (rev 0)
+++ packages/cssutils/trunk/debian/man/cssparse.manpage1	2011-04-20 02:55:13 UTC (rev 16664)
@@ -0,0 +1,55 @@
+.TH cssparse 1 "April 7, 2011" "" "cssutils"
+.SH NAME
+CSSParse \- A CSS parser.
+.SH SYNOPSIS
+.B
+cssparse\-script.py
+.RI [ options ]
+.RI filename1.css
+.RI [filename2.css ...]
+.br
+.RI [>filename_combined.css]
+.RI [2>parserinfo.log]
+.br
+.SH DESCRIPTION
+Script version of cssutils.parseString(), cssutils.parseFile() and
+cssutils.parseUrl().
+.SH OPTIONS
+.B
+\-d
+.B
+.IP \-\-debug
+Activate debugging output.
+.PP
+.B
+\-e "ENCODING"
+.B
+.IP \-\-encoding=ENCODING
+Encoding of the file or override encoding found.
+.PP
+.B
+\-h
+.B
+.IP \-\-help
+.br
+Displays help message and exits.
+.PP
+.B
+\-m
+.B
+.IP \-\-minify
+Minify parsed CSS.
+.PP
+.B
+\-s "SOMESTRING"
+.B
+.IP \-\-string=SOMESTRING
+Parse given string.
+.PP
+.B
+\-u "URL"
+.B
+.IP \-\-url=URL
+Parse the given URL.
+.SH "SEE ALSO"
+.IP /usr/share/doc/python-cssutils-doc/docs/html/docs/index.html

Modified: packages/cssutils/trunk/debian/python-cssutils.manpages
===================================================================
--- packages/cssutils/trunk/debian/python-cssutils.manpages	2011-04-20 01:44:52 UTC (rev 16663)
+++ packages/cssutils/trunk/debian/python-cssutils.manpages	2011-04-20 02:55:13 UTC (rev 16664)
@@ -1,3 +1,3 @@
-debian/csscapture.manpage1
-debian/csscombine.manpage1
-debian/cssparse.manpage1
+debian/man/csscapture.manpage1
+debian/man/csscombine.manpage1
+debian/man/cssparse.manpage1

Modified: packages/cssutils/trunk/debian/rules
===================================================================
--- packages/cssutils/trunk/debian/rules	2011-04-20 01:44:52 UTC (rev 16663)
+++ packages/cssutils/trunk/debian/rules	2011-04-20 02:55:13 UTC (rev 16664)
@@ -3,11 +3,5 @@
 %:
 	dh $@ --with python2
 
-override_dh_auto_install:
-	dh_auto_install -- --single-version-externally-managed
-
 override_dh_install:
 	dh_install -Xjquery.js
-
-override_dh_link:
-	dh_link /usr/share/javascript/jquery/jquery.js /usr/share/doc/python-cssutils-doc/docs/html/_static/jquery.js

Modified: packages/cssutils/trunk/debian/watch
===================================================================
--- packages/cssutils/trunk/debian/watch	2011-04-20 01:44:52 UTC (rev 16663)
+++ packages/cssutils/trunk/debian/watch	2011-04-20 02:55:13 UTC (rev 16664)
@@ -1,6 +1,11 @@
+#version=3
+#opts=\
+#downloadurlmangle=s|.*[?]name=(.*?)&.*|http://cssutils.googlecode.com/files/$1|,\
+#filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+#http://code.google.com/p/cssutils/downloads/detail[?]name=cssutils-([0-9.a-z]+).zip&.*
+
 version=3
 opts=\
-downloadurlmangle=s|.*[?]name=(.*?)&.*|http://cssutils.googlecode.com/files/$1|,\
-filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
-http://code.google.com/p/cssutils/downloads/detail[?]name=cssutils-([0-9.a-z]+).zip&.*
-
+uversionmangle=s/(a|b|rc)/~$1/ \
+http://code.google.com/p/cssutils/downloads/list
+http://cssutils.googlecode.com/files/cssutils-([0-9.a-z]+).zip




More information about the Python-modules-commits mailing list