r2677 - in python-mechanize/trunk/debian (changelog control)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Aug 27 06:26:39 UTC 2012


    Date: Monday, August 27, 2012 @ 06:26:36
  Author: arnau
Revision: 2677

Depend on python-mechanize >= 0.2.0 for python-clientform to make
sure that the former is upgraded even when only the latter is upgraded.
Closes: #684616.

Modified:
  python-mechanize/trunk/debian/changelog
  python-mechanize/trunk/debian/control

Modified: python-mechanize/trunk/debian/changelog
===================================================================
--- python-mechanize/trunk/debian/changelog	2012-07-02 11:28:35 UTC (rev 2676)
+++ python-mechanize/trunk/debian/changelog	2012-08-27 06:26:36 UTC (rev 2677)
@@ -1,3 +1,12 @@
+python-mechanize (1:0.2.5-3) unstable; urgency=low
+
+  * debian/control:
+    + Depend on python-mechanize >= 0.2.0 for python-clientform to make
+      sure that the former is upgraded even when only the latter is upgraded.
+      Closes: #684616.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Mon, 27 Aug 2012 15:18:27 +0900
+
 python-mechanize (1:0.2.5-2) unstable; urgency=low
 
   * Following the merge of ClientForm into mechanize, add a transitional

Modified: python-mechanize/trunk/debian/control
===================================================================
--- python-mechanize/trunk/debian/control	2012-07-02 11:28:35 UTC (rev 2676)
+++ python-mechanize/trunk/debian/control	2012-08-27 06:26:36 UTC (rev 2677)
@@ -37,7 +37,7 @@
 
 Package: python-clientform
 Architecture: all
-Depends: ${misc:Depends}, python-mechanize
+Depends: ${misc:Depends}, python-mechanize (>= 0.2.0)
 Section: oldlibs
 Description: transitional dummy package
  This package is a dummy transitional package following the merge of ClientForm




More information about the pkg-zope-developers mailing list