[Python-modules-commits] r23841 - in packages/sphinxcontrib-spelling/trunk/debian (2 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Thu Apr 4 23:50:35 UTC 2013
Date: Thursday, April 4, 2013 @ 23:50:34
Author: eriol-guest
Revision: 23841
Removed work-around for #645125 since it's fixed
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 2013-04-04 23:15:14 UTC (rev 23840)
+++ packages/sphinxcontrib-spelling/trunk/debian/changelog 2013-04-04 23:50:34 UTC (rev 23841)
@@ -1,12 +1,14 @@
-sphinxcontrib-spelling (1.4-2) UNRELEASED; urgency=low
+sphinxcontrib-spelling (1.4-1) UNRELEASED; urgency=low
* New upstream release
* debian/control
- Fixed lintian vcs-field-not-canonical
- Updated Homepage field
- Bumped Standards-Version to 3.9.4 (no changes needed)
+ * debian/rules
+ - Removed work-around for #645125 since it's fixed
- -- Daniele Tricoli <eriol at mornie.org> Fri, 05 Apr 2013 01:14:43 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Fri, 05 Apr 2013 01:37:16 +0200
sphinxcontrib-spelling (1.3-1) unstable; urgency=low
Modified: packages/sphinxcontrib-spelling/trunk/debian/rules
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/rules 2013-04-04 23:15:14 UTC (rev 23840)
+++ packages/sphinxcontrib-spelling/trunk/debian/rules 2013-04-04 23:50:34 UTC (rev 23841)
@@ -11,9 +11,8 @@
# contains some magic to make namespace packages work even though
# there's no __init__.py 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)),)
set -e; \
More information about the Python-modules-commits
mailing list