[Python-modules-commits] r20295 - in packages/python-dns/trunk/debian (5 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Sat Feb 4 02:16:30 UTC 2012
Date: Saturday, February 4, 2012 @ 02:16:29
Author: kitterman
Revision: 20295
* New upstream release
- Update debian/copyright
- Update debian/patches/examples-interpreter.diff since it was partly
addressed upstream
* Update watch file to point at pypi instead of sourceforge
* Correct debian/compat to match debhelper version required
Modified:
packages/python-dns/trunk/debian/changelog
packages/python-dns/trunk/debian/compat
packages/python-dns/trunk/debian/copyright
packages/python-dns/trunk/debian/patches/examples-interpreter.diff
packages/python-dns/trunk/debian/watch
Modified: packages/python-dns/trunk/debian/changelog
===================================================================
--- packages/python-dns/trunk/debian/changelog 2012-02-04 01:55:06 UTC (rev 20294)
+++ packages/python-dns/trunk/debian/changelog 2012-02-04 02:16:29 UTC (rev 20295)
@@ -1,3 +1,14 @@
+python-dns (2.3.6-1) unstable; urgency=low
+
+ * New upstream release
+ - Update debian/copyright
+ - Update debian/patches/examples-interpreter.diff since it was partly
+ addressed upstream
+ * Update watch file to point at pypi instead of sourceforge
+ * Correct debian/compat to match debhelper version required
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 03 Feb 2012 21:01:08 -0500
+
python-dns (2.3.5-3) unstable; urgency=low
* No change rebuild for transition to python2.7 as default
Modified: packages/python-dns/trunk/debian/compat
===================================================================
--- packages/python-dns/trunk/debian/compat 2012-02-04 01:55:06 UTC (rev 20294)
+++ packages/python-dns/trunk/debian/compat 2012-02-04 02:16:29 UTC (rev 20295)
@@ -1 +1 @@
-5
+7
Modified: packages/python-dns/trunk/debian/copyright
===================================================================
--- packages/python-dns/trunk/debian/copyright 2012-02-04 01:55:06 UTC (rev 20294)
+++ packages/python-dns/trunk/debian/copyright 2012-02-04 02:16:29 UTC (rev 20295)
@@ -10,7 +10,11 @@
Copyright: 1995 - 2001 Corporation for National Research Initiatives;
All Rights Reserved
- 2001 - 2002 Anthony Baxter and Michael Stroder
+Copyright 2000-2011 by Guido van Rossum,
+ Michael Ströder <stroeder at users.sourceforge.net>,
+ Anthony Baxter <anthony at interlink.com.au>,
+ Stuart Gathman <stuart at bmsi.com>,
+ and Scott Kitterman <scott at kitterman.com>
win32dns.py (part of the source tarball, but not the distributed binary) is
Copyright 2001 by Wolfgang Strobl <ws at mystrobl.de>
Modified: packages/python-dns/trunk/debian/patches/examples-interpreter.diff
===================================================================
--- packages/python-dns/trunk/debian/patches/examples-interpreter.diff 2012-02-04 01:55:06 UTC (rev 20294)
+++ packages/python-dns/trunk/debian/patches/examples-interpreter.diff 2012-02-04 02:16:29 UTC (rev 20295)
@@ -1,15 +1,5 @@
This is a distro patch that should go upstream.
-Index: python-dns-2.3.4/tests/test5.py
-===================================================================
---- python-dns-2.3.4.orig/tests/test5.py 2010-06-22 19:42:02.511828022 -0400
-+++ python-dns-2.3.4/tests/test5.py 2010-06-22 19:44:04.687816864 -0400
-@@ -1,4 +1,4 @@
--#!/usr/bin/python/
-+#!/usr/bin/python
-
- import sys ; sys.path.insert(0, '..')
-
Index: python-dns-2.3.4/tests/testPackers.py
===================================================================
--- python-dns-2.3.4.orig/tests/testPackers.py 2010-06-22 19:42:41.299817420 -0400
@@ -20,16 +10,6 @@
#
# Tests of the packet assembler/disassembler routines.
-Index: python-dns-2.3.4/tests/testsrv.py
-===================================================================
---- python-dns-2.3.4.orig/tests/testsrv.py 2010-06-22 19:43:13.818817253 -0400
-+++ python-dns-2.3.4/tests/testsrv.py 2010-06-22 19:44:04.691817302 -0400
-@@ -1,4 +1,4 @@
--#!usr/bin/python
-+#!/usr/bin/python
-
- import sys ; sys.path.insert(0, '..')
-
Index: python-dns-2.3.4/tools/named-perf.py
===================================================================
--- python-dns-2.3.4.orig/tools/named-perf.py 2010-06-22 19:43:34.207819339 -0400
Modified: packages/python-dns/trunk/debian/watch
===================================================================
--- packages/python-dns/trunk/debian/watch 2012-02-04 01:55:06 UTC (rev 20294)
+++ packages/python-dns/trunk/debian/watch 2012-02-04 02:16:29 UTC (rev 20295)
@@ -1,3 +1,2 @@
version=3
-http://sf.net/pydns/pydns-(.*).tar.gz debian uupdate
-
+http://pypi.python.org/packages/source/p/pydns/pydns-(.*).tar.gz
More information about the Python-modules-commits
mailing list