debian/0000755000000000000000000000000012302375736007176 5ustar debian/docs0000644000000000000000000000000712236364100010033 0ustar README debian/copyright0000644000000000000000000000170312236364100011117 0ustar 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. debian/changelog0000644000000000000000000000776112302375736011063 0ustar dnspython (1.11.1-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:47:10 +0000 dnspython (1.11.1-1) unstable; urgency=low * New upstream release * Bump standards version to 3.9.5 without further change -- Scott Kitterman Wed, 06 Nov 2013 01:57:34 -0500 dnspython (1.11.0-1) unstable; urgency=low * New upstream release * Agreed maintainer switch to DPMT - Add Vcs-* fields to debian/control * Bump minimum debhelper version to 8.1 and compat to 8 for build-arch/indep support * Bump standards version to 3.9.4 without further change -- Scott Kitterman Wed, 17 Jul 2013 02:49:46 -0400 dnspython (1.10.0-1) unstable; urgency=low * Add myself to uploaders * New upstream release. - Remove TODO from debian/docs since it no longer exists. * Switch to dh_python2. (Closes: #671406, #599911) - Bump minimum python-all build-depends version to 2.6.6-3~. - Drop build-depends on python-support. - Build --with python2. * Bump standards version to 3.9.3 without further change. * Add Homepage: field to debian/control. -- Scott Kitterman Mon, 04 Jun 2012 15:38:45 -0400 dnspython (1.9.4-1) unstable; urgency=low * New upstream release. -- Robert S. Edmonds Sun, 06 Nov 2011 15:04:19 -0500 dnspython (1.8.0-1) unstable; urgency=low * New upstream release. -- Robert S. Edmonds Sun, 20 Jun 2010 16:19:46 -0400 dnspython (1.7.1-1) unstable; urgency=low * New upstream release. -- Robert S. Edmonds Sun, 23 Aug 2009 14:17:25 -0400 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 debian/examples0000644000000000000000000000001312236364100010716 0ustar examples/* debian/compat0000644000000000000000000000000212236364100010361 0ustar 8 debian/control0000644000000000000000000000210712236364715010602 0ustar Source: dnspython Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Robert S. Edmonds , Scott Kitterman Build-Depends: debhelper (>= 8.1~), python-all (>= 2.6.6-3~) Homepage: http://www.dnspython.org Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/dnspython/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/dnspython/trunk/ Package: python-dnspython Architecture: all Depends: ${python:Depends}, ${misc:Depends} 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. debian/rules0000755000000000000000000000010312236364100010235 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --with python2 debian/source/0000755000000000000000000000000012236364100010463 5ustar debian/source/format0000644000000000000000000000001412236364100011671 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000002412236364100012075 0ustar single-debian-patch debian/watch0000644000000000000000000000011712236364100010213 0ustar version=3 http://www.dnspython.org/kits/([0-9.]+)/dnspython-([0-9.]+)\.tar\.gz