[Python-modules-commits] r18260 - in packages/flufl.lock/trunk/debian (changelog control rules)

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Mon Aug 22 19:19:08 UTC 2011


    Date: Monday, August 22, 2011 @ 19:19:07
  Author: warsaw-guest
Revision: 18260

Add --with sphinxdoc

Modified:
  packages/flufl.lock/trunk/debian/changelog
  packages/flufl.lock/trunk/debian/control
  packages/flufl.lock/trunk/debian/rules

Modified: packages/flufl.lock/trunk/debian/changelog
===================================================================
--- packages/flufl.lock/trunk/debian/changelog	2011-08-22 17:42:52 UTC (rev 18259)
+++ packages/flufl.lock/trunk/debian/changelog	2011-08-22 19:19:07 UTC (rev 18260)
@@ -2,4 +2,4 @@
 
   * Initial release (closes: #638859)
 
- -- Barry Warsaw <barry at python.org>  Wed, 03 Nov 2010 15:48:49 -0400
+ -- Barry Warsaw <barry at python.org>  Mon, 22 Aug 2011 15:10:33 -0400

Modified: packages/flufl.lock/trunk/debian/control
===================================================================
--- packages/flufl.lock/trunk/debian/control	2011-08-22 17:42:52 UTC (rev 18259)
+++ packages/flufl.lock/trunk/debian/control	2011-08-22 19:19:07 UTC (rev 18260)
@@ -7,11 +7,11 @@
 Priority: optional
 Build-Depends: python-all (>= 2.6.6-3~),
                python-setuptools,
-               python-sphinx,
+               python-sphinx (>= 1.0.7+dfsg-1),
                debhelper (>= 7.0.50)
 Standards-Version: 3.9.2
 
 Package: python-flufl.lock
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Description: An NFS-safe file-based lock with timeouts.
+Description: NFS-safe file-based lock with timeouts

Modified: packages/flufl.lock/trunk/debian/rules
===================================================================
--- packages/flufl.lock/trunk/debian/rules	2011-08-22 17:42:52 UTC (rev 18259)
+++ packages/flufl.lock/trunk/debian/rules	2011-08-22 19:19:07 UTC (rev 18260)
@@ -3,7 +3,7 @@
 PYTHON2=$(shell pyversions -vr)
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,sphinxdoc
 
 test-python%:
 	python$* setup.py test -vv




More information about the Python-modules-commits mailing list