[Python-modules-commits] r20214 - in packages/sphinxcontrib-spelling/trunk/debian (2 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Jan 31 20:16:48 UTC 2012


    Date: Tuesday, January 31, 2012 @ 20:16:45
  Author: eriol-guest
Revision: 20214

* debian/rules
  - Added work-around for #645125

Modified:
  packages/sphinxcontrib-spelling/trunk/debian/changelog
  packages/sphinxcontrib-spelling/trunk/debian/rules

Modified: packages/sphinxcontrib-spelling/trunk/debian/changelog
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/changelog	2012-01-31 20:15:36 UTC (rev 20213)
+++ packages/sphinxcontrib-spelling/trunk/debian/changelog	2012-01-31 20:16:45 UTC (rev 20214)
@@ -3,8 +3,10 @@
   * New upstream release
   * debian/clean
     - Added to clean .egg-info directory
+  * debian/rules
+    - Added work-around for #645125
 
- -- Daniele Tricoli <eriol at mornie.org>  Tue, 31 Jan 2012 03:33:04 +0100
+ -- Daniele Tricoli <eriol at mornie.org>  Tue, 31 Jan 2012 21:15:17 +0100
 
 sphinxcontrib-spelling (1.2-1) unstable; urgency=low
 

Modified: packages/sphinxcontrib-spelling/trunk/debian/rules
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/rules	2012-01-31 20:15:36 UTC (rev 20213)
+++ packages/sphinxcontrib-spelling/trunk/debian/rules	2012-01-31 20:16:45 UTC (rev 20214)
@@ -11,6 +11,8 @@
 	# contains some magic to make namespace packages work even though
 	# there's no __init__.p can be removed.
 	find debian/python-sphinxcontrib.spelling -type f -name "*.pth" -delete
+	# work-around for #645125
+	sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/python-sphinxcontrib.spelling/usr/lib/python2.*/*-packages/*.egg-info/PKG-INFO
 
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)




More information about the Python-modules-commits mailing list