r2645 - in python-mechanize/trunk/debian (5 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Fri Mar 9 06:11:07 UTC 2012


    Date: Friday, March 9, 2012 @ 06:11:01
  Author: arnau
Revision: 2645

* 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.
* debian/control:
  + Bump Standards-Version to 3.9.3.
    - debian/copyright: Update Format URL following DEP-5 release.
  + Add Vcs-Browser field.

Added:
  python-mechanize/trunk/debian/NEWS
Modified:
  python-mechanize/trunk/debian/changelog
  python-mechanize/trunk/debian/compat
  python-mechanize/trunk/debian/control
  python-mechanize/trunk/debian/copyright

Added: python-mechanize/trunk/debian/NEWS
===================================================================
--- python-mechanize/trunk/debian/NEWS	                        (rev 0)
+++ python-mechanize/trunk/debian/NEWS	2012-03-09 06:11:01 UTC (rev 2645)
@@ -0,0 +1,9 @@
+python-mechanize (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
+    of ClientForm by mechanize in your source code, and ensure any use of
+    the module logging logger named "ClientForm" is updated to use the new
+    logger name "mechanize.forms".
+
+ -- Arnaud Fontaine <arnau at debian.org>  Fri, 09 Mar 2012 14:49:26 +0900

Modified: python-mechanize/trunk/debian/changelog
===================================================================
--- python-mechanize/trunk/debian/changelog	2012-01-26 17:14:21 UTC (rev 2644)
+++ python-mechanize/trunk/debian/changelog	2012-03-09 06:11:01 UTC (rev 2645)
@@ -1,3 +1,15 @@
+python-mechanize (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.
+  * debian/control:
+    + Bump Standards-Version to 3.9.3.
+      - debian/copyright: Update Format URL following DEP-5 release.
+    + Add Vcs-Browser field.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Fri, 09 Mar 2012 14:09:05 +0900
+
 python-mechanize (0.2.5-1) unstable; urgency=low
 
   [ Arnaud Fontaine ]

Modified: python-mechanize/trunk/debian/compat
===================================================================
--- python-mechanize/trunk/debian/compat	2012-01-26 17:14:21 UTC (rev 2644)
+++ python-mechanize/trunk/debian/compat	2012-03-09 06:11:01 UTC (rev 2645)
@@ -1 +1 @@
-5
+7

Modified: python-mechanize/trunk/debian/control
===================================================================
--- python-mechanize/trunk/debian/control	2012-01-26 17:14:21 UTC (rev 2644)
+++ python-mechanize/trunk/debian/control	2012-03-09 06:11:01 UTC (rev 2645)
@@ -10,15 +10,18 @@
 Build-Depends: debhelper (>= 7.0.50~),
                python-all (>= 2.6.6-3~),
                python-setuptools
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 X-Python-Version: >= 2.5
 Vcs-Svn: svn://svn.debian.org/pkg-zope/python-mechanize/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/python-mechanize/trunk
 Homepage: http://wwwsearch.sourceforge.net/mechanize/
 
 Package: python-mechanize
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
+Provides: ${python:Provides}, python-clientform
+Replaces: python-clientform (<< 0.2.5-2)
+Breaks: python-clientform (<< 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
@@ -31,3 +34,11 @@
   * Has a browser history
  .
  It was modelled after the Perl module WWW::Mechanize.
+
+Package: python-clientform
+Architecture: all
+Depends: ${misc:Depends}, python-mechanize
+Section: oldlibs
+Description: transitional dummy package
+ This package is a dummy transitional package following the merge of ClientForm
+ into mechanize 0.2.0. It can be safely removed.

Modified: python-mechanize/trunk/debian/copyright
===================================================================
--- python-mechanize/trunk/debian/copyright	2012-01-26 17:14:21 UTC (rev 2644)
+++ python-mechanize/trunk/debian/copyright	2012-03-09 06:11:01 UTC (rev 2645)
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: mechanize
 Upstream-Contact: John J. Lee <jjl at pobox.com>
 Source: http://wwwsearch.sourceforge.net/mechanize/




More information about the pkg-zope-developers mailing list