[Python-modules-commits] r18141 - in packages/py3dns/trunk/debian (4 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Fri Aug 12 20:33:32 UTC 2011


    Date: Friday, August 12, 2011 @ 20:33:29
  Author: kitterman
Revision: 18141

  * New upstream release
    - Update debian/copyright
  * Bump standards version to 3.9.2 without further change

Modified:
  packages/py3dns/trunk/debian/changelog
  packages/py3dns/trunk/debian/control
  packages/py3dns/trunk/debian/copyright
  packages/py3dns/trunk/debian/rules

Modified: packages/py3dns/trunk/debian/changelog
===================================================================
--- packages/py3dns/trunk/debian/changelog	2011-08-12 15:06:22 UTC (rev 18140)
+++ packages/py3dns/trunk/debian/changelog	2011-08-12 20:33:29 UTC (rev 18141)
@@ -1,8 +1,11 @@
-py3dns (3.0.0-2) UNRELEASED; urgency=low
+py3dns (3.0.1-1) unstable; urgency=low
 
+  * New upstream release
+    - Update debian/copyright
   * Protect for loops in debian/rules with set -e
+  * Bump standards version to 3.9.2 without further change
 
- -- Scott Kitterman <scott at kitterman.com>  Fri, 22 Mar 2011 15:14:18 -0500
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 12 Aug 2011 15:40:23 -0400
 
 py3dns (3.0.0-1) unstable; urgency=low
 

Modified: packages/py3dns/trunk/debian/control
===================================================================
--- packages/py3dns/trunk/debian/control	2011-08-12 15:06:22 UTC (rev 18140)
+++ packages/py3dns/trunk/debian/control	2011-08-12 20:33:29 UTC (rev 18141)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 7.3.16), python3-all (>= 3.1.2-8~)
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/py3dns/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/py3dns/trunk/
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://sourceforge.net/projects/pydns/
 X-Python3-Version: >= 3.0
 

Modified: packages/py3dns/trunk/debian/copyright
===================================================================
--- packages/py3dns/trunk/debian/copyright	2011-08-12 15:06:22 UTC (rev 18140)
+++ packages/py3dns/trunk/debian/copyright	2011-08-12 20:33:29 UTC (rev 18141)
@@ -7,13 +7,20 @@
 
 It was downloaded from: http://pydns.sf.net
 
-Upstream Authors: Anthony Baxter <anthony at interlink.com.au>
-and Michael Stroder <stroeder at users.sourceforge.net>
+Upstream Authors: Guido van Rossum, Anthony Baxter <anthony at interlink.com.au>
+Michael Stroder <stroeder at users.sourceforge.net>,
+Stuart Gathman <stuart at bmsi.com>, and Scott Kitterman <scott at kitterman.com>
 
-Copyright:  1995 - 2001 Corporation for National Research Initiatives; 
-                        All Rights Reserved
-            2001 - 2002 Anthony Baxter and Michael Stroder
+Copyright:  
 
+Copyright 2000-2011 by Guido van Rossum,
+Anthony Baxter <anthony at interlink.com.au>,
+Michael Stroder <stroeder at users.sourceforge.net>
+Stuart Gathman <stuart at bmsi.com>,
+and Scott Kitterman <scott at kitterman.com>
+
+Copyright 1995-2001 Corporation for National Research Initiatives 
+
 win32dns.py (part of the source tarball, but not the distributed binary) is
 Copyright 2001 by Wolfgang Strobl <ws at mystrobl.de>
 

Modified: packages/py3dns/trunk/debian/rules
===================================================================
--- packages/py3dns/trunk/debian/rules	2011-08-12 15:06:22 UTC (rev 18140)
+++ packages/py3dns/trunk/debian/rules	2011-08-12 20:33:29 UTC (rev 18141)
@@ -6,7 +6,7 @@
 override_dh_auto_build:
 override_dh_auto_install:
 	set -e && for pyvers in $(shell py3versions -sv); do \
-	    python$$pyvers setup.py install --no-compile -O0 --install-layout=deb \
+	    python$$pyvers setup.py install --no-compile --install-layout=deb \
 	    --root $(CURDIR)/debian/python3-dns; \
 	done
 	find $(CURDIR)/debian/python3-dns -name win32dns.py | xargs rm -f




More information about the Python-modules-commits mailing list