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

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


    Date: Wednesday, September 7, 2011 @ 22:12:45
  Author: warsaw-guest
Revision: 18457

Solve several problems identified by Piotr.
* debian/rules clean was not complete because dh_auto_clean does not
  properly remove the build/sphinx directory.  Added an override.
* build-depends-on-1-revision: bumped python-sphinx dependency down to
  1.0.7.
* helper-templates-in-copyright: Removed the "(s)" suffix, but see
  debbug #631674
* extended-description-is-empty: Added extended description blurb.

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

Modified: packages/flufl.lock/trunk/debian/control
===================================================================
--- packages/flufl.lock/trunk/debian/control	2011-09-07 15:50:52 UTC (rev 18456)
+++ packages/flufl.lock/trunk/debian/control	2011-09-07 22:12:45 UTC (rev 18457)
@@ -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),
                debhelper (>= 7.0.50)
 Standards-Version: 3.9.2
 
@@ -15,3 +15,5 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Description: NFS-safe file-based lock with timeouts
+ This package provides an NFS-safe file-based locking algorithm influenced 
+ by the GNU/Linux open(2) manpage, under the  description of the O_EXCL option.

Modified: packages/flufl.lock/trunk/debian/copyright
===================================================================
--- packages/flufl.lock/trunk/debian/copyright	2011-09-07 15:50:52 UTC (rev 18456)
+++ packages/flufl.lock/trunk/debian/copyright	2011-09-07 22:12:45 UTC (rev 18457)
@@ -6,7 +6,7 @@
 
     <http://pypi.python.org/pypi/flufl.lock>
 
-Upstream Author(s):
+Upstream Author:
 
     Barry Warsaw <barry at python.org>
 

Modified: packages/flufl.lock/trunk/debian/rules
===================================================================
--- packages/flufl.lock/trunk/debian/rules	2011-09-07 15:50:52 UTC (rev 18456)
+++ packages/flufl.lock/trunk/debian/rules	2011-09-07 22:12:45 UTC (rev 18457)
@@ -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