[Python-modules-commits] r26922 - in packages/python-iptables/trunk (11 files)

diocles at users.alioth.debian.org diocles at users.alioth.debian.org
Sun Dec 29 13:14:19 UTC 2013


    Date: Sunday, December 29, 2013 @ 13:14:18
  Author: diocles
Revision: 26922

[svn-inject] Applying Debian modifications (0.2.0-1) to trunk

Added:
  packages/python-iptables/trunk/debian/
  packages/python-iptables/trunk/debian/changelog
  packages/python-iptables/trunk/debian/compat
  packages/python-iptables/trunk/debian/control
  packages/python-iptables/trunk/debian/copyright
  packages/python-iptables/trunk/debian/python-iptables.docs
  packages/python-iptables/trunk/debian/rules
  packages/python-iptables/trunk/debian/source/
  packages/python-iptables/trunk/debian/source/format
  packages/python-iptables/trunk/debian/source/options
  packages/python-iptables/trunk/debian/watch


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

Added: packages/python-iptables/trunk/debian/changelog
===================================================================
--- packages/python-iptables/trunk/debian/changelog	                        (rev 0)
+++ packages/python-iptables/trunk/debian/changelog	2013-12-29 13:14:18 UTC (rev 26922)
@@ -0,0 +1,5 @@
+python-iptables (0.2.0-1) UNRELEASED; urgency=low
+
+  * Initial upload (Closes: #733053)
+
+ -- Tim Retout <diocles at debian.org>  Fri, 27 Dec 2013 17:50:24 +0000

Added: packages/python-iptables/trunk/debian/compat
===================================================================
--- packages/python-iptables/trunk/debian/compat	                        (rev 0)
+++ packages/python-iptables/trunk/debian/compat	2013-12-29 13:14:18 UTC (rev 26922)
@@ -0,0 +1 @@
+9

Added: packages/python-iptables/trunk/debian/control
===================================================================
--- packages/python-iptables/trunk/debian/control	                        (rev 0)
+++ packages/python-iptables/trunk/debian/control	2013-12-29 13:14:18 UTC (rev 26922)
@@ -0,0 +1,19 @@
+Source: python-iptables
+Maintainer: Tim Retout <diocles at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.5
+Homepage: https://github.com/ldx/python-iptables
+
+Package: python-iptables
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Description: Python bindings for iptables
+ This package provides Python bindings to iptables under Linux.
+ iptables is the tool that is used to manage netfilter, the standard
+ packet filtering and manipulation framework under Linux.
+ .
+ Interoperability with iptables is achieved via the iptables C
+ libraries (libiptc, libxtables, and the iptables extensions), rather
+ than calling the iptables binary and parsing its output.
\ No newline at end of file

Added: packages/python-iptables/trunk/debian/copyright
===================================================================
--- packages/python-iptables/trunk/debian/copyright	                        (rev 0)
+++ packages/python-iptables/trunk/debian/copyright	2013-12-29 13:14:18 UTC (rev 26922)
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-iptables
+Source: https://github.com/ldx/python-iptables/releases
+
+Files: *
+Copyright: Copyright (c) 2010-, Nilvec nilvec-(at)-nilvec.com
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ .
+ 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.
+ .
+ On Debian systems, the complete text of the Apache License, Version 2.0
+ can be found in "/usr/share/common-licenses/Apache-2.0".
+
+Files: debian/*
+Copyright: 2013 Tim Retout <diocles at debian.org>
+License: Apache-2.0
+ The Debian packaging is licensed under the same terms as python-iptables
+ itself; either python-iptables version 0.2.0 or, at your option, any later
+ version of python-iptables you may have available.
+ .
+ On Debian systems, the complete text of the Apache License, Version 2.0
+ can be found in "/usr/share/common-licenses/Apache-2.0".

Added: packages/python-iptables/trunk/debian/python-iptables.docs
===================================================================
--- packages/python-iptables/trunk/debian/python-iptables.docs	                        (rev 0)
+++ packages/python-iptables/trunk/debian/python-iptables.docs	2013-12-29 13:14:18 UTC (rev 26922)
@@ -0,0 +1 @@
+README.md
\ No newline at end of file

Added: packages/python-iptables/trunk/debian/rules
===================================================================
--- packages/python-iptables/trunk/debian/rules	                        (rev 0)
+++ packages/python-iptables/trunk/debian/rules	2013-12-29 13:14:18 UTC (rev 26922)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=python-iptables
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild


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

Added: packages/python-iptables/trunk/debian/source/format
===================================================================
--- packages/python-iptables/trunk/debian/source/format	                        (rev 0)
+++ packages/python-iptables/trunk/debian/source/format	2013-12-29 13:14:18 UTC (rev 26922)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-iptables/trunk/debian/source/options
===================================================================
--- packages/python-iptables/trunk/debian/source/options	                        (rev 0)
+++ packages/python-iptables/trunk/debian/source/options	2013-12-29 13:14:18 UTC (rev 26922)
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info"
\ No newline at end of file

Added: packages/python-iptables/trunk/debian/watch
===================================================================
--- packages/python-iptables/trunk/debian/watch	                        (rev 0)
+++ packages/python-iptables/trunk/debian/watch	2013-12-29 13:14:18 UTC (rev 26922)
@@ -0,0 +1,3 @@
+version=2
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python-iptables-$1\.tar\.gz/ \
+  https://github.com/ldx/python-iptables/releases .*/v?(\d\S*)\.tar\.gz
\ No newline at end of file




More information about the Python-modules-commits mailing list