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

hle at users.alioth.debian.org hle at users.alioth.debian.org
Thu Sep 24 22:10:15 UTC 2015


    Date: Thursday, September 24, 2015 @ 22:10:14
  Author: hle
Revision: 34386

Update Hugo's e-mail address.

Modified:
  packages/cssutils/trunk/debian/changelog
  packages/cssutils/trunk/debian/compat
  packages/cssutils/trunk/debian/control
  packages/cssutils/trunk/debian/copyright
  packages/cssutils/trunk/debian/rules
Deleted:
  packages/cssutils/trunk/debian/README.Debian

Deleted: packages/cssutils/trunk/debian/README.Debian
===================================================================
--- packages/cssutils/trunk/debian/README.Debian	2015-09-24 13:34:43 UTC (rev 34385)
+++ packages/cssutils/trunk/debian/README.Debian	2015-09-24 22:10:14 UTC (rev 34386)
@@ -1,7 +0,0 @@
-cssutils for Debian
------------------
-A lot of tests and testsuites has been disabled in this package. They made 
-the package failed to build and were too instable by using online 
-resources, needing an internet connection, etc.
- -- Hugo Lefeuvre <hugo6390 at orange.fr>  Fri, 17 Oct 2014 23:07:19 +0200
-

Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog	2015-09-24 13:34:43 UTC (rev 34385)
+++ packages/cssutils/trunk/debian/changelog	2015-09-24 22:10:14 UTC (rev 34386)
@@ -1,18 +1,29 @@
-cssutils (1.0-3) unstable; urgency=medium
+cssutils (1.0-3) experimental; urgency=medium
 
   * Delete debian/patches/revert_to_0.9.10.patch: 
     - Bogus changes has been fixed, so that it is now possible to 
       build the package properly with upstream's version 1.0.
   * Delete debian/patches/disable_test.patch:
     - These deletions can be done through debian/rules.
+  * debian/control, debian/copyright:
+    - Change Hugo Lefeuvre's e-mail address.
+  * debian/copyright:
+    - Use https for the 'Format' field.
+    - Update the 'Source' field. 
+  * debian/control:
+    - Update the 'Homepage' field. 
+  * debian/compat:
+    - Use compat level 9.
   * debian/rules:
     - Use pybuild.
     - Fixed some bugs that make pybuild was building the package in a 
       bad directory and d/rules failed to be interpreted. 
     - Disable tests that currently make the package fail to build, namely
       test_parseUrl, test_namespaces1 and test_handlers. 
+    - Depend on debhelper (>= 9).
+  * Delete useless README.Debian.
 
- -- Hugo Lefeuvre <hugo6390 at orange.fr>  Mon, 10 Nov 2014 22:44:36 +0100
+ -- Hugo Lefeuvre <hle at debian.org>  Thu, 24 Sep 2015 19:01:58 +0200
 
 cssutils (1.0-2) unstable; urgency=medium
 

Modified: packages/cssutils/trunk/debian/compat
===================================================================
--- packages/cssutils/trunk/debian/compat	2015-09-24 13:34:43 UTC (rev 34385)
+++ packages/cssutils/trunk/debian/compat	2015-09-24 22:10:14 UTC (rev 34386)
@@ -1 +1 @@
-7
+9

Modified: packages/cssutils/trunk/debian/control
===================================================================
--- packages/cssutils/trunk/debian/control	2015-09-24 13:34:43 UTC (rev 34385)
+++ packages/cssutils/trunk/debian/control	2015-09-24 22:10:14 UTC (rev 34386)
@@ -5,8 +5,8 @@
 Uploaders: Loïc Minier <lool at debian.org>,
            Martin Pitt <mpitt at debian.org>,
            Charlie Smotherman <cjsmo at cableone.net>,
-           Hugo Lefeuvre <hugo6390 at orange.fr>
-Build-Depends: debhelper (>= 7.0.50~),
+           Hugo Lefeuvre <hle at debian.org>
+Build-Depends: debhelper (>= 9),
                python-all (>= 2.6.6-3~),
                python-setuptools,
                python-nose (>= 1.1.2-2),
@@ -14,9 +14,10 @@
                python3-all,
                python3-setuptools,
                python3-nose (>= 1.1.2-2),
-               python3-mock
+               python3-mock,
+               dh-python
 Standards-Version: 3.9.6
-Homepage: https://bitbucket.org/cthedot/cssutils
+Homepage: http://cthedot.de/cssutils/
 X-Python-Version: >= 2.5
 X-Python3-Version: >= 3.0
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/cssutils/trunk/

Modified: packages/cssutils/trunk/debian/copyright
===================================================================
--- packages/cssutils/trunk/debian/copyright	2015-09-24 13:34:43 UTC (rev 34385)
+++ packages/cssutils/trunk/debian/copyright	2015-09-24 22:10:14 UTC (rev 34386)
@@ -1,8 +1,8 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: cssutils
 Upstream-Contact: Christof Hoeke
                   Walter Doerwald
-Source: http://code.google.com/p/cssutils/downloads/list
+Source: http://cthedot.de/cssutils/
 
 Files: *
 Copyright: 2004-2013 Christof Hoeke
@@ -36,7 +36,7 @@
            2008 Damien Churchill <damoxc at gmail.com>
            2008 Loïc Minier <lool at dooz.org>
            2011-2013 Charlie Smotherman <cjsmo at cableone.net>
-           2014 Hugo Lefeuvre <hugo6390 at orange.fr>
+           2014-2015 Hugo Lefeuvre <hle at debian.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

Modified: packages/cssutils/trunk/debian/rules
===================================================================
--- packages/cssutils/trunk/debian/rules	2015-09-24 13:34:43 UTC (rev 34385)
+++ packages/cssutils/trunk/debian/rules	2015-09-24 22:10:14 UTC (rev 34386)
@@ -12,6 +12,7 @@
 	dh $@ --with python2,python3, --buildsystem=pybuild
 
 override_dh_auto_test:
+	# Disable buggy tests.
 	PYBUILD_SYSTEM=custom \
 	    PYBUILD_TEST_ARGS_python2="nosetests -v \
 	                                         --exclude=test_parseString \




More information about the Python-modules-commits mailing list