[Python-modules-commits] r16670 - in packages/python-ipaddr/trunk/debian (3 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Wed Apr 20 04:54:10 UTC 2011


    Date: Wednesday, April 20, 2011 @ 04:53:55
  Author: kitterman
Revision: 16670

  * Drop Breaks: ${python:Breaks} since it is no longer used
  * Bump Standards-Version to 3.9.2 without further change

Modified:
  packages/python-ipaddr/trunk/debian/changelog
  packages/python-ipaddr/trunk/debian/control
  packages/python-ipaddr/trunk/debian/rules

Modified: packages/python-ipaddr/trunk/debian/changelog
===================================================================
--- packages/python-ipaddr/trunk/debian/changelog	2011-04-20 04:22:08 UTC (rev 16669)
+++ packages/python-ipaddr/trunk/debian/changelog	2011-04-20 04:53:55 UTC (rev 16670)
@@ -1,8 +1,11 @@
-python-ipaddr (2.1.9-2) UNRELEASED; urgency=low
+python-ipaddr (2.1.9-2) unstable; urgency=low
 
+  * Rebuild for Python transition
   * Protect for loops in debian/rules with set -e
+  * Drop Breaks: ${python:Breaks} since it is no longer used
+  * Bump Standards-Version to 3.9.2 without further change
 
- -- Scott Kitterman <scott at kitterman.com>  Wed, 22 Mar 2011 08:49:44 -0500
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 20 Apr 2011 00:40:45 -0400
 
 python-ipaddr (2.1.9-1) unstable; urgency=low
 

Modified: packages/python-ipaddr/trunk/debian/control
===================================================================
--- packages/python-ipaddr/trunk/debian/control	2011-04-20 04:22:08 UTC (rev 16669)
+++ packages/python-ipaddr/trunk/debian/control	2011-04-20 04:53:55 UTC (rev 16670)
@@ -4,7 +4,7 @@
 Maintainer: Scott Kitterman <scott at kitterman.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.5-2~), python3-all (>= 3.1.3-3)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/ipaddr-py/
 X-Python-Version: >= 2.4
 X-Python3-Version: >= 3.1
@@ -14,7 +14,6 @@
 Package: python-ipaddr
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Breaks: ${python:Breaks}
 Description: Python module for working with IP addresses, both IPv4 and IPv6
  This library is used to create/poke/manipulate IPv4 and IPv6 addresses
  and networks in Python.  It is intended to be fast and lightweight.

Modified: packages/python-ipaddr/trunk/debian/rules
===================================================================
--- packages/python-ipaddr/trunk/debian/rules	2011-04-20 04:22:08 UTC (rev 16669)
+++ packages/python-ipaddr/trunk/debian/rules	2011-04-20 04:53:55 UTC (rev 16670)
@@ -5,7 +5,7 @@
 	dh $@ --with python2,python3
 
 override_dh_auto_install:
-	  set -e && for pyvers in $(shell pyversions -vr); do \
+	set -e && for pyvers in $(shell pyversions -vr); do \
 		python$$pyvers setup.py install --no-compile -O0 --install-layout=deb \
 			--root $(CURDIR)/debian/python-ipaddr; \
 		python$$pyvers $(CURDIR)/ipaddr_test.py; \




More information about the Python-modules-commits mailing list