r2647 - in python-mechanize/trunk/debian (NEWS changelog control)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue Mar 13 01:46:52 UTC 2012


    Date: Tuesday, March 13, 2012 @ 01:46:51
  Author: arnau
Revision: 2647

Add epoch as deprecated version of clientform is greater than mechanize.

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

Modified: python-mechanize/trunk/debian/NEWS
===================================================================
--- python-mechanize/trunk/debian/NEWS	2012-03-12 02:28:21 UTC (rev 2646)
+++ python-mechanize/trunk/debian/NEWS	2012-03-13 01:46:51 UTC (rev 2647)
@@ -1,4 +1,4 @@
-python-mechanize (0.2.5-2) unstable; urgency=low
+python-mechanize (1:0.2.5-2) unstable; urgency=low
 
     Since mechanize 0.2.0, ClientForm has been merged into mechanize. You
     can update source code based on ClientForm by replacing any occurrence

Modified: python-mechanize/trunk/debian/changelog
===================================================================
--- python-mechanize/trunk/debian/changelog	2012-03-12 02:28:21 UTC (rev 2646)
+++ python-mechanize/trunk/debian/changelog	2012-03-13 01:46:51 UTC (rev 2647)
@@ -1,8 +1,9 @@
-python-mechanize (0.2.5-2) unstable; urgency=low
+python-mechanize (1:0.2.5-2) unstable; urgency=low
 
   * Following the merge of ClientForm into mechanize, add a transitional
     dummy package to replace python-clientform.
-    + Add debian/NEWS to explain how to update source code based on ClientForm.
+    + Add debian/NEWS for updating source code based on ClientForm.
+    + Add epoch as deprecated version of clientform is greater than mechanize.
   * debian/control:
     + Bump Standards-Version to 3.9.3.
       - debian/copyright: Update Format URL following DEP-5 release.
@@ -10,7 +11,7 @@
   * Add debian/source/options to ignore changes in *.egg-info directory
     otherwise building twice fails.
 
- -- Arnaud Fontaine <arnau at debian.org>  Mon, 12 Mar 2012 11:27:55 +0900
+ -- Arnaud Fontaine <arnau at debian.org>  Tue, 13 Mar 2012 10:19:55 +0900
 
 python-mechanize (0.2.5-1) unstable; urgency=low
 

Modified: python-mechanize/trunk/debian/control
===================================================================
--- python-mechanize/trunk/debian/control	2012-03-12 02:28:21 UTC (rev 2646)
+++ python-mechanize/trunk/debian/control	2012-03-13 01:46:51 UTC (rev 2647)
@@ -20,8 +20,8 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Provides: ${python:Provides}, python-clientform
-Replaces: python-clientform (<< 0.2.5-2)
-Breaks: python-clientform (<< 0.2.5-2)
+Replaces: python-clientform (<< 1:0.2.5-2)
+Breaks: python-clientform (<< 1:0.2.5-2)
 Description: stateful programmatic web browsing
  A library for browsing the web in Python. Mechanize acts like a browser
  allowing you to do web scraping, functional testing of web sites and




More information about the pkg-zope-developers mailing list