[Python-modules-commits] r16886 - in packages/cssutils/trunk/debian (5 files)
cjsmo-guest at users.alioth.debian.org
cjsmo-guest at users.alioth.debian.org
Tue May 3 12:51:45 UTC 2011
Date: Tuesday, May 3, 2011 @ 12:51:38
Author: cjsmo-guest
Revision: 16886
added additional manpage formatting, updated changelog, actually commit control change
Modified:
packages/cssutils/trunk/debian/changelog
packages/cssutils/trunk/debian/control
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/changelog 2011-05-03 12:31:02 UTC (rev 16885)
+++ packages/cssutils/trunk/debian/changelog 2011-05-03 12:51:38 UTC (rev 16886)
@@ -32,7 +32,7 @@
- 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.
+ - removed dpkg-dev from B-D.
* debian/rules
- removed dh_auto_install override, not needed.
- added dh_install exclude for jquery.js
Modified: packages/cssutils/trunk/debian/control
===================================================================
--- packages/cssutils/trunk/debian/control 2011-05-03 12:31:02 UTC (rev 16885)
+++ packages/cssutils/trunk/debian/control 2011-05-03 12:51:38 UTC (rev 16886)
@@ -6,8 +6,7 @@
Martin Pitt <mpitt at debian.org>
Build-Depends: debhelper (>= 7.0.50~),
python (>= 2.6.6-3~),
- python-setuptools,
- dpkg-dev (>= 1.13.19)
+ python-setuptools
Standards-Version: 3.9.2
Homepage: http://code.google.com/p/cssutils/
X-Python-Version: >= 2.6
Modified: packages/cssutils/trunk/debian/man/csscapture.manpage1
===================================================================
--- packages/cssutils/trunk/debian/man/csscapture.manpage1 2011-05-03 12:31:02 UTC (rev 16885)
+++ packages/cssutils/trunk/debian/man/csscapture.manpage1 2011-05-03 12:51:38 UTC (rev 16886)
@@ -5,11 +5,7 @@
.SH SYNOPSIS
.B
csscapture
-.B
-[\-d | \-h | \-m | \-n ]
-[\-s\fI SOMEDIR\fR]
-[\-u\fI UA\fR]
-.I URL
+.RI [ options "...] " URL
.SH DESCRIPTION
.B
CSSCapture\fR downloads all referenced CSS stylesheets of a given
@@ -34,8 +30,6 @@
\fB./_CSSCapture_SAVED\fR.
.TP
.B \-u\fI UA\fR, \fB\-\-useragent\fR=\fIUA
-Useragent to use for request of
-.I URL
-, default is urllib2s default\fR.
+Useragent to use for request of \fIURL\fR, default is urllib2s default\fR.
.SH "SEE ALSO"
.IP /usr/share/doc/python-cssutils-doc/docs/html/docs/index.html
Modified: packages/cssutils/trunk/debian/man/csscombine.manpage1
===================================================================
--- packages/cssutils/trunk/debian/man/csscombine.manpage1 2011-05-03 12:31:02 UTC (rev 16885)
+++ packages/cssutils/trunk/debian/man/csscombine.manpage1 2011-05-03 12:51:38 UTC (rev 16886)
@@ -4,18 +4,10 @@
csscombine\fR \- Utility to combine several stylesheets into one.
.SH SYNOPSIS
.B csscombine
-.B [\-h
-|
-\-m]
-[\-s\fI SOURCEENCODING\fR]
-[\-t\fI TARGETENCODING\fR]
-.br
-[\-u\fI URL\fR]
-path...
-.br
+.RI [ options "...] " path ...
.SH DESCRIPTION
.B csscombine\fR may be used to combine several sheets loaded from a main
-sheet via @import rules. Nested \fB at import\fR rules are resolved since
+sheet via \fB at import\fR rules. Nested \fB at import\fR rules are resolved since
cssutils 0.9.6a1.
.PP
The resulting combined sheet (optionally minified) is sent to stdout, info and
Modified: packages/cssutils/trunk/debian/man/cssparse.manpage1
===================================================================
--- packages/cssutils/trunk/debian/man/cssparse.manpage1 2011-05-03 12:31:02 UTC (rev 16885)
+++ packages/cssutils/trunk/debian/man/cssparse.manpage1 2011-05-03 12:51:38 UTC (rev 16886)
@@ -1,25 +1,16 @@
.TH cssparse 1 "April 7, 2011" "" "cssutils"
.SH NAME
.B
-CSSParse\fR \- A CSS parser.
+cssparse\fR \- A CSS parser.
.SH SYNOPSIS
.B
cssparse
-.B
-[\-d | \-m ]
-[\-e\fI ENCODING\fR]
-[\-s\fI SOMESTRING\fR]
-[\-u\fI URL\fR]
-.br
-.RI filename1.css
-[filename2.css ...]
-.br
-.RI [>filename_combined.css]
-.RI [2>parserinfo.log]
-.br
+.RI [ options "...] [" path ...]
.SH DESCRIPTION
Script version of cssutils.parseString(), cssutils.parseFile() and
-cssutils.parseUrl(). Logging is redirected to stderr.
+cssutils.parseUrl().
+The combined CSS is outputed to \fBstdout\fR.
+Logging is directed to \fBstderr\fR.
.SH OPTIONS
.TP
.B \-d\fR, \fB\-\-debug\fR
More information about the Python-modules-commits
mailing list