r2012 - in python-mechanize/trunk/debian (changelog rules)

statik-guest at users.alioth.debian.org statik-guest at users.alioth.debian.org
Mon Jan 11 16:17:46 UTC 2010


    Date: Monday, January 11, 2010 @ 16:17:39
  Author: statik-guest
Revision: 2012

Update svn with some changes to python-mechanize that were done as
an NMU upload to fix a FTBFS.

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

Modified: python-mechanize/trunk/debian/changelog
===================================================================
--- python-mechanize/trunk/debian/changelog	2010-01-08 08:42:30 UTC (rev 2011)
+++ python-mechanize/trunk/debian/changelog	2010-01-11 16:17:39 UTC (rev 2012)
@@ -5,6 +5,13 @@
 
  -- Brian Sutherland <brian at vanguardistas.net>  Wed, 23 Sep 2009 02:32:58 +0200
 
+python-mechanize (0.1.11-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Be less selective when renaming *.egg-info files (closes: #552912).
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Mon, 21 Dec 2009 20:35:08 +0100
+
 python-mechanize (0.1.11-1) unstable; urgency=low
 
   * New upstream release, uploaded to unstable.

Modified: python-mechanize/trunk/debian/rules
===================================================================
--- python-mechanize/trunk/debian/rules	2010-01-08 08:42:30 UTC (rev 2011)
+++ python-mechanize/trunk/debian/rules	2010-01-11 16:17:39 UTC (rev 2012)
@@ -6,8 +6,6 @@
 PYVERS=$(shell pyversions -vr debian/control)
 PYMOD=mechanize
 PACKAGE=python-$(PYMOD)
-DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
-		             | grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
 
 include /usr/share/dpatch/dpatch.make
 
@@ -45,7 +43,7 @@
 	# Remove python and module version from .egg-info
 	echo python:Provides=$(foreach pv,$(shell pyversions -s),$(pv)-mechanize)|sed 's/ /, /g' >> debian/python-mechanize.substvars
 	(cd debian/$(PACKAGE)/usr/lib/python$*/*-packages/; \
-		mv $(PYMOD)-$(DEB_UPSTREAM_VERSION)-py$*.egg-info $(PYMOD).egg-info)
+		mv $(PYMOD)-*.egg-info $(PYMOD).egg-info)
 
 .PHONY: binary-common
 binary-common:




More information about the pkg-zope-developers mailing list