[Python-modules-commits] r16478 - in packages/cssutils/trunk/debian (4 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Tue Apr 12 06:48:32 UTC 2011


    Date: Tuesday, April 12, 2011 @ 06:48:19
  Author: cjsmo-guest
Revision: 16478

removed whitespace from manpages, bumped Standards version to 3.9.2

Modified:
  packages/cssutils/trunk/debian/control
  packages/cssutils/trunk/debian/csscapture.manpage1
  packages/cssutils/trunk/debian/csscombine.manpage1
  packages/cssutils/trunk/debian/cssparse.manpage1

Modified: packages/cssutils/trunk/debian/control
===================================================================
--- packages/cssutils/trunk/debian/control	2011-04-12 00:56:53 UTC (rev 16477)
+++ packages/cssutils/trunk/debian/control	2011-04-12 06:48:19 UTC (rev 16478)
@@ -8,7 +8,7 @@
                python (>= 2.6.6-3~),
                python-setuptools
 Build-Depends-Indep: dpkg-dev (>= 1.13.19)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/cssutils/
 X-Python-Version: >= 2.6
 

Modified: packages/cssutils/trunk/debian/csscapture.manpage1
===================================================================
--- packages/cssutils/trunk/debian/csscapture.manpage1	2011-04-12 00:56:53 UTC (rev 16477)
+++ packages/cssutils/trunk/debian/csscapture.manpage1	2011-04-12 06:48:19 UTC (rev 16478)
@@ -1,19 +1,15 @@
 .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
@@ -21,41 +17,35 @@
 .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
+\-s "SOMEDIR"
 .B
 .IP \-\-saveto=SOMEDIR
 Saving retrieved files to SOMEDIR, defaults to _CSSCapture_SAVED.
-
 .PP
 .B
-\-u UA
+\-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

Modified: packages/cssutils/trunk/debian/csscombine.manpage1
===================================================================
--- packages/cssutils/trunk/debian/csscombine.manpage1	2011-04-12 00:56:53 UTC (rev 16477)
+++ packages/cssutils/trunk/debian/csscombine.manpage1	2011-04-12 06:48:19 UTC (rev 16478)
@@ -1,15 +1,12 @@
 .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.
@@ -18,43 +15,37 @@
 .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 exit
-
+Show this help message and exits.
 .PP
 .B
 \-m
 .B
 .IP \-\-minify
-Saves minified version of combined files, defaults to False
-
+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
-
+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”
-
+Encoding of output, defaulting to "UTF-8".
 .PP
 .B
-\-u URL
+\-u "URL"
 .B
 .IP \-\-url=URL
-URL to parse (path is ignored if URL given)
-
+URL to parse, path is ignored if URL given.
 .SH "SEE ALSO"
 .IP /usr/share/doc/python-cssutils-doc/docs/html/docs/index.html
-

Modified: packages/cssutils/trunk/debian/cssparse.manpage1
===================================================================
--- packages/cssutils/trunk/debian/cssparse.manpage1	2011-04-12 00:56:53 UTC (rev 16477)
+++ packages/cssutils/trunk/debian/cssparse.manpage1	2011-04-12 06:48:19 UTC (rev 16478)
@@ -1,8 +1,6 @@
 .TH cssparse 1 "April 7, 2011" "" "cssutils"
-
 .SH NAME
 CSSParse \- A CSS parser.
-
 .SH SYNOPSIS
 .B
 cssparse\-script.py
@@ -13,25 +11,21 @@
 .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
@@ -39,27 +33,23 @@
 .IP \-\-help
 .br
 Displays help message and exits.
-
 .PP
 .B
 \-m
 .B
 .IP \-\-minify
 Minify parsed CSS.
-
 .PP
 .B
-\-s
+\-s "SOMESTRING"
 .B
-.IP \-\-string
+.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




More information about the Python-modules-commits mailing list