[Python-modules-commits] r18461 - in packages/flufl.bounce/trunk/debian (3 files)

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Wed Sep 7 22:42:56 UTC 2011


    Date: Wednesday, September 7, 2011 @ 22:42:55
  Author: warsaw-guest
Revision: 18461

Bring this package in alignment with the other flufl.* packages,
namely by fixing lintian warnings and ensuring the package can be
cleaned properly.

Modified:
  packages/flufl.bounce/trunk/debian/control
  packages/flufl.bounce/trunk/debian/copyright
  packages/flufl.bounce/trunk/debian/rules

Modified: packages/flufl.bounce/trunk/debian/control
===================================================================
--- packages/flufl.bounce/trunk/debian/control	2011-09-07 22:34:12 UTC (rev 18460)
+++ packages/flufl.bounce/trunk/debian/control	2011-09-07 22:42:55 UTC (rev 18461)
@@ -7,7 +7,7 @@
 Priority: optional
 Build-Depends: python-all (>= 2.6.6-3~),
                python-setuptools,
-               python-sphinx,
+               python-sphinx (>= 1.0.7+dfsg-1~),
                python-flufl.enum,
                python-zope.interface,
                debhelper (>= 7.0.50)

Modified: packages/flufl.bounce/trunk/debian/copyright
===================================================================
--- packages/flufl.bounce/trunk/debian/copyright	2011-09-07 22:34:12 UTC (rev 18460)
+++ packages/flufl.bounce/trunk/debian/copyright	2011-09-07 22:42:55 UTC (rev 18461)
@@ -6,7 +6,7 @@
 
     <http://pypi.python.org/pypi/flufl.bounce>
 
-Upstream Author(s):
+Upstream Author:
 
     Barry Warsaw <barry at python.org>
 

Modified: packages/flufl.bounce/trunk/debian/rules
===================================================================
--- packages/flufl.bounce/trunk/debian/rules	2011-09-07 22:34:12 UTC (rev 18460)
+++ packages/flufl.bounce/trunk/debian/rules	2011-09-07 22:42:55 UTC (rev 18461)
@@ -3,7 +3,7 @@
 PYTHON2=$(shell pyversions -vr)
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,sphinxdoc
 
 test-python%:
 	python$* setup.py test -vv
@@ -16,3 +16,7 @@
 override_dh_installdocs:
 	python setup.py build_sphinx
 	dh_installdocs build/sphinx/html
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build/sphinx




More information about the Python-modules-commits mailing list