r2231 - in python-mechanize/trunk/debian (13 files)
jinty-guest at users.alioth.debian.org
jinty-guest at users.alioth.debian.org
Sun May 15 16:47:46 UTC 2011
Date: Sunday, May 15, 2011 @ 16:47:42
Author: jinty-guest
Revision: 2231
* New upstream release (Closes: #595928,#456206)
* Fix watch file to point at pypi
* Use Homepage header to point to mechanize homepage rather than including
it in the long description. Closes: #615362
* Remove dependency on python-clientform, it's included in mechanize now and
deprecated as an external project.
* Switch to dpkg-source 3.0 (quilt) format from dpatch.
Added:
python-mechanize/trunk/debian/patches/series
python-mechanize/trunk/debian/source/
python-mechanize/trunk/debian/source/format
Modified:
python-mechanize/trunk/debian/changelog
python-mechanize/trunk/debian/control
python-mechanize/trunk/debian/docs
python-mechanize/trunk/debian/examples
python-mechanize/trunk/debian/patches/mechanize_seek.dpatch
python-mechanize/trunk/debian/rules
python-mechanize/trunk/debian/watch
Deleted:
python-mechanize/trunk/debian/README.source
python-mechanize/trunk/debian/patches/00list
python-mechanize/trunk/debian/patches/DPATCH
Deleted: python-mechanize/trunk/debian/README.source
===================================================================
--- python-mechanize/trunk/debian/README.source 2011-05-06 13:43:53 UTC (rev 2230)
+++ python-mechanize/trunk/debian/README.source 2011-05-15 16:47:42 UTC (rev 2231)
@@ -1,2 +0,0 @@
-This package uses dpatch to patch the source.
-See /usr/share/doc/dpatch/README.source.gz for the details.
Modified: python-mechanize/trunk/debian/changelog
===================================================================
--- python-mechanize/trunk/debian/changelog 2011-05-06 13:43:53 UTC (rev 2230)
+++ python-mechanize/trunk/debian/changelog 2011-05-15 16:47:42 UTC (rev 2231)
@@ -1,9 +1,15 @@
-python-mechanize (0.1.11-2) UNRELEASED; urgency=low
+python-mechanize (0.2.5-1) UNRELEASED; urgency=low
+ * New upstream release (Closes: #595928,#456206)
+ * Fix watch file to point at pypi
* Change e-mail address to brian at vanguardistas.net.
- * Fix watch file.
+ * Use Homepage header to point to mechanize homepage rather than including
+ it in the long description. Closes: #615362
+ * Remove dependency on python-clientform, it's included in mechanize now and
+ deprecated as an external project.
+ * Switch to dpkg-source 3.0 (quilt) format from dpatch.
- -- Brian Sutherland <brian at vanguardistas.net> Wed, 23 Sep 2009 02:32:58 +0200
+ -- Brian Sutherland <brian at vanguardistas.net> Sun, 15 May 2011 18:34:29 +0200
python-mechanize (0.1.11-1.1) unstable; urgency=low
Modified: python-mechanize/trunk/debian/control
===================================================================
--- python-mechanize/trunk/debian/control 2011-05-06 13:43:53 UTC (rev 2230)
+++ python-mechanize/trunk/debian/control 2011-05-15 16:47:42 UTC (rev 2231)
@@ -4,14 +4,15 @@
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-dev (>= 2.3.5-9), python-central (>= 0.5)
-Build-Depends: debhelper (>= 5.0.37.2), python-setuptools (>= 0.6b3), dpatch
+Build-Depends: debhelper (>= 5.0.37.2), python-setuptools (>= 0.6b3)
Standards-Version: 3.8.3
XS-Python-Version: >= 2.5
XS-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}, python-clientform (>= 0.2.6)
+Depends: ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Conflicts: python2.3-mechanize (<< 0.0.11a-3), python2.4-mechanize (<< 0.0.11a-3)
@@ -28,5 +29,3 @@
* Has a browser history
.
It was modelled after the Perl module WWW::Mechanize.
- .
- Homepage: http://wwwsearch.sourceforge.net/mechanize/
Modified: python-mechanize/trunk/debian/docs
===================================================================
--- python-mechanize/trunk/debian/docs 2011-05-06 13:43:53 UTC (rev 2230)
+++ python-mechanize/trunk/debian/docs 2011-05-15 16:47:42 UTC (rev 2231)
@@ -1,6 +1,3 @@
PKG-INFO
-GeneralFAQ.html
-README.html
README.txt
-doc.html
-0.1-changes.txt
+docs/*
Modified: python-mechanize/trunk/debian/examples
===================================================================
--- python-mechanize/trunk/debian/examples 2011-05-06 13:43:53 UTC (rev 2230)
+++ python-mechanize/trunk/debian/examples 2011-05-15 16:47:42 UTC (rev 2231)
@@ -1,2 +1,2 @@
examples/*
-functional_tests.py
+test
Deleted: python-mechanize/trunk/debian/patches/00list
===================================================================
--- python-mechanize/trunk/debian/patches/00list 2011-05-06 13:43:53 UTC (rev 2230)
+++ python-mechanize/trunk/debian/patches/00list 2011-05-15 16:47:42 UTC (rev 2231)
@@ -1 +0,0 @@
-mechanize_seek
Deleted: python-mechanize/trunk/debian/patches/DPATCH
===================================================================
--- python-mechanize/trunk/debian/patches/DPATCH 2011-05-06 13:43:53 UTC (rev 2230)
+++ python-mechanize/trunk/debian/patches/DPATCH 2011-05-15 16:47:42 UTC (rev 2231)
@@ -1,16 +0,0 @@
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
-
-if [ $# -ne 1 ]; then
- echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
- exit 1
-fi
-case "$1" in
- -patch) patch $patch_opts -p1 < $0;;
- -unpatch) patch $patch_opts -p1 -R < $0;;
- *)
- echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
- exit 1;;
-esac
-
-exit 0
Modified: python-mechanize/trunk/debian/patches/mechanize_seek.dpatch
===================================================================
--- python-mechanize/trunk/debian/patches/mechanize_seek.dpatch 2011-05-06 13:43:53 UTC (rev 2230)
+++ python-mechanize/trunk/debian/patches/mechanize_seek.dpatch 2011-05-15 16:47:42 UTC (rev 2231)
@@ -1,11 +1,6 @@
-#! /bin/sh -e
-
-. $(dirname $0)/DPATCH
-
- at DPATCH@
---- mechanize-0.1.7b/mechanize/_html.py.old 2007-12-16 15:17:37.000000000 +0000
-+++ mechanize-0.1.7b/mechanize/_html.py 2007-12-16 15:17:47.000000000 +0000
-@@ -599,6 +599,7 @@
+--- a/mechanize/_html.py
++++ b/mechanize/_html.py
+@@ -621,6 +621,7 @@
Factory.set_response(self, response)
if response is not None:
data = response.read()
Added: python-mechanize/trunk/debian/patches/series
===================================================================
--- python-mechanize/trunk/debian/patches/series (rev 0)
+++ python-mechanize/trunk/debian/patches/series 2011-05-15 16:47:42 UTC (rev 2231)
@@ -0,0 +1 @@
+mechanize_seek.dpatch
Modified: python-mechanize/trunk/debian/rules
===================================================================
--- python-mechanize/trunk/debian/rules 2011-05-06 13:43:53 UTC (rev 2230)
+++ python-mechanize/trunk/debian/rules 2011-05-15 16:47:42 UTC (rev 2231)
@@ -7,8 +7,6 @@
PYMOD=mechanize
PACKAGE=python-$(PYMOD)
-include /usr/share/dpatch/dpatch.make
-
.PHONY: patch-stamp
build: patch-stamp $(PYVERS:%=build-python%)
touch $@
Added: python-mechanize/trunk/debian/source/format
===================================================================
--- python-mechanize/trunk/debian/source/format (rev 0)
+++ python-mechanize/trunk/debian/source/format 2011-05-15 16:47:42 UTC (rev 2231)
@@ -0,0 +1 @@
+3.0 (quilt)
Modified: python-mechanize/trunk/debian/watch
===================================================================
--- python-mechanize/trunk/debian/watch 2011-05-06 13:43:53 UTC (rev 2230)
+++ python-mechanize/trunk/debian/watch 2011-05-15 16:47:42 UTC (rev 2231)
@@ -1,3 +1,2 @@
version=3
-http://wwwsearch.sourceforge.net/mechanize/ \
- ./src/mechanize-(.*).tar.gz
+http://pypi.python.org/packages/source/m/mechanize/mechanize-(.*).tar.gz
More information about the pkg-zope-developers
mailing list