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

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sat Feb 21 21:45:34 UTC 2015


    Date: Saturday, February 21, 2015 @ 21:45:33
  Author: kitterman
Revision: 31894

* Team upload
* Adjust build-depends to fix FTBFS:
  - Change python-all (>= 2.6.6-3) build-dep to python-all-dev (>= 2.6.6-3)
  - Add build-depends on libevent-dev and libldns-dev
* Add build-depend on dh-python to ensure the latest version is used
* Add team Vcs-* to debian/control
* Wrap and sort

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

Modified: packages/python-getdns/trunk/debian/changelog
===================================================================
--- packages/python-getdns/trunk/debian/changelog	2015-02-21 21:34:41 UTC (rev 31893)
+++ packages/python-getdns/trunk/debian/changelog	2015-02-21 21:45:33 UTC (rev 31894)
@@ -1,3 +1,15 @@
+python-getdns (0.2.0-2) unstable; urgency=medium
+
+  * Team upload
+  * Adjust build-depends to fix FTBFS:
+    - Change python-all (>= 2.6.6-3) build-dep to python-all-dev (>= 2.6.6-3)
+    - Add build-depends on libevent-dev and libldns-dev
+  * Add build-depend on dh-python to ensure the latest version is used
+  * Add team Vcs-* to debian/control
+  * Wrap and sort
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 21 Feb 2015 16:09:10 -0500
+
 python-getdns (0.2.0-1) unstable; urgency=low
 
   * Initial release (Closes: #767890)

Modified: packages/python-getdns/trunk/debian/control
===================================================================
--- packages/python-getdns/trunk/debian/control	2015-02-21 21:34:41 UTC (rev 31893)
+++ packages/python-getdns/trunk/debian/control	2015-02-21 21:45:33 UTC (rev 31894)
@@ -4,16 +4,19 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
+               dh-python,
+               libevent-dev,
                libgetdns-dev (>= 0.1.5-2~),
-               python-all (>= 2.6.6-3)
+               libldns-dev,
+               python-all-dev (>= 2.6.6-3)
 Standards-Version: 3.9.6
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-getdns/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-getdns/trunk/
 Homepage: http://getdnsapi.org/
 
 Package: python-getdns
 Architecture: any
-Depends: ${misc:Depends},
-         ${python:Depends},
-         ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Description: modern asynchronous DNS API (python bindings)
  getdns is a modern asynchronous DNS API.  It implements DNS entry
  points from a design developed and vetted by application developers,




More information about the Python-modules-commits mailing list