[Python-modules-commits] r9141 - in packages/python-ipcalc/trunk (8 files)
mezgani-guest at users.alioth.debian.org
mezgani-guest at users.alioth.debian.org
Thu Jul 23 22:42:42 UTC 2009
Date: Thursday, July 23, 2009 @ 22:42:30
Author: mezgani-guest
Revision: 9141
[svn-inject] Applying Debian modifications to trunk
Added:
packages/python-ipcalc/trunk/debian/
packages/python-ipcalc/trunk/debian/README.source
packages/python-ipcalc/trunk/debian/changelog
packages/python-ipcalc/trunk/debian/compat
packages/python-ipcalc/trunk/debian/control
packages/python-ipcalc/trunk/debian/copyright
packages/python-ipcalc/trunk/debian/rules
packages/python-ipcalc/trunk/debian/watch
Property changes on: packages/python-ipcalc/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-ipcalc/trunk/debian/README.source
===================================================================
--- packages/python-ipcalc/trunk/debian/README.source (rev 0)
+++ packages/python-ipcalc/trunk/debian/README.source 2009-07-23 22:42:30 UTC (rev 9141)
@@ -0,0 +1,10 @@
+ipcalc for Debian
+-----------------
+
+Please to upgrade the Debian source package to a new upstream version:
+http://pypi.python.org/packages/source/i/ipcalc/
+
+For more information visit the project's web site at:
+http://code.maze.io/projects/ipcalc
+
+ -- MEZGANI Ali <mezgani at linuxmail.org> Wed, 17 Jun 2009 01:33:25 +0200
Added: packages/python-ipcalc/trunk/debian/changelog
===================================================================
--- packages/python-ipcalc/trunk/debian/changelog (rev 0)
+++ packages/python-ipcalc/trunk/debian/changelog 2009-07-23 22:42:30 UTC (rev 9141)
@@ -0,0 +1,5 @@
+python-ipcalc (0.3-1) unstable; urgency=low
+
+ * Initial release (Closes: #533437)
+
+ -- MEZGANI Ali <mezgani at linuxmail.org> Wed, 17 Jun 2009 01:33:25 +0200
Added: packages/python-ipcalc/trunk/debian/compat
===================================================================
--- packages/python-ipcalc/trunk/debian/compat (rev 0)
+++ packages/python-ipcalc/trunk/debian/compat 2009-07-23 22:42:30 UTC (rev 9141)
@@ -0,0 +1 @@
+7
Added: packages/python-ipcalc/trunk/debian/control
===================================================================
--- packages/python-ipcalc/trunk/debian/control (rev 0)
+++ packages/python-ipcalc/trunk/debian/control 2009-07-23 22:42:30 UTC (rev 9141)
@@ -0,0 +1,18 @@
+Source: python-ipcalc
+Section: python
+Priority: optional
+Maintainer: MEZGANI Ali <mezgani at linuxmail.org>
+Build-Depends: debhelper (>= 7), python-support, python-dev
+Standards-Version: 3.8.2
+Homepage: http://dev.tehmaze.com/projects/ipcalc
+XB-Python-Version: ${python:Versions}
+
+Package: python-ipcalc
+Architecture: all
+Depends: python, ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: perform IP subnet calculations
+ returns the network address, netmask, network address in hexadecimal
+ and CIDR notation, min/max IP addresses, broadcast address and
+ the number of subnets.
+ There is support for both IPv4 and IPv6.
Added: packages/python-ipcalc/trunk/debian/copyright
===================================================================
--- packages/python-ipcalc/trunk/debian/copyright (rev 0)
+++ packages/python-ipcalc/trunk/debian/copyright 2009-07-23 22:42:30 UTC (rev 9141)
@@ -0,0 +1,43 @@
+This package was debianized by MEZGANI Ali <mezgani at linuxmail.org> on
+Wed, 17 Jun 2009 01:33:25 +0200.
+
+It was downloaded from http://dev.tehmaze.com/projects/ipcalc
+
+Upstream Author:
+
+ Wijnand Modderman <wijnand at freecode.nl>
+
+Copyright:
+
+ Copyright (C) 2009 Wijnand Modderman
+
+License:
+
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is:
+
+ Copyright (C) 2009 MEZGANI Ali <mezgani at linuxmail.org>
+
+and is licensed under the GPL version 3,
+see `/usr/share/common-licenses/GPL-3'.
+
Added: packages/python-ipcalc/trunk/debian/rules
===================================================================
--- packages/python-ipcalc/trunk/debian/rules (rev 0)
+++ packages/python-ipcalc/trunk/debian/rules 2009-07-23 22:42:30 UTC (rev 9141)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@
Property changes on: packages/python-ipcalc/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-ipcalc/trunk/debian/watch
===================================================================
--- packages/python-ipcalc/trunk/debian/watch (rev 0)
+++ packages/python-ipcalc/trunk/debian/watch 2009-07-23 22:42:30 UTC (rev 9141)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/i/ipcalc/ipcalc-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list