[Python-modules-commits] r11287 - in packages/python-ipaddr/trunk/python-ipaddr/trunk (7 files)

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Sun Jan 24 22:05:12 UTC 2010


    Date: Sunday, January 24, 2010 @ 22:05:04
  Author: kitterma-guest
Revision: 11287

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/
  packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/changelog
  packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/compat
  packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/control
  packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/copyright
  packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/rules
  packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/watch


Property changes on: packages/python-ipaddr/trunk/python-ipaddr/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/changelog
===================================================================
--- packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/changelog	                        (rev 0)
+++ packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/changelog	2010-01-24 22:05:04 UTC (rev 11287)
@@ -0,0 +1,6 @@
+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/trunk/python-ipaddr/trunk/debian/compat
===================================================================
--- packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/compat	                        (rev 0)
+++ packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/compat	2010-01-24 22:05:04 UTC (rev 11287)
@@ -0,0 +1 @@
+7

Added: packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/control
===================================================================
--- packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/control	                        (rev 0)
+++ packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/control	2010-01-24 22:05:04 UTC (rev 11287)
@@ -0,0 +1,27 @@
+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)
+Build-Depends-Indep: python-all (>= 2.5.4-2~), python-support (>= 0.6.4)
+Standards-Version: 3.8.3
+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
+ A fast, lightweight IPv4/IPv6 manipulation library in Python.
+ .
+ This library is used to create/poke/manipulate IPv4 and IPv6 addresses
+ and networks.
+ .
+ This is a pure Python implementation of classes for IPv4/6 addresses and
+ networks. It supports comparisons to determine if IP addressess 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/trunk/python-ipaddr/trunk/debian/copyright
===================================================================
--- packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/copyright	                        (rev 0)
+++ packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/copyright	2010-01-24 22:05:04 UTC (rev 11287)
@@ -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/trunk/python-ipaddr/trunk/debian/rules
===================================================================
--- packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/rules	                        (rev 0)
+++ packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/rules	2010-01-24 22:05:04 UTC (rev 11287)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+


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

Added: packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/watch
===================================================================
--- packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/watch	                        (rev 0)
+++ packages/python-ipaddr/trunk/python-ipaddr/trunk/debian/watch	2010-01-24 22:05:04 UTC (rev 11287)
@@ -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