[Python-modules-commits] r14556 - in packages/python-ipaddr/trunk/debian (5 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Mon Oct 11 19:10:59 UTC 2010
Date: Monday, October 11, 2010 @ 19:10:40
Author: kitterman
Revision: 14556
python-ipaddr (2.1.5-1) experimental; urgency=low
* New upstream release (upload to experimental due to freeze)
- Containment test should always return false on mixed-type tests (2.1.5)
- More invalid IPv6 addresses will be rejected (2.1.4)
* Drop releasenotes.patch and related packaging changes since this release
manages to include the release notes in the package
* Bump standards version to 3.9.1 without further change
-- Scott Kitterman <scott at kitterman.com> Mon, 11 Oct 2010 14:47:01 -0400
Modified:
packages/python-ipaddr/trunk/debian/changelog
packages/python-ipaddr/trunk/debian/control
packages/python-ipaddr/trunk/debian/rules
Deleted:
packages/python-ipaddr/trunk/debian/docs
packages/python-ipaddr/trunk/debian/patches/
Modified: packages/python-ipaddr/trunk/debian/changelog
===================================================================
--- packages/python-ipaddr/trunk/debian/changelog 2010-10-11 08:39:45 UTC (rev 14555)
+++ packages/python-ipaddr/trunk/debian/changelog 2010-10-11 19:10:40 UTC (rev 14556)
@@ -1,3 +1,14 @@
+python-ipaddr (2.1.5-1) experimental; urgency=low
+
+ * New upstream release (upload to experimental due to freeze)
+ - Containment test should always return false on mixed-type tests (2.1.5)
+ - More invalid IPv6 addresses will be rejected (2.1.4)
+ * Drop releasenotes.patch and related packaging changes since this release
+ manages to include the release notes in the package
+ * Bump standards version to 3.9.1 without further change
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 11 Oct 2010 14:47:01 -0400
+
python-ipaddr (2.1.3-2) unstable; urgency=low
* Add new RELEASENOTES file in releasenots.patch. (upstream re-released 2.1.3
Modified: packages/python-ipaddr/trunk/debian/control
===================================================================
--- packages/python-ipaddr/trunk/debian/control 2010-10-11 08:39:45 UTC (rev 14555)
+++ packages/python-ipaddr/trunk/debian/control 2010-10-11 19:10:40 UTC (rev 14556)
@@ -3,8 +3,8 @@
Priority: optional
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~), , quilt (>= 0.46-7)
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.5-2~)
+Standards-Version: 3.9.1
Homepage: http://code.google.com/p/ipaddr-py/
XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-ipaddr/trunk/
Deleted: packages/python-ipaddr/trunk/debian/docs
===================================================================
--- packages/python-ipaddr/trunk/debian/docs 2010-10-11 08:39:45 UTC (rev 14555)
+++ packages/python-ipaddr/trunk/debian/docs 2010-10-11 19:10:40 UTC (rev 14556)
@@ -1,2 +0,0 @@
-RELEASENOTES
-
Modified: packages/python-ipaddr/trunk/debian/rules
===================================================================
--- packages/python-ipaddr/trunk/debian/rules 2010-10-11 08:39:45 UTC (rev 14555)
+++ packages/python-ipaddr/trunk/debian/rules 2010-10-11 19:10:40 UTC (rev 14556)
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
%:
- dh $@ --with python2, --with quilt
+ dh $@ --with python2
More information about the Python-modules-commits
mailing list