[Python-modules-commits] r14655 - in packages/python-ipaddr/tags (10 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Mon Oct 18 19:48:53 UTC 2010
Date: Monday, October 18, 2010 @ 19:48:47
Author: kitterman
Revision: 14655
Tagging 2.1.5-2.
Added:
packages/python-ipaddr/tags/2.1.5-2/
packages/python-ipaddr/tags/2.1.5-2/debian/
packages/python-ipaddr/tags/2.1.5-2/debian/README.source
packages/python-ipaddr/tags/2.1.5-2/debian/changelog
packages/python-ipaddr/tags/2.1.5-2/debian/compat
packages/python-ipaddr/tags/2.1.5-2/debian/control
packages/python-ipaddr/tags/2.1.5-2/debian/copyright
packages/python-ipaddr/tags/2.1.5-2/debian/docs
packages/python-ipaddr/tags/2.1.5-2/debian/rules
packages/python-ipaddr/tags/2.1.5-2/debian/watch
Added: packages/python-ipaddr/tags/2.1.5-2/debian/README.source
===================================================================
--- packages/python-ipaddr/tags/2.1.5-2/debian/README.source (rev 0)
+++ packages/python-ipaddr/tags/2.1.5-2/debian/README.source 2010-10-18 19:48:47 UTC (rev 14655)
@@ -0,0 +1,5 @@
+This package uses quilt for patches. dpkg-source -x does produce source
+ready for building with dpkg-buildpackage. It does not procude source ready
+for editing. See /usr/share/doc/quilt/README.source for information on using
+quilt.
+
Added: packages/python-ipaddr/tags/2.1.5-2/debian/changelog
===================================================================
--- packages/python-ipaddr/tags/2.1.5-2/debian/changelog (rev 0)
+++ packages/python-ipaddr/tags/2.1.5-2/debian/changelog 2010-10-18 19:48:47 UTC (rev 14655)
@@ -0,0 +1,78 @@
+python-ipaddr (2.1.5-2) unstable; urgency=low
+
+ * Upload to unstable
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 18 Oct 2010 15:35:02 -0400
+
+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
+ with this added in a revised tarball using the same version number)
+ - Add debian/docs to install it
+ - Add build-dep on quilt (>= 0.46-7)
+ - Change debian/rules to build --with quilt
+ - Add README.source
+ * Convert from python-support to dh_python2
+ - Drop build-depends on python-support
+ - Bump python-all version requirement to 2.6.5-2 and move to build-depends
+ from build-depends-indep
+ - Bump debhelper version requirement
+ - Change debian/rules to build --with python2
+ * Add XB-Python-Version
+
+ -- Scott Kitterman <scott at kitterman.com> Wed, 23 Jun 2010 23:08:30 -0400
+
+python-ipaddr (2.1.3-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Scott Kitterman <scott at kitterman.com> Sat, 12 Jun 2010 21:08:27 -0400
+
+python-ipaddr (2.1.2-1) unstable; urgency=low
+
+ * New upstream release
+ * Update debian/watch for new googlecode download urls
+ * Drop DM-Upload-Allowed from debian/control
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 06 Jun 2010 00:07:26 -0400
+
+python-ipaddr (2.1.1-1) unstable; urgency=low
+
+ * New upstream bugfix release
+ - Drop debian/patches/IPv4IpValidationError (incorporated upstream)
+ * Drop patch system (not used)
+ - Remove quilt build-dep
+ - Adjust debian/rules
+ - Remove debian/patches
+ - Remove debian/README.source
+
+ -- Scott Kitterman <scott at kitterman.com> Tue, 02 Mar 2010 22:18:21 -0500
+
+python-ipaddr (2.1.0-1) unstable; urgency=low
+
+ * New upstream release
+ - Drop debian/patches/Invalid_exception_names and
+ NameError_checking_prefixlen_IPv6Network (incorporated upstream)
+ - Update debian/patches/IPv4IpValidationError for new exception names
+ * Bump standards version to 3.8.4 without further change
+ * Improve long description (Closes: #568904)
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 19 Feb 2010 13:32:39 -0500
+
+python-ipaddr (2.0.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #566724)
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 24 Jan 2010 15:44:45 -0500
+
Added: packages/python-ipaddr/tags/2.1.5-2/debian/compat
===================================================================
--- packages/python-ipaddr/tags/2.1.5-2/debian/compat (rev 0)
+++ packages/python-ipaddr/tags/2.1.5-2/debian/compat 2010-10-18 19:48:47 UTC (rev 14655)
@@ -0,0 +1 @@
+7
Added: packages/python-ipaddr/tags/2.1.5-2/debian/control
===================================================================
--- packages/python-ipaddr/tags/2.1.5-2/debian/control (rev 0)
+++ packages/python-ipaddr/tags/2.1.5-2/debian/control 2010-10-18 19:48:47 UTC (rev 14655)
@@ -0,0 +1,24 @@
+Source: python-ipaddr
+Section: python
+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~)
+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/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-ipaddr/trunk/
+
+Package: python-ipaddr
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+XB-Python-Version: ${python:Versions}
+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.
+ .
+ This is a pure Python implementation of classes for IPv4/6 addresses and
+ networks. It supports comparisons to determine if IP addresses are contained
+ inside a defined network, conversion of lists of IP addresses into compact
+ CIDR lists, and other IP address manipulation
Added: packages/python-ipaddr/tags/2.1.5-2/debian/copyright
===================================================================
--- packages/python-ipaddr/tags/2.1.5-2/debian/copyright (rev 0)
+++ packages/python-ipaddr/tags/2.1.5-2/debian/copyright 2010-10-18 19:48:47 UTC (rev 14655)
@@ -0,0 +1,32 @@
+This package was debianized by Scott Kitterman <scott at kitterman.com> on
+Sun, 24 Jan 2010 15:45:45 -0500.
+
+It was downloaded from <http://code.google.com/p/ipaddr-py/>
+
+Upstream Author:
+
+ Google <ipaddr-py-dev at googlegroups.com>
+
+Copyright:
+
+ Copyright © 2007, 2008 Google Inc.
+
+License:
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied. See the License for the specific language governing
+ permissions and limitations under the License.
+
+See /usr/share/common-licenses/Apache-2.0 for the full text of the license
+
+The Debian packaging is © 2010, Scott Kitterman <scott at kitterman.com> and
+is licensed under the same terms as the upstream package, see above.
+
Added: packages/python-ipaddr/tags/2.1.5-2/debian/docs
===================================================================
--- packages/python-ipaddr/tags/2.1.5-2/debian/docs (rev 0)
+++ packages/python-ipaddr/tags/2.1.5-2/debian/docs 2010-10-18 19:48:47 UTC (rev 14655)
@@ -0,0 +1,2 @@
+RELEASENOTES
+
Added: packages/python-ipaddr/tags/2.1.5-2/debian/rules
===================================================================
--- packages/python-ipaddr/tags/2.1.5-2/debian/rules (rev 0)
+++ packages/python-ipaddr/tags/2.1.5-2/debian/rules 2010-10-18 19:48:47 UTC (rev 14655)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2
+
Property changes on: packages/python-ipaddr/tags/2.1.5-2/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-ipaddr/tags/2.1.5-2/debian/watch
===================================================================
--- packages/python-ipaddr/tags/2.1.5-2/debian/watch (rev 0)
+++ packages/python-ipaddr/tags/2.1.5-2/debian/watch 2010-10-18 19:48:47 UTC (rev 14655)
@@ -0,0 +1,7 @@
+version=3
+
+opts=\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://ipaddr-py.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+http://code.google.com/p/ipaddr-py/downloads/detail[?]name=ipaddr-([0-9.]+).tar.gz&.*
+
More information about the Python-modules-commits
mailing list