debian/0000755000000000000000000000000012236366701007174 5ustar debian/changelog0000644000000000000000000000263012236366455011055 0ustar dnspython3 (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 02:05:26 -0500 dnspython3 (1.11.0-1) unstable; urgency=low * New upstream release * Bump minimum debhelper version to 8.1 and compat to 8 for build-arch/indep support -- Scott Kitterman Wed, 17 Jul 2013 02:45:18 -0400 dnspython3 (1.10.0-2) unstable; urgency=low [ Jakub Wilk ] * Add Vcs-* fields. [ Scott Kitterman ] * Use dh_clean instead of dh_auto_clean to avoid use of pyversions and FTBFS with debhelper >= 9.20130504 * Bump standards version to 3.9.4 without further change -- Scott Kitterman Mon, 06 May 2013 18:27:25 -0400 dnspython3 (1.10.0-1) unstable; urgency=low [ Matthew Grant ] * Initial release with Python3 support. (Closes: #622244) [ Scott Kitterman ] * Add myself and Robert S. Edmonds to uploaders * Simplify debian/rules and fix install target * Update debian/copyright * Add Homepage field to debian/control * Adjust debian/compat and debhelper version requirements to match those needed by the package * Build-depend on python3-all instead of python3-all-dev * Tighten up package description * Correct debian/watch -- Scott Kitterman Wed, 13 Jun 2012 02:16:38 -0400 debian/source/0000755000000000000000000000000012236365031010467 5ustar debian/source/options0000644000000000000000000000002412236365031012101 0ustar single-debian-patch debian/source/format0000644000000000000000000000001412236365031011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000054612236365031010254 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 PYTHON3:=$(shell py3versions -vr) %: dh $@ --with python3 override_dh_auto_build: install-python%: python$* setup.py install --install-layout=deb --root $(CURDIR)/debian/python3-dnspython override_dh_auto_install: $(PYTHON3:%=install-python%) override_dh_auto_clean: dh_clean rm -rf build rm -rf *.egg-info debian/docs0000644000000000000000000000000712236365031010037 0ustar README debian/watch0000644000000000000000000000012112236365031010212 0ustar version=3 http://www.dnspython.org/kits3/([0-9.]+)/dnspython3-([0-9.]+)\.tar\.gz debian/copyright0000644000000000000000000000210612236365031011121 0ustar This package was debianized by Matthew Grant on Tue, 05 Jun 2012 12:10:46 +1200 Based on packaging for python-dnspython: 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-2007, 2009-2011 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/control0000644000000000000000000000227012236365144010600 0ustar Source: dnspython3 Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Robert S. Edmonds , Matthew Grant , Scott Kitterman Build-Depends: debhelper (>= 8.1), python3-all (>= 3.2) Homepage: http://www.dnspython.org Standards-Version: 3.9.5 X-Python3-Version: >= 3.2 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/dnspython3/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/dnspython3/trunk/ Package: python3-dnspython Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: DNS toolkit for Python (Python 3) 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. . This is the Python 3 version. debian/examples0000644000000000000000000000001312236365031010722 0ustar examples/* debian/compat0000644000000000000000000000000212236365031010365 0ustar 8