[Python-modules-commits] r18996 - in packages/pyke/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Oct 19 19:07:46 UTC 2011


    Date: Wednesday, October 19, 2011 @ 19:07:45
  Author: jwilk
Revision: 18996

Correct metadata version in egg-info files (to work around bug #645125).

Modified:
  packages/pyke/trunk/debian/changelog
  packages/pyke/trunk/debian/rules

Modified: packages/pyke/trunk/debian/changelog
===================================================================
--- packages/pyke/trunk/debian/changelog	2011-10-19 18:59:21 UTC (rev 18995)
+++ packages/pyke/trunk/debian/changelog	2011-10-19 19:07:45 UTC (rev 18996)
@@ -1,10 +1,14 @@
 pyke (1.1.1-3) UNRELEASED; urgency=low
 
+  [ Daniele Tricoli ]
   * debian/control
     - Dropped alternative dependency on python-wxgtk2.6 (Closes: #645893) 
   * debian/copyright
     - Fixed lintian warning about missing license paragraph
 
+  [ Jakub Wilk ]
+  * Correct metadata version in egg-info files (to work around bug #645125).
+
  -- Daniele Tricoli <eriol at mornie.org>  Wed, 19 Oct 2011 14:13:16 +0200
 
 pyke (1.1.1-2) unstable; urgency=low

Modified: packages/pyke/trunk/debian/rules
===================================================================
--- packages/pyke/trunk/debian/rules	2011-10-19 18:59:21 UTC (rev 18995)
+++ packages/pyke/trunk/debian/rules	2011-10-19 19:07:45 UTC (rev 18996)
@@ -26,6 +26,12 @@
 	done
 endif
 
+override_dh_auto_install:
+	dh_auto_install
+	# Correct Metadata-Version; see bug #645125
+	find debian/tmp/ -name '*.egg-info' \
+		-exec sed -i -e 's/^\(Metadata-Version:\) 1.0$$/\1 1.1/' {} +
+
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE_NOTES-1.txt upstream
 




More information about the Python-modules-commits mailing list