[Python-modules-commits] r18460 - in packages/flufl.i18n/trunk/debian (control copyright rules)

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


    Date: Wednesday, September 7, 2011 @ 22:34:12
  Author: warsaw-guest
Revision: 18460

Fix lintian problems and add an override_dh_auto_clean target to clean
up the build/sphinx directory.

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

Modified: packages/flufl.i18n/trunk/debian/control
===================================================================
--- packages/flufl.i18n/trunk/debian/control	2011-09-07 22:27:51 UTC (rev 18459)
+++ packages/flufl.i18n/trunk/debian/control	2011-09-07 22:34:12 UTC (rev 18460)
@@ -7,7 +7,7 @@
 Priority: optional
 Build-Depends: python-all (>= 2.6.6-3~),
                python-setuptools,
-               python-sphinx (>= 1.0.7+dfsg-1),
+               python-sphinx (>= 1.0.7+dfsg-1~),
                debhelper (>= 7.0.50)
 Standards-Version: 3.9.2
 

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

Modified: packages/flufl.i18n/trunk/debian/rules
===================================================================
--- packages/flufl.i18n/trunk/debian/rules	2011-09-07 22:27:51 UTC (rev 18459)
+++ packages/flufl.i18n/trunk/debian/rules	2011-09-07 22:34:12 UTC (rev 18460)
@@ -17,3 +17,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