[Python-modules-commits] r11191 - in packages/python-dns/trunk/debian (changelog control)

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Sun Jan 17 19:09:18 UTC 2010


    Date: Sunday, January 17, 2010 @ 19:09:17
  Author: kitterma-guest
Revision: 11191

  * New upstream release
    - Drop previous patches (obsoleted by upstream changes)
    - Add debian/patches/examples-interpreter.diff to correct interpreter
      locations in the example scripts
  * Update XS/XB-Python-Version to specify supported python versions
  * Add  to python-dns depends
  * Bump standards version to 3.8.3 without further change
  * Enhance long description

Modified:
  packages/python-dns/trunk/debian/changelog
  packages/python-dns/trunk/debian/control

Modified: packages/python-dns/trunk/debian/changelog
===================================================================
--- packages/python-dns/trunk/debian/changelog	2010-01-17 09:32:12 UTC (rev 11190)
+++ packages/python-dns/trunk/debian/changelog	2010-01-17 19:09:17 UTC (rev 11191)
@@ -1,10 +1,21 @@
-python-dns (2.3.3-3) UNRELEASED; urgency=low
+python-dns (2.3.4-1) unstable; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:15:08 +0100
+  [ Scott Kitterman ]
+  * New upstream release
+    - Drop previous patches (obsoleted by upstream changes)
+    - Add debian/patches/examples-interpreter.diff to correct interpreter
+      locations in the example scripts
+  * Update XS/XB-Python-Version to specify supported python versions
+  * Add ${misc:Depends} to python-dns depends
+  * Bump standards version to 3.8.3 without further change
+  * Enhance long description
 
+ -- Scott Kitterman <scott at kitterman.com>  Sun, 17 Jan 2010 13:12:22 -0500
+
 python-dns (2.3.3-2) unstable; urgency=medium
 
   * Add unicode-fix.patch so unicode DNS names don't cause a crash

Modified: packages/python-dns/trunk/debian/control
===================================================================
--- packages/python-dns/trunk/debian/control	2010-01-17 09:32:12 UTC (rev 11190)
+++ packages/python-dns/trunk/debian/control	2010-01-17 19:09:17 UTC (rev 11191)
@@ -6,16 +6,18 @@
 Build-Depends: debhelper (>= 5.0.37.1), python, cdbs (>= 0.4.41), python-central (>= 0.6~)
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-dns/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-dns/trunk/
-Standards-Version: 3.8.0.1
+Standards-Version: 3.8.3
 Homepage: http://sourceforge.net/projects/pydns/
-XS-Python-Version: all
+XS-Python-Version: >= 2.3
 XS-DM-Upload-Allowed: yes
 
 Package: python-dns
 Architecture: all
-XB-Python-Version: all
-Depends: ${python:Depends}
+XB-Python-Version: >= 2.3
+Depends: ${misc: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.
+ This Python module provides an DNS API for looking up DNS entries from
+ within Python modules and applications. This module is a simple, lightweight
+ implementation. It is not as complete as python-dnspython, but is useful for
+ most common applications.
 




More information about the Python-modules-commits mailing list