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

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Wed May 23 23:10:38 UTC 2012


    Date: Wednesday, May 23, 2012 @ 23:10:34
  Author: warsaw-guest
Revision: 21894

debian/control: Fix Depends line so that python3-flufl.lock
depends on ${python3:Depends}.  (Closes: #674222)

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

Modified: packages/flufl.lock/trunk/debian/changelog
===================================================================
--- packages/flufl.lock/trunk/debian/changelog	2012-05-23 22:04:45 UTC (rev 21893)
+++ packages/flufl.lock/trunk/debian/changelog	2012-05-23 23:10:34 UTC (rev 21894)
@@ -1,3 +1,10 @@
+flufl.lock (2.2.1-2) UNRELEASED; urgency=low
+
+  * debian/control: Fix Depends line so that python3-flufl.lock
+    depends on ${python3:Depends}.  (Closes: #674222)
+
+ -- Barry Warsaw <barry at python.org>  Wed, 23 May 2012 19:05:32 -0400
+
 flufl.lock (2.2.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/flufl.lock/trunk/debian/control
===================================================================
--- packages/flufl.lock/trunk/debian/control	2012-05-23 22:04:45 UTC (rev 21893)
+++ packages/flufl.lock/trunk/debian/control	2012-05-23 23:10:34 UTC (rev 21894)
@@ -41,7 +41,7 @@
 
 Package: python3-flufl.lock
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}
 Suggests: python-flufl.lock-doc
 Description: NFS-safe file-based lock with timeouts (Python 3)
  This package provides an NFS-safe file-based locking algorithm influenced 




More information about the Python-modules-commits mailing list