[Python-modules-commits] r24713 - in packages/dkimpy/trunk/debian (4 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Mon Jun 10 03:20:22 UTC 2013
Date: Monday, June 10, 2013 @ 03:20:17
Author: kitterman
Revision: 24713
* Urgency medium for important bug fix
* New upstream release
- Fixes Gmail signature verification failures due to improper FWS regular
expression - Thanks to Peter Palfrader (weasel) for the patch
(Closes: #711751)
* Drop --no-compile from debian/rules so byte compilation gets tested during
build
* Bump minimum dephelper version to 8.1 and debian/compat to 8 for
build-{arch,indep} support
* Bump standards version to 3.9.4 without further change
Modified:
packages/dkimpy/trunk/debian/changelog
packages/dkimpy/trunk/debian/compat
packages/dkimpy/trunk/debian/control
packages/dkimpy/trunk/debian/rules
Modified: packages/dkimpy/trunk/debian/changelog
===================================================================
--- packages/dkimpy/trunk/debian/changelog 2013-06-09 22:10:44 UTC (rev 24712)
+++ packages/dkimpy/trunk/debian/changelog 2013-06-10 03:20:17 UTC (rev 24713)
@@ -1,9 +1,23 @@
-dkimpy (0.5.3-2) UNRELEASED; urgency=low
+dkimpy (0.5.4-1) unstable; urgency=medium
+ * Urgency medium for important bug fix
+
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:00:47 +0200
+ [ Scott Kitterman ]
+ * New upstream release
+ - Fixes Gmail signature verification failures due to improper FWS regular
+ expression - Thanks to Peter Palfrader (weasel) for the patch
+ (Closes: #711751)
+ * Drop --no-compile from debian/rules so byte compilation gets tested during
+ build
+ * Bump minimum dephelper version to 8.1 and debian/compat to 8 for
+ build-{arch,indep} support
+ * Bump standards version to 3.9.4 without further change
+ -- Scott Kitterman <scott at kitterman.com> Sun, 09 Jun 2013 22:51:55 -0400
+
dkimpy (0.5.3-1) unstable; urgency=medium
* Urgency medium for multiple RC bug fixes
Modified: packages/dkimpy/trunk/debian/compat
===================================================================
--- packages/dkimpy/trunk/debian/compat 2013-06-09 22:10:44 UTC (rev 24712)
+++ packages/dkimpy/trunk/debian/compat 2013-06-10 03:20:17 UTC (rev 24713)
@@ -1,2 +1,2 @@
-7
+8
Modified: packages/dkimpy/trunk/debian/control
===================================================================
--- packages/dkimpy/trunk/debian/control 2013-06-09 22:10:44 UTC (rev 24712)
+++ packages/dkimpy/trunk/debian/control 2013-06-10 03:20:17 UTC (rev 24713)
@@ -3,12 +3,12 @@
Priority: optional
Maintainer: Scott Kitterman <scott at kitterman.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.3.16), python (>= 2.6.5-2~), python3
+Build-Depends: debhelper (>= 8.1), python (>= 2.6.5-2~), python3
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/dkimpy/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/dkimpy/trunk/
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Homepage: http://launchpad.net/dkimpy
Package: python-dkim
Modified: packages/dkimpy/trunk/debian/rules
===================================================================
--- packages/dkimpy/trunk/debian/rules 2013-06-09 22:10:44 UTC (rev 24712)
+++ packages/dkimpy/trunk/debian/rules 2013-06-10 03:20:17 UTC (rev 24713)
@@ -7,11 +7,11 @@
override_dh_auto_build:
override_dh_auto_install:
- python $(CURDIR)/setup.py install --no-compile -O0 --install-layout=deb \
+ python $(CURDIR)/setup.py install --install-layout=deb \
--root $(CURDIR)/debian/python-dkim
mv debian/python-dkim/usr/bin/dkimsign.py debian/python-dkim/usr/bin/dkimsign
mv debian/python-dkim/usr/bin/dkimverify.py debian/python-dkim/usr/bin/dkimverify
- python3 $(CURDIR)/setup.py install --no-compile -O0 --install-layout=deb \
+ python3 $(CURDIR)/setup.py install --install-layout=deb \
--root $(CURDIR)/debian/python3-dkim
rm -rf $(CURDIR)/debian/python3-dkim/usr/bin
rm -rf $(CURDIR)/debian/python3-dkim/usr/share/man
More information about the Python-modules-commits
mailing list