[Python-modules-commits] r16468 - in packages/cssutils/trunk/debian (8 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Sun Apr 10 05:01:40 UTC 2011


    Date: Sunday, April 10, 2011 @ 05:01:17
  Author: cjsmo-guest
Revision: 16468

corrected embedded-javascript-library, and binary-without-manpage lintian errors

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

Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog	2011-04-09 18:56:51 UTC (rev 16467)
+++ packages/cssutils/trunk/debian/changelog	2011-04-10 05:01:17 UTC (rev 16468)
@@ -10,6 +10,10 @@
   * 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.
+  * Added manpage copyright info to debian/copyright.
+  * Added debian/python-cssutils.manpages to install the new manpages.
   * debian/control
     - removed cdbs from B-D.
     - bumped min python version to >= 2.6.6-3~.
@@ -19,6 +23,11 @@
     - removed XS-P-V in favor of X-P-V, increased X-P-V to >=2.6.
     - removed XB-P-V.
     - added Recommends: python-cssutils-doc to python-cssutils binary stanza.
+    - added libjs-jquery to Depends field of python-cssutils-doc bianry
+      stanza.
+  * debian/rules
+    - added dh_install exclude for jquery.js
+    - added dh_link override and added jquery.js symlink.
 
  -- 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-09 18:56:51 UTC (rev 16467)
+++ packages/cssutils/trunk/debian/control	2011-04-10 05:01:17 UTC (rev 16468)
@@ -35,7 +35,7 @@
 Package: python-cssutils-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libjs-jquery
 Description: CSS Cascading Style Sheets parser and builder - API documentation
  Package to parse and build CSS Cascading Style Sheets. DOM only, not any
  rendering facilities! Base upon and partly implements the following

Modified: packages/cssutils/trunk/debian/copyright
===================================================================
--- packages/cssutils/trunk/debian/copyright	2011-04-09 18:56:51 UTC (rev 16467)
+++ packages/cssutils/trunk/debian/copyright	2011-04-10 05:01:17 UTC (rev 16468)
@@ -11,6 +11,7 @@
 Copyright: 2008 Bernd Zeimetz <bzed at debian.org>
            2008 Damien Churchill <damoxc at gmail.com>
            2008 Loïc Minier <lool at dooz.org>
+           2011 Charlie Smotherman <cjsmo at cableone.net>
 License: LGPL 2.1
  This program is free software; you can redistribute it and/or modify it under
  the terms of the GNU Lesser General Public License as published by the Free

Added: packages/cssutils/trunk/debian/csscapture.manpage1
===================================================================
--- packages/cssutils/trunk/debian/csscapture.manpage1	                        (rev 0)
+++ packages/cssutils/trunk/debian/csscapture.manpage1	2011-04-10 05:01:17 UTC (rev 16468)
@@ -0,0 +1,62 @@
+.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/index.html
+

Added: packages/cssutils/trunk/debian/csscombine.manpage1
===================================================================
--- packages/cssutils/trunk/debian/csscombine.manpage1	                        (rev 0)
+++ packages/cssutils/trunk/debian/csscombine.manpage1	2011-04-10 05:01:17 UTC (rev 16468)
@@ -0,0 +1,60 @@
+.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 exit
+
+.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/index.html
+

Added: packages/cssutils/trunk/debian/cssparse.manpage1
===================================================================
--- packages/cssutils/trunk/debian/cssparse.manpage1	                        (rev 0)
+++ packages/cssutils/trunk/debian/cssparse.manpage1	2011-04-10 05:01:17 UTC (rev 16468)
@@ -0,0 +1,66 @@
+.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
+.B
+.IP \-\-string
+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/index.html
+

Added: packages/cssutils/trunk/debian/python-cssutils.manpages
===================================================================
--- packages/cssutils/trunk/debian/python-cssutils.manpages	                        (rev 0)
+++ packages/cssutils/trunk/debian/python-cssutils.manpages	2011-04-10 05:01:17 UTC (rev 16468)
@@ -0,0 +1,3 @@
+debian/csscapture.manpage1
+debian/csscombine.manpage1
+debian/cssparse.manpage1

Modified: packages/cssutils/trunk/debian/rules
===================================================================
--- packages/cssutils/trunk/debian/rules	2011-04-09 18:56:51 UTC (rev 16467)
+++ packages/cssutils/trunk/debian/rules	2011-04-10 05:01:17 UTC (rev 16468)
@@ -5,3 +5,9 @@
 
 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




More information about the Python-modules-commits mailing list