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

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Wed May 25 12:33:04 UTC 2011


    Date: Wednesday, May 25, 2011 @ 12:33:03
  Author: menesis-guest
Revision: 2288

- Do not use Build-Depends-Indep, bump python-all version to one required by
  dh_python2.
- Bump Standards-Version to 3.9.2
- Remove ancient Conflicts/Replaces

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

Modified: python-mechanize/trunk/debian/changelog
===================================================================
--- python-mechanize/trunk/debian/changelog	2011-05-25 12:29:43 UTC (rev 2287)
+++ python-mechanize/trunk/debian/changelog	2011-05-25 12:33:03 UTC (rev 2288)
@@ -1,4 +1,4 @@
-python-mechanize (0.2.5-1) UNRELEASED; urgency=low
+python-mechanize (0.2.5-1) unstable; urgency=low
 
   * New upstream release (Closes: #595928,#465206)
   * Fix watch file to point at pypi

Modified: python-mechanize/trunk/debian/control
===================================================================
--- python-mechanize/trunk/debian/control	2011-05-25 12:29:43 UTC (rev 2287)
+++ python-mechanize/trunk/debian/control	2011-05-25 12:33:03 UTC (rev 2288)
@@ -3,19 +3,16 @@
 Priority: extra
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>, Jérémy Bobbio <lunar at debian.org>, Matthias Klose <doko at ubuntu.com>
-Build-Depends-Indep: python-all (>= 2.3.5-9)
-Build-Depends: debhelper (>= 7.0.50~), python-setuptools (>= 0.6b3)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.2
 X-Python-Version: >= 2.5
 Vcs-Svn: svn://svn.debian.org/pkg-zope/python-mechanize/trunk
 Homepage: http://wwwsearch.sourceforge.net/mechanize/
 
 Package: python-mechanize
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
-Conflicts: python2.3-mechanize (<< 0.0.11a-3), python2.4-mechanize (<< 0.0.11a-3)
-Replaces: python2.3-mechanize (<< 0.0.11a-3), python2.4-mechanize (<< 0.0.11a-3)
 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