--- dnspython-1.6.0.orig/debian/watch +++ dnspython-1.6.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.dnspython.org/kits/([0-9.]+)/dnspython-([0-9.]+)\.tar\.gz --- dnspython-1.6.0.orig/debian/control +++ dnspython-1.6.0/debian/control @@ -0,0 +1,24 @@ +Source: dnspython +Section: python +Priority: optional +Maintainer: Robert S. Edmonds +Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6) +Standards-Version: 3.7.2 +XS-Python-Version: all + +Package: python-dnspython +Architecture: all +Depends: ${python:Depends} +Provides: ${python:Provides} +Conflicts: python2.3-dnspython (<< 1.3.5-3.1), python2.4-dnspython (<< 1.3.5-3.1) +Replaces: python2.3-dnspython (<< 1.3.5-3.1), python2.4-dnspython (<< 1.3.5-3.1) +XB-Python-Version: ${python:Versions} +Description: DNS toolkit for Python + dnspython is a DNS toolkit for Python. It supports almost all record types. It + can be used for queries, zone transfers, and dynamic updates. It supports TSIG + authenticated messages and EDNS0. + . + dnspython provides both high and low level access to DNS. The high level + classes perform queries for data of a given name, type, and class, and return + an answer set. The low level classes allow direct manipulation of DNS zones, + messages, names, and records. --- dnspython-1.6.0.orig/debian/compat +++ dnspython-1.6.0/debian/compat @@ -0,0 +1 @@ +5 --- dnspython-1.6.0.orig/debian/rules +++ dnspython-1.6.0/debian/rules @@ -0,0 +1,41 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +PYVERS = $(shell pyversions -r) +PKG = python-dnspython + +build: + dh_testdir + for python in $(PYVERS); do $$python setup.py build; done + +clean: + dh_testdir + dh_testroot + rm -rf build + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + for python in $(PYVERS); do $$python setup.py install --no-compile --root=debian/$(PKG); done + +binary-indep: build install +binary-arch: build install + dh_testdir + dh_testroot + dh_pycentral + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_link + dh_compress -Xexamples + dh_strip + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- dnspython-1.6.0.orig/debian/examples +++ dnspython-1.6.0/debian/examples @@ -0,0 +1 @@ +examples/* --- dnspython-1.6.0.orig/debian/changelog +++ dnspython-1.6.0/debian/changelog @@ -0,0 +1,70 @@ +dnspython (1.6.0-1.1) unstable; urgency=low + + * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490457. + + -- Matthias Klose Fri, 18 Jul 2008 15:57:01 +0000 + +dnspython (1.6.0-1) unstable; urgency=low + + * New upstream release: + - This is primarily a bug fix release. The only new functionality is the + function dns.inet.is_multicast(). + * Fix broken watch file. + + -- Robert S. Edmonds Wed, 28 Nov 2007 18:32:24 -0500 + +dnspython (1.5.0-1) unstable; urgency=low + + * New upstream release. + * New maintainer; closes: #437695. + * Drop "dummy package" statement from package description; closes: #420776. + * Package is compliant with Debian Python policy; closes: #373315. + * Add watch file. + * Add build dependency on python-central. + * Drop build dependencies on cdbs and python-support. + * Ship the upstream README file since it contains useful information. + + -- Robert S. Edmonds Tue, 14 Aug 2007 06:35:13 -0400 + +dnspython (1.3.5-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Drop old custom python-distutils.mk things, use cdbs. + * Migrate to the new python policy (Closes: #373315). + + -- Pierre Habouzit Thu, 29 Jun 2006 14:13:10 +0200 + +dnspython (1.3.5-3) unstable; urgency=low + + * applied patch from Dan Pascu to avoid doing a backoff wait, even if + a query was successful. Patch was forwarded upstream and was already applied + to upstreams subversion repository. + + -- Patrick Dreker Sat, 18 Mar 2006 16:24:59 +0100 + +dnspython (1.3.5-2) unstable; urgency=low + + * change "Architecture: any" to "Architecture: all" as package + only contains python code (Closes: #357052). + * remove Python 2.2 from debian/rules, packages for 2.2 were not + built anyways. + + -- Patrick Dreker Wed, 15 Mar 2006 19:48:03 +0100 + +dnspython (1.3.5-1) unstable; urgency=low + + [ Patrick Dreker ] + * New upstream release. + + [ Florian Ragwitz ] + * Patrick is the official Maintainer now. + * Updated the Uploaders field with my new maintainer address. + + -- Florian Ragwitz Tue, 14 Mar 2006 21:36:34 +0100 + +dnspython (1.3.4-1) unstable; urgency=low + + * Initial release (Closes: #335260). + + -- Florian Ragwitz Sat, 22 Oct 2005 20:53:19 +0200 + --- dnspython-1.6.0.orig/debian/copyright +++ dnspython-1.6.0/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Florian Ragwitz on +Sat, 22 Oct 2005 20:53:19 +0200. + +It was downloaded from http://dnspython.org/ + +Upstream Author: Bob Halley + +License: + +Copyright (C) 2001-2005 Nominum, Inc. + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose with or without fee is hereby granted, +provided that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- dnspython-1.6.0.orig/debian/docs +++ dnspython-1.6.0/debian/docs @@ -0,0 +1,2 @@ +README +TODO