[Python-modules-commits] [dnspython] 05/17: Build python3-dnspython for dnspython source instead of from dedicated dnspython3 source
Scott Kitterman
kitterman at moszumanska.debian.org
Wed May 25 06:39:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository dnspython.
commit 78f62d4e0bd32108950d7db13e9b6a984e565859
Author: Scott Kitterman <scott at kitterman.com>
Date: Wed May 25 01:41:20 2016 -0400
Build python3-dnspython for dnspython source instead of from dedicated dnspython3 source
* Build python3-dnspython for dnspython source instead of from dedicated
dnspython3 source
- Add Matthew Grant to dnspython uploaders
- Migrate python3 related dnspython3 entries for debian/control
---
debian/changelog | 4 ++++
debian/control | 20 ++++++++++++++++++--
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7a04773..2d62564 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ dnspython (1.13.0-1) UNRELEASED; urgency=medium
[ Scott Kitterman ]
* New upstream release
+ * Build python3-dnspython for dnspython source instead of from dedicated
+ dnspython3 source
+ - Add Matthew Grant to dnspython uploaders
+ - Migrate python3 related dnspython3 entries for debian/control
* Bump standards version to 3.9.8 without further change
-- Scott Kitterman <scott at kitterman.com> Wed, 25 May 2016 01:37:14 -0400
diff --git a/debian/control b/debian/control
index 4320afa..8aeed2d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: dnspython
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Robert S. Edmonds <edmonds at debian.org>, Scott Kitterman <scott at kitterman.com>
-Build-Depends: debhelper (>= 8.1~), python-all (>= 2.6.6-3~), dh-python
+Uploaders: Robert S. Edmonds <edmonds at debian.org>, Scott Kitterman <scott at kitterman.com>, Matthew Grant <matthewgrant5 at gmail.com>
+Build-Depends: debhelper (>= 8.1~), python-all (>= 2.6.6-3~), python3-all (>= 3.2), dh-python
+X-Python3-Version: >= 3.2
Homepage: http://www.dnspython.org
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/dnspython.git
@@ -21,3 +22,18 @@ Description: DNS toolkit for Python
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.
+
+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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dnspython.git
More information about the Python-modules-commits
mailing list