[Python-modules-commits] r11815 - in packages/python-ipaddr/tags (12 files)

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Fri Feb 19 19:33:42 UTC 2010


    Date: Friday, February 19, 2010 @ 19:33:41
  Author: kitterma-guest
Revision: 11815

Tagging 2.1.0-1.

Added:
  packages/python-ipaddr/tags/2.1.0-1/
  packages/python-ipaddr/tags/2.1.0-1/debian/
  packages/python-ipaddr/tags/2.1.0-1/debian/README.source
  packages/python-ipaddr/tags/2.1.0-1/debian/changelog
  packages/python-ipaddr/tags/2.1.0-1/debian/compat
  packages/python-ipaddr/tags/2.1.0-1/debian/control
  packages/python-ipaddr/tags/2.1.0-1/debian/copyright
  packages/python-ipaddr/tags/2.1.0-1/debian/patches/
  packages/python-ipaddr/tags/2.1.0-1/debian/patches/IPv4IpValidationError
  packages/python-ipaddr/tags/2.1.0-1/debian/patches/series
  packages/python-ipaddr/tags/2.1.0-1/debian/rules
  packages/python-ipaddr/tags/2.1.0-1/debian/watch

Added: packages/python-ipaddr/tags/2.1.0-1/debian/README.source
===================================================================
--- packages/python-ipaddr/tags/2.1.0-1/debian/README.source	                        (rev 0)
+++ packages/python-ipaddr/tags/2.1.0-1/debian/README.source	2010-02-19 19:33:41 UTC (rev 11815)
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+    for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+                export QUILT_PATCHES=debian/patches
+        fi
+    done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+    quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+    quilt new <patch>
+
+where <patch> is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+    quilt add <file>
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+    quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+    quilt import -P <patch> /path/to/patch
+    quilt push -a
+
+(add -p 0 to quilt import if needed). <patch> as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+    quilt delete <patch>
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.
+

Added: packages/python-ipaddr/tags/2.1.0-1/debian/changelog
===================================================================
--- packages/python-ipaddr/tags/2.1.0-1/debian/changelog	                        (rev 0)
+++ packages/python-ipaddr/tags/2.1.0-1/debian/changelog	2010-02-19 19:33:41 UTC (rev 11815)
@@ -0,0 +1,17 @@
+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.0-1/debian/compat
===================================================================
--- packages/python-ipaddr/tags/2.1.0-1/debian/compat	                        (rev 0)
+++ packages/python-ipaddr/tags/2.1.0-1/debian/compat	2010-02-19 19:33:41 UTC (rev 11815)
@@ -0,0 +1 @@
+7

Added: packages/python-ipaddr/tags/2.1.0-1/debian/control
===================================================================
--- packages/python-ipaddr/tags/2.1.0-1/debian/control	                        (rev 0)
+++ packages/python-ipaddr/tags/2.1.0-1/debian/control	2010-02-19 19:33:41 UTC (rev 11815)
@@ -0,0 +1,25 @@
+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.2.11), quilt (>= 0.46-7)
+Build-Depends-Indep: python-all (>= 2.5.4-2~), python-support (>= 0.6.4)
+Standards-Version: 3.8.4
+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/
+DM-Upload-Allowed: yes
+
+Package: python-ipaddr
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+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.0-1/debian/copyright
===================================================================
--- packages/python-ipaddr/tags/2.1.0-1/debian/copyright	                        (rev 0)
+++ packages/python-ipaddr/tags/2.1.0-1/debian/copyright	2010-02-19 19:33:41 UTC (rev 11815)
@@ -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.0-1/debian/patches/IPv4IpValidationError
===================================================================
--- packages/python-ipaddr/tags/2.1.0-1/debian/patches/IPv4IpValidationError	                        (rev 0)
+++ packages/python-ipaddr/tags/2.1.0-1/debian/patches/IPv4IpValidationError	2010-02-19 19:33:41 UTC (rev 11815)
@@ -0,0 +1,15 @@
+Reported upstream as http://code.google.com/p/ipaddr-py/issues/detail?id=55
+
+Index: ipaddr-2.1.0/ipaddr.py
+===================================================================
+--- ipaddr-2.1.0.orig/ipaddr.py	2010-02-13 22:00:07.000000000 -0500
++++ ipaddr-2.1.0/ipaddr.py	2010-02-19 13:55:04.000000000 -0500
+@@ -1685,7 +1685,7 @@
+             return None
+         try:
+             return IPv4Address(int('%s%s' % (hextets[-2], hextets[-1]), 16))
+-        except IPv4IpvalidationError:
++        except AddressValueError:
+             return None
+ 
+ 

Added: packages/python-ipaddr/tags/2.1.0-1/debian/patches/series
===================================================================
--- packages/python-ipaddr/tags/2.1.0-1/debian/patches/series	                        (rev 0)
+++ packages/python-ipaddr/tags/2.1.0-1/debian/patches/series	2010-02-19 19:33:41 UTC (rev 11815)
@@ -0,0 +1 @@
+IPv4IpValidationError

Added: packages/python-ipaddr/tags/2.1.0-1/debian/rules
===================================================================
--- packages/python-ipaddr/tags/2.1.0-1/debian/rules	                        (rev 0)
+++ packages/python-ipaddr/tags/2.1.0-1/debian/rules	2010-02-19 19:33:41 UTC (rev 11815)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with quilt
+


Property changes on: packages/python-ipaddr/tags/2.1.0-1/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-ipaddr/tags/2.1.0-1/debian/watch
===================================================================
--- packages/python-ipaddr/tags/2.1.0-1/debian/watch	                        (rev 0)
+++ packages/python-ipaddr/tags/2.1.0-1/debian/watch	2010-02-19 19:33:41 UTC (rev 11815)
@@ -0,0 +1,4 @@
+version=3
+
+http://code.google.com/p/ipaddr-py/downloads/list \
+http://ipaddr-py.googlecode.com/files/ipaddr-([0-9]\..*)\.tar\.gz




More information about the Python-modules-commits mailing list