[Python-modules-commits] r16285 - in packages/cssutils/trunk/debian (6 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Thu Mar 31 05:07:01 UTC 2011


    Date: Thursday, March 31, 2011 @ 05:06:49
  Author: cjsmo-guest
Revision: 16285

control added Recommends on docs package, rm /usr/share/man/man1/python.1.gz from doc stanza, added docs and examples to python-cssutils-doc.install, rm debian/docs and debian/examples, updated copyright to dep5

Modified:
  packages/cssutils/trunk/debian/changelog
  packages/cssutils/trunk/debian/control
  packages/cssutils/trunk/debian/copyright
  packages/cssutils/trunk/debian/python-cssutils-doc.install
Deleted:
  packages/cssutils/trunk/debian/docs
  packages/cssutils/trunk/debian/examples

Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog	2011-03-31 00:01:28 UTC (rev 16284)
+++ packages/cssutils/trunk/debian/changelog	2011-03-31 05:06:49 UTC (rev 16285)
@@ -1,21 +1,24 @@
-cssutils (0.9.8~a1-1) unstable; urgency=low
+cssutils (0.9.8~a1-1) UNRELEASED; urgency=low
 
-  [ Charlie Smotherman ]
+  * Team upload.
   * New upstream release.
   * Update package to use dh_python2.  Closes: #616782
   * Switched to using dh7 tiny rules.
   * Increased debian/compat to 7.
   * Updated debian/python-cssutils.install and debian/python-encutils.install
     to allow installation into dist-packages.
-  * Added CHANGLOG.txt to debian/docs
+  * 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.
   * debian/control
     - removed cdbs from B-D.
     - bumped min python version to >= 2.6.6-3~.
     - removed python-central from B-D-I.
-    - increased min debhelper version to >= 7.0.50
+    - increased min debhelper version to >= 7.0.50~
     - bumped Standards Version to 3.9.1 no changes needed.
     - 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.
 
  -- 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-03-31 00:01:28 UTC (rev 16284)
+++ packages/cssutils/trunk/debian/control	2011-03-31 05:06:49 UTC (rev 16285)
@@ -4,7 +4,7 @@
 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>
-Build-Depends: debhelper (>= 7.0.50),
+Build-Depends: debhelper (>= 7.0.50~),
                python (>= 2.6.6-3~),
                python-setuptools
 Build-Depends-Indep: dpkg-dev (>= 1.13.19)
@@ -17,6 +17,7 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          python-encutils
+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
  rendering facilities! Base upon and partly implements the following
@@ -34,8 +35,7 @@
 Package: python-cssutils-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
-         ${python:Depends}
+Depends: ${misc:Depends}
 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-03-31 00:01:28 UTC (rev 16284)
+++ packages/cssutils/trunk/debian/copyright	2011-03-31 05:06:49 UTC (rev 16285)
@@ -1,54 +1,54 @@
-This package was debianized by Bernd Zeimetz <bzed at debian.org> on
-Mon, 04 Feb 2008 13:58:47 +0100, then cdbs-ized by
-Damien Churchill <damoxc at gmail.com> on Tue, 05 Aug 2008 02:44:20 +0100, then
-picked up by Loïc Minier <lool at dooz.org> on Mon, 01 Sep 2008 12:30:38 +0200.
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Upstream-Name: cssutils
+Upstream-Contact: Christof Hoeke
+                  Walter Doerwald
+Source: http://code.google.com/p/cssutils/downloads/list
+Comment: Only explicit copyright is from Christof Hoeke, but the mention of
+ Walter Doerwald in the credits and the __author__ stanzas in some Python
+ source files quite certainly make him a copyright holder.
 
-It was downloaded from http://code.google.com/p/cssutils/downloads/list
+Files: debian/*
+Copyright: 2008 Bernd Zeimetz <bzed at debian.org>
+           2008 Damien Churchill <damoxc at gmail.com>
+           2008 Loïc Minier <lool at dooz.org>
+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
+ Software Foundation; either version 2 of the License.
+ .
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
+Files: *
+Copyright: Christof Hoeke
+           Walter Doerwald
+License: LGPL 3+
+ encutils 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
+ Software Foundation, either version 3 of the License, or (at your option) any
+ later version.
+ .
+ encutils is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with encutils.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ can be found in `/usr/share/common-licenses/LGPL'.
 
-Upstream Authors:
-        Christof Hoeke <c at cthedot.de>
-        Walter Doerwald
-
-Copyright:
-        Copyright 2005 - 2008 Christof Hoeke
-        Copyright Walter Doerwald
-
- NB: Only explicit copyright is from Christof Hoeke, but the mention of
-     Walter Doerwald in the credits and the __author__ stanzas in some Python
-     source files quite certainly make him a copyright holder.
-
-
-License:
-
- restserver.py is under the public domain.
-
- All other files are licencese under LGPL v3+:
-
-    encutils 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 Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    encutils is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public License
-    along with encutils.  If not, see <http://www.gnu.org/licenses/>.
-
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
-
- NB: the upstream licensing moved from Creative Commons licensing to LGPL 2.1
-     and subsequently to LGPL 3.  Some files such as setup.py mention LGPL
-     2.1+, but COPYING.LESSER, the upstream site, and most files clearly
-     mention LGPL 3+ rendering the result LGPL 3+.
-
-
-The Debian packaging is Copyright (C) 2008, Bernd Zeimetz <bzed at debian.org>,
-Damien Churchill <damoxc at gmail.com>, and Loïc Minier <lool at dooz.org> and is
-licensed under the LGPL 2.1 or later, see
-`/usr/share/common-licenses/LGPL-2.1'.
-
+Comment: the upstream licensing moved from Creative Commons licensing to
+ LGPL 2.1 and subsequently to LGPL 3.  Some files such as setup.py mention
+ LGPL 2.1+, but COPYING.LESSER, the upstream site, and most files clearly
+ mention LGPL 3+ rendering the result LGPL 3+.

Deleted: packages/cssutils/trunk/debian/docs
===================================================================
--- packages/cssutils/trunk/debian/docs	2011-03-31 00:01:28 UTC (rev 16284)
+++ packages/cssutils/trunk/debian/docs	2011-03-31 05:06:49 UTC (rev 16285)
@@ -1,2 +0,0 @@
-README.txt
-CHANGELOG.txt

Deleted: packages/cssutils/trunk/debian/examples
===================================================================
--- packages/cssutils/trunk/debian/examples	2011-03-31 00:01:28 UTC (rev 16284)
+++ packages/cssutils/trunk/debian/examples	2011-03-31 05:06:49 UTC (rev 16285)
@@ -1 +0,0 @@
-examples/*

Modified: packages/cssutils/trunk/debian/python-cssutils-doc.install
===================================================================
--- packages/cssutils/trunk/debian/python-cssutils-doc.install	2011-03-31 00:01:28 UTC (rev 16284)
+++ packages/cssutils/trunk/debian/python-cssutils-doc.install	2011-03-31 05:06:49 UTC (rev 16285)
@@ -1 +1,4 @@
+README.txt /usr/share/doc/python-cssutils-doc/
+CHANGELOG.txt /usr/share/doc/python-cssutils-doc/
 docs /usr/share/doc/python-cssutils-doc/
+examples /usr/share/doc/python-cssutils-doc/




More information about the Python-modules-commits mailing list