[Python-modules-commits] r2463 - in /packages/python-dns/tags/2.3.1-1: ./ debian/ debian/changelog debian/compat debian/control debian/copyright debian/pycompat debian/python-dns.docs debian/python-dns.examples debian/pyversions debian/rules debian/watch
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Wed May 23 18:53:20 UTC 2007
Author: kitterma-guest
Date: Wed May 23 18:53:20 2007
New Revision: 2463
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2463
Log:
Tag python-dns 2.3.1-1 release.
Added:
packages/python-dns/tags/2.3.1-1/
packages/python-dns/tags/2.3.1-1/debian/
packages/python-dns/tags/2.3.1-1/debian/changelog
packages/python-dns/tags/2.3.1-1/debian/compat
packages/python-dns/tags/2.3.1-1/debian/control
packages/python-dns/tags/2.3.1-1/debian/copyright
packages/python-dns/tags/2.3.1-1/debian/pycompat
packages/python-dns/tags/2.3.1-1/debian/python-dns.docs
packages/python-dns/tags/2.3.1-1/debian/python-dns.examples
packages/python-dns/tags/2.3.1-1/debian/pyversions
packages/python-dns/tags/2.3.1-1/debian/rules (with props)
packages/python-dns/tags/2.3.1-1/debian/watch
Added: packages/python-dns/tags/2.3.1-1/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dns/tags/2.3.1-1/debian/changelog?rev=2463&op=file
==============================================================================
--- packages/python-dns/tags/2.3.1-1/debian/changelog (added)
+++ packages/python-dns/tags/2.3.1-1/debian/changelog Wed May 23 18:53:20 2007
@@ -1,0 +1,107 @@
+python-dns (2.3.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Add debian/watch
+ * Remove debian/patches and all patches (incorporated upstream)
+ * Remove debian/rules entry for patch system.
+
+ -- Scott Kitterman <scott at kitterman.com> Tue, 22 May 2007 20:59:24 -0400
+
+python-dns (2.3.0-6) unstable; urgency=low
+
+ * New maintainer
+ * Acknowledge NMU, thanks Raphael Hertzog; (closes: #373528).
+ - NMU also provided Python 2.4 packages (closes: #326155).
+ * debian/control:
+ - Add Debian Python Modules Team as uploader
+ - Update standards version to 3.7.2
+ - Update python-support build-depends to version (>= 0.3) and move from
+ Indep to build-depends
+ - Add XS-Vcs-Svn
+ - Removed XS-Python-Version and XB-Python-Version
+ * debian/pyversions and debian/pycompat added
+ * Add simple-patchsys.mk to debian/rules
+ * Bump compat to 5
+ * BTS Patches:
+ - 01resolv-conf-parse patch, thanks to Arnaud Fontaine <arnaud at andesi.org>
+ (closes: #378991)
+ * Changes from Ubuntu (SF = Sourceforge project bug #) (closes: #411138):
+ - 02utf-8 patch for files with UTF-8 content
+ - 03socket-error-trap patch, Added DNSError trap for socket.error.
+ - 04lazy-init SF 1563723 lazy should initilize defaults['server']
+ - 05addr2bin2addr SF 863364 Mac OS X, Win2000 DHCP, addr2bin and bin2addr.
+ - 06win32-fix SF 1180344 win32dns.py fails on windows server 2003
+ - 07unpacker SF 954095 Bug in DNS.Lib.Unpacker.getbyte()
+ - 08import-lib SF 658601 Missing "import Lib"; for TCP protocol
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 11 May 2007 10:29:03 -0400
+
+python-dns (2.3.0-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update for new python policy. Closes: #373528
+ * Fix lintian errors:
+ - Convert changelog in UTF8.
+ - Move debhelper, cdbs and python-dev to Build-Depends as they are needed
+ for the clean target.
+
+ -- Raphael Hertzog <hertzog at debian.org> Sat, 17 Jun 2006 22:22:03 +0200
+
+python-dns (2.3.0-5) unstable; urgency=low
+
+ * debian/control:
+ Use ${python:Depends} for Depends, so that correct Depends are
+ generated by dh_python. (closes: Bug#205884)
+ * debian/python-dns.postinst
+ debian/python-dns.prerm:
+ Remove these files and let debhelper handle these issues.
+
+ -- Joerg Wendland <joergland at debian.org> Wed, 20 Aug 2003 14:25:29 +0200
+
+python-dns (2.3.0-4) unstable; urgency=low
+
+ * debian/control:
+ - Build-Dep: should list cdbs and debhelper >= 4.1 if we are
+ using CDBS.
+ - Change order of python versions in Depends.
+
+ -- Joerg Wendland <joergland at debian.org> Sat, 9 Aug 2003 17:14:53 +0200
+
+python-dns (2.3.0-3) unstable; urgency=low
+
+ * Convert package to CDBS.
+ * Update Standards-Version to 3.6.0, no changes required.
+ * python2.3 is released, yeehaa, add it as alternative to Depends.
+ * Remove #DEBHELPER from postinst because it does nothing really
+ useful for this package.
+
+ -- Joerg Wendland <joergland at debian.org> Mon, 4 Aug 2003 22:35:37 +0200
+
+python-dns (2.3.0-2) unstable; urgency=low
+
+ * Move files from /usr/lib/python2.1 to /usr/lib/site-python
+ since we do not depend on any particular version of python.
+ Depend on python | python2.2 | python2.1 for this reason.
+ (closes: Bug#159649)
+ * Build-Depend on python-dev to be buildable with any version
+ of python.
+ * Remove win32dns.py from package because Debian/Win32 is no
+ official port yet.
+ * Bump Standards-Version to 3.5.8.
+
+ -- Joerg Wendland <joergland at debian.org> Mon, 6 Jan 2003 18:20:05 +0100
+
+python-dns (2.3.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Add python2.1-dev to Build-dep. (closes: Bug#146917)
+ * Add examples from tests/ and tools/ to docs. (closes: Bug#150362)
+ * Add Michael Ströder to upstream authors.
+
+ -- Joerg Wendland <joergland at debian.org> Sun, 7 Jul 2002 14:26:29 +0200
+
+python-dns (0.cvs+20020417-1) unstable; urgency=low
+
+ * Initial Debian release. (closes: Bug#136286)
+
+ -- Joerg Wendland <joergland at debian.org> Wed, 17 April 2002 20:10:32 +0200
Added: packages/python-dns/tags/2.3.1-1/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dns/tags/2.3.1-1/debian/compat?rev=2463&op=file
==============================================================================
--- packages/python-dns/tags/2.3.1-1/debian/compat (added)
+++ packages/python-dns/tags/2.3.1-1/debian/compat Wed May 23 18:53:20 2007
@@ -1,0 +1,1 @@
+5
Added: packages/python-dns/tags/2.3.1-1/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dns/tags/2.3.1-1/debian/control?rev=2463&op=file
==============================================================================
--- packages/python-dns/tags/2.3.1-1/debian/control (added)
+++ packages/python-dns/tags/2.3.1-1/debian/control Wed May 23 18:53:20 2007
@@ -1,0 +1,16 @@
+Source: python-dns
+Section: python
+Priority: optional
+Maintainer: Scott Kitterman <scott at kitterman.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Joerg Wendland <joergland at debian.org>
+Build-Depends: debhelper (>= 5.0.37.1), python-dev, cdbs (>= 0.4.41), python-support (>= 0.3)
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-dns/trunk
+Standards-Version: 3.7.2
+
+Package: python-dns
+Architecture: all
+Depends: ${python:Depends}
+Description: pydns - DNS client module for Python
+ This Python module provides an DNS API for looking up
+ DNS entries with Python applications.
+
Added: packages/python-dns/tags/2.3.1-1/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dns/tags/2.3.1-1/debian/copyright?rev=2463&op=file
==============================================================================
--- packages/python-dns/tags/2.3.1-1/debian/copyright (added)
+++ packages/python-dns/tags/2.3.1-1/debian/copyright Wed May 23 18:53:20 2007
@@ -1,0 +1,6 @@
+This Debian package was put together by Joerg Wendland <joergland at debian.org>.
+
+It was downloaded from http://pydns.sf.net
+The upstream authors are Anthony Baxter <anthony at interlink.com.au>
+and Michael Ströder <stroeder at users.sourceforge.net>.
+PyDNS is licensed under the Python License.
Added: packages/python-dns/tags/2.3.1-1/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dns/tags/2.3.1-1/debian/pycompat?rev=2463&op=file
==============================================================================
--- packages/python-dns/tags/2.3.1-1/debian/pycompat (added)
+++ packages/python-dns/tags/2.3.1-1/debian/pycompat Wed May 23 18:53:20 2007
@@ -1,0 +1,1 @@
+2
Added: packages/python-dns/tags/2.3.1-1/debian/python-dns.docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dns/tags/2.3.1-1/debian/python-dns.docs?rev=2463&op=file
==============================================================================
--- packages/python-dns/tags/2.3.1-1/debian/python-dns.docs (added)
+++ packages/python-dns/tags/2.3.1-1/debian/python-dns.docs Wed May 23 18:53:20 2007
@@ -1,0 +1,1 @@
+README.txt
Added: packages/python-dns/tags/2.3.1-1/debian/python-dns.examples
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dns/tags/2.3.1-1/debian/python-dns.examples?rev=2463&op=file
==============================================================================
--- packages/python-dns/tags/2.3.1-1/debian/python-dns.examples (added)
+++ packages/python-dns/tags/2.3.1-1/debian/python-dns.examples Wed May 23 18:53:20 2007
@@ -1,0 +1,8 @@
+tests/test.py
+tests/test2.py
+tests/test4.py
+tests/test5.py
+tests/testPackers.py
+tests/testsrv.py
+tools/caching.py
+tools/named-perf.py
Added: packages/python-dns/tags/2.3.1-1/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dns/tags/2.3.1-1/debian/pyversions?rev=2463&op=file
==============================================================================
--- packages/python-dns/tags/2.3.1-1/debian/pyversions (added)
+++ packages/python-dns/tags/2.3.1-1/debian/pyversions Wed May 23 18:53:20 2007
@@ -1,0 +1,2 @@
+2.3-
+
Added: packages/python-dns/tags/2.3.1-1/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dns/tags/2.3.1-1/debian/rules?rev=2463&op=file
==============================================================================
--- packages/python-dns/tags/2.3.1-1/debian/rules (added)
+++ packages/python-dns/tags/2.3.1-1/debian/rules Wed May 23 18:53:20 2007
@@ -1,0 +1,13 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+clean::
+ rm -f DNS/*.pyc
+
+install/python-dns::
+ find debian/python-dns -name win32dns.py | xargs rm -f
+
Propchange: packages/python-dns/tags/2.3.1-1/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/python-dns/tags/2.3.1-1/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dns/tags/2.3.1-1/debian/watch?rev=2463&op=file
==============================================================================
--- packages/python-dns/tags/2.3.1-1/debian/watch (added)
+++ packages/python-dns/tags/2.3.1-1/debian/watch Wed May 23 18:53:20 2007
@@ -1,0 +1,2 @@
+version=2
+http://qa.debian.org/watch/sf.php?project=pydns/pydns-(.*).tar.gz debian uupdate
More information about the Python-modules-commits
mailing list