[Python-modules-commits] r24607 - in packages/py3dns/trunk/debian (5 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Wed May 29 04:38:58 UTC 2013
Date: Wednesday, May 29, 2013 @ 04:38:47
Author: kitterman
Revision: 24607
* Urgency medium due to fix for issue than can cause mail loss/delay
* Restore AAAA lookups to return raw bytes as pyspf (the only rdepend to
use AAAA lookups) expects
* Drop debian/patches/fix_version.diff, no longer needed
* Bump minimum dephelper version to 8.1 and debian/compat to 8 for
build-{arch,indep} support
Modified:
packages/py3dns/trunk/debian/changelog
packages/py3dns/trunk/debian/compat
packages/py3dns/trunk/debian/control
packages/py3dns/trunk/debian/patches/series
Deleted:
packages/py3dns/trunk/debian/patches/fix_version.patch
Modified: packages/py3dns/trunk/debian/changelog
===================================================================
--- packages/py3dns/trunk/debian/changelog 2013-05-28 22:54:47 UTC (rev 24606)
+++ packages/py3dns/trunk/debian/changelog 2013-05-29 04:38:47 UTC (rev 24607)
@@ -1,3 +1,14 @@
+py3dns (3.0.3-1) unstable; urgency=medium
+
+ * Urgency medium due to fix for issue than can cause mail loss/delay
+ * Restore AAAA lookups to return raw bytes as pyspf (the only rdepend to
+ use AAAA lookups) expects
+ * Drop debian/patches/fix_version.diff, no longer needed
+ * Bump minimum dephelper version to 8.1 and debian/compat to 8 for
+ build-{arch,indep} support
+
+ -- Scott Kitterman <scott at kitterman.com> Wed, 29 May 2013 00:06:51 -0400
+
py3dns (3.0.2-2) unstable; urgency=low
[ Jakub Wilk ]
Modified: packages/py3dns/trunk/debian/compat
===================================================================
--- packages/py3dns/trunk/debian/compat 2013-05-28 22:54:47 UTC (rev 24606)
+++ packages/py3dns/trunk/debian/compat 2013-05-29 04:38:47 UTC (rev 24607)
@@ -1 +1 @@
-7
+8
Modified: packages/py3dns/trunk/debian/control
===================================================================
--- packages/py3dns/trunk/debian/control 2013-05-28 22:54:47 UTC (rev 24606)
+++ packages/py3dns/trunk/debian/control 2013-05-29 04:38:47 UTC (rev 24607)
@@ -3,7 +3,7 @@
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), python3-all (>= 3.1.2-8~), quilt
+Build-Depends: debhelper (>= 8.1), python3-all (>= 3.1.2-8~), quilt
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/py3dns/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/py3dns/trunk/
Standards-Version: 3.9.4
Deleted: packages/py3dns/trunk/debian/patches/fix_version.patch
===================================================================
--- packages/py3dns/trunk/debian/patches/fix_version.patch 2013-05-28 22:54:47 UTC (rev 24606)
+++ packages/py3dns/trunk/debian/patches/fix_version.patch 2013-05-29 04:38:47 UTC (rev 24607)
@@ -1,13 +0,0 @@
-Index: py3dns-3.0.2/DNS/__init__.py
-===================================================================
---- py3dns-3.0.2.orig/DNS/__init__.py 2013-05-06 19:08:01.282739730 -0400
-+++ py3dns-3.0.2/DNS/__init__.py 2013-05-06 19:09:20.858737644 -0400
-@@ -10,7 +10,7 @@
-
- # __init__.py for DNS class.
-
--__version__ = '3.0.1'
-+__version__ = '3.0.2'
-
- from . import Type
- from . import Opcode
Modified: packages/py3dns/trunk/debian/patches/series
===================================================================
--- packages/py3dns/trunk/debian/patches/series 2013-05-28 22:54:47 UTC (rev 24606)
+++ packages/py3dns/trunk/debian/patches/series 2013-05-29 04:38:47 UTC (rev 24607)
@@ -1 +1 @@
-fix_version.patch
+# No patches right now.
More information about the Python-modules-commits
mailing list