tags 552912 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-mechanize (versioned as 0.1.11-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

--
Jakub Wilk
diff -u python-mechanize-0.1.11/debian/changelog python-mechanize-0.1.11/debian/changelog
--- python-mechanize-0.1.11/debian/changelog
+++ python-mechanize-0.1.11/debian/changelog
@@ -1,3 +1,10 @@
+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 <uba...@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.
diff -u python-mechanize-0.1.11/debian/rules python-mechanize-0.1.11/debian/rules
--- python-mechanize-0.1.11/debian/rules
+++ python-mechanize-0.1.11/debian/rules
@@ -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:

Attachment: signature.asc
Description: Digital signature

Reply via email to