[Python-modules-commits] r22155 - in packages/dnspython3/trunk/debian (6 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Wed Jun 13 06:49:05 UTC 2012


    Date: Wednesday, June 13, 2012 @ 06:49:03
  Author: kitterman
Revision: 22155

* Initial release with Python3 support. (Closes: #622244)
* Add myself and Robert S. Edmonds <edmonds at debian.org> 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

Modified:
  packages/dnspython3/trunk/debian/changelog
  packages/dnspython3/trunk/debian/compat
  packages/dnspython3/trunk/debian/control
  packages/dnspython3/trunk/debian/copyright
  packages/dnspython3/trunk/debian/rules
  packages/dnspython3/trunk/debian/watch

Modified: packages/dnspython3/trunk/debian/changelog
===================================================================
--- packages/dnspython3/trunk/debian/changelog	2012-06-13 06:07:41 UTC (rev 22154)
+++ packages/dnspython3/trunk/debian/changelog	2012-06-13 06:49:03 UTC (rev 22155)
@@ -1,5 +1,17 @@
-dnspython3 (1.10.0) unstable; urgency=low
+dnspython3 (1.10.0-1) unstable; urgency=low
 
-  * New upstream release with Python3 support.
+  [ Matthew Grant ]
+  * Initial release with Python3 support. (Closes: #622244)
 
- -- Matthew Grant <matthewgrant5 at gmain.com>  Tue, 05 Jun 2012 14:02:20 +1200
+  [ Scott Kitterman ]
+  * Add myself and Robert S. Edmonds <edmonds at debian.org> 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 <scott at kitterman.com>  Wed, 13 Jun 2012 02:16:38 -0400

Modified: packages/dnspython3/trunk/debian/compat
===================================================================
--- packages/dnspython3/trunk/debian/compat	2012-06-13 06:07:41 UTC (rev 22154)
+++ packages/dnspython3/trunk/debian/compat	2012-06-13 06:49:03 UTC (rev 22155)
@@ -1 +1 @@
-9
+7

Modified: packages/dnspython3/trunk/debian/control
===================================================================
--- packages/dnspython3/trunk/debian/control	2012-06-13 06:07:41 UTC (rev 22154)
+++ packages/dnspython3/trunk/debian/control	2012-06-13 06:49:03 UTC (rev 22155)
@@ -2,8 +2,9 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Matthew Grant <matthewgrant5 at gmail.com>
-Build-Depends: debhelper (>= 9.20120528), python3-all-dev (>= 3.2)
+Uploaders: Robert S. Edmonds <edmonds at debian.org>, Matthew Grant <matthewgrant5 at gmail.com>, Scott Kitterman <scott at kitterman.com>
+Build-Depends: debhelper (>= 7.3.16), python3-all (>= 3.2)
+Homepage: http://www.dnspython.org
 Standards-Version: 3.9.3
 X-Python3-Version: >= 3.2
 
@@ -20,5 +21,4 @@
  an answer set. The low level classes allow direct manipulation of DNS zones,
  messages, names, and records.
  .
- This is the Python 3 version, which is a seperate source tree to the Python 2
- version. 
+ This is the Python 3 version. 

Modified: packages/dnspython3/trunk/debian/copyright
===================================================================
--- packages/dnspython3/trunk/debian/copyright	2012-06-13 06:07:41 UTC (rev 22154)
+++ packages/dnspython3/trunk/debian/copyright	2012-06-13 06:49:03 UTC (rev 22155)
@@ -11,7 +11,7 @@
 
 License:
 
-Copyright (C) 2001-2005 Nominum, Inc.
+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,

Modified: packages/dnspython3/trunk/debian/rules
===================================================================
--- packages/dnspython3/trunk/debian/rules	2012-06-13 06:07:41 UTC (rev 22154)
+++ packages/dnspython3/trunk/debian/rules	2012-06-13 06:49:03 UTC (rev 22155)
@@ -6,13 +6,10 @@
 %:
 	dh $@ --with python3
 
-build-python%:
-	python$* setup.py build
+override_dh_auto_build:
 
-override_dh_auto_build: $(PYTHON3:%=build-python%)
-
 install-python%:
-	python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb
+	python$* setup.py install --install-layout=deb --root $(CURDIR)/debian/python3-dnspython
 
 override_dh_auto_install: $(PYTHON3:%=install-python%)
 

Modified: packages/dnspython3/trunk/debian/watch
===================================================================
--- packages/dnspython3/trunk/debian/watch	2012-06-13 06:07:41 UTC (rev 22154)
+++ packages/dnspython3/trunk/debian/watch	2012-06-13 06:49:03 UTC (rev 22155)
@@ -1,2 +1,2 @@
 version=3
-http://www.dnspython.org/kits/([0-9.]+)/dnspython3-([0-9.]+)\.tar\.gz
+http://www.dnspython.org/kits3/([0-9.]+)/dnspython3-([0-9.]+)\.tar\.gz




More information about the Python-modules-commits mailing list