[Python-modules-commits] r19055 - in packages/cssutils/trunk/debian (4 files)
cjsmo-guest at users.alioth.debian.org
cjsmo-guest at users.alioth.debian.org
Tue Oct 25 19:52:38 UTC 2011
Date: Tuesday, October 25, 2011 @ 19:52:35
Author: cjsmo-guest
Revision: 19055
new upstream release, added python-pkg-resources to depends, closes 645251, added myself to uploaders, removed embedded copy of underscore.js and symlinked to libjs-underscore
Modified:
packages/cssutils/trunk/debian/changelog
packages/cssutils/trunk/debian/control
packages/cssutils/trunk/debian/python-cssutils-doc.links
packages/cssutils/trunk/debian/rules
Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog 2011-10-25 07:05:34 UTC (rev 19054)
+++ packages/cssutils/trunk/debian/changelog 2011-10-25 19:52:35 UTC (rev 19055)
@@ -1,9 +1,21 @@
-cssutils (0.9.8~a1-2) UNRELEASED; urgency=low
+cssutils (0.9.8~a2-1) UNRELEASED; urgency=low
+ [ Jakub Wilk ]
* Add Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sat, 10 Sep 2011 00:08:37 +0200
+ [ Charlie Smotherman ]
+ * Team Upload.
+ * New upstream release.
+ * Added python-pkg-resources to python-cssutils Depends field in
+ debian/control. Closes: #645251
+ * Added Dependency on libjs-underscore and removed the embedded copy of
+ underscore.js
+ * Added "-Xunderscore.js" to override_dh_install.
+ * Added underscore.js symlink creation to debian/python-cssutils-doc.links.
+ * Added myself to Uploaders field.
+ -- Charlie Smotherman <cjsmo at cableone.net> Tue, 25 Oct 2011 12:39:40 -0500
+
cssutils (0.9.8~a1-1) unstable; urgency=low
[ Charlie Smotherman ]
Modified: packages/cssutils/trunk/debian/control
===================================================================
--- packages/cssutils/trunk/debian/control 2011-10-25 07:05:34 UTC (rev 19054)
+++ packages/cssutils/trunk/debian/control 2011-10-25 19:52:35 UTC (rev 19055)
@@ -3,7 +3,8 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Loïc Minier <lool at debian.org>,
- Martin Pitt <mpitt at debian.org>
+ Martin Pitt <mpitt at debian.org>,
+ Charlie Smotherman <cjsmo at cableone.net>
Build-Depends: debhelper (>= 7.0.50~),
python (>= 2.6.6-3~),
python-setuptools
@@ -17,7 +18,8 @@
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
- python-encutils
+ python-encutils,
+ python-pkg-resources
Recommends: python-cssutils-doc
Description: CSS Cascading Style Sheets parser and builder
Package to parse and build CSS Cascading Style Sheets. DOM only, not any
@@ -36,7 +38,7 @@
Package: python-cssutils-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, libjs-jquery
+Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
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/python-cssutils-doc.links
===================================================================
--- packages/cssutils/trunk/debian/python-cssutils-doc.links 2011-10-25 07:05:34 UTC (rev 19054)
+++ packages/cssutils/trunk/debian/python-cssutils-doc.links 2011-10-25 19:52:35 UTC (rev 19055)
@@ -1 +1,2 @@
/usr/share/javascript/jquery/jquery.js /usr/share/doc/python-cssutils-doc/docs/html/_static/jquery.js
+/usr/share/javascript/underscore/underscore.js /usr/share/doc/python-cssutils-doc/docs/html/_static/underscore.js
Modified: packages/cssutils/trunk/debian/rules
===================================================================
--- packages/cssutils/trunk/debian/rules 2011-10-25 07:05:34 UTC (rev 19054)
+++ packages/cssutils/trunk/debian/rules 2011-10-25 19:52:35 UTC (rev 19055)
@@ -4,4 +4,4 @@
dh $@ --with python2
override_dh_install:
- dh_install -Xjquery.js
+ dh_install -Xjquery.js -Xunderscore.js
More information about the Python-modules-commits
mailing list