[Python-modules-commits] r8061 - in packages (10 files)

sharky at users.alioth.debian.org sharky at users.alioth.debian.org
Fri Mar 27 12:02:44 UTC 2009


    Date: Friday, March 27, 2009 @ 12:02:43
  Author: sharky
Revision: 8061

add packaging for python-netfilter 0.5.6

Added:
  packages/python-netfilter/
  packages/python-netfilter/branches/
  packages/python-netfilter/tags/
  packages/python-netfilter/trunk/
  packages/python-netfilter/trunk/debian/
  packages/python-netfilter/trunk/debian/changelog
  packages/python-netfilter/trunk/debian/compat
  packages/python-netfilter/trunk/debian/control
  packages/python-netfilter/trunk/debian/copyright
  packages/python-netfilter/trunk/debian/rules


Property changes on: packages/python-netfilter/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/python-netfilter/trunk/debian/changelog
===================================================================
--- packages/python-netfilter/trunk/debian/changelog	                        (rev 0)
+++ packages/python-netfilter/trunk/debian/changelog	2009-03-27 12:02:43 UTC (rev 8061)
@@ -0,0 +1,6 @@
+python-netfilter (0.5.6-1) UNRELEASED; urgency=low
+
+  * Initial upload to Debian (Closes: #521409).
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Fri, 27 Mar 2009 12:39:54 +0100
+

Added: packages/python-netfilter/trunk/debian/compat
===================================================================
--- packages/python-netfilter/trunk/debian/compat	                        (rev 0)
+++ packages/python-netfilter/trunk/debian/compat	2009-03-27 12:02:43 UTC (rev 8061)
@@ -0,0 +1 @@
+5

Added: packages/python-netfilter/trunk/debian/control
===================================================================
--- packages/python-netfilter/trunk/debian/control	                        (rev 0)
+++ packages/python-netfilter/trunk/debian/control	2009-03-27 12:02:43 UTC (rev 8061)
@@ -0,0 +1,20 @@
+Source: python-netfilter
+Section: python
+Priority: optional
+Maintainer: Jeremy Lainé <jeremy.laine at m4x.org>
+Build-Depends: cdbs, debhelper (>= 5), python (>= 2.4), python-support
+Standards-Version: 3.8.1
+Homepage: http://opensource.bolloretelecom.eu/projects/python-netfilter
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-netfilter/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-netfilter/trunk/
+
+Package: python-netfilter
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, iptables
+Description: Python modules for manipulating netfilter rules
+ These Python modules act as a wrapper around iptables to manipulate
+ the Linux kernel's packet filtering tables.
+ .
+ Typical applications include building firewalls or network access
+ controllers.
+

Added: packages/python-netfilter/trunk/debian/copyright
===================================================================
--- packages/python-netfilter/trunk/debian/copyright	                        (rev 0)
+++ packages/python-netfilter/trunk/debian/copyright	2009-03-27 12:02:43 UTC (rev 8061)
@@ -0,0 +1,27 @@
+This package was debianized by Jeremy Lainé <jeremy.laine at m4x.org> on
+Fri, 27 Mar 2009 12:39:54 +0100
+
+It was downloaded from http://opensource.bolloretelecom.eu/projects/python-netfilter
+
+Upstream Author: Jeremy Lainé <jeremy.laine at bolloretelecom.eu>
+
+Copyright 2007-2009 Bolloré telecom
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+The Debian packaging is (C) 2009, Jeremy Lainé <jeremy.laine at m4x.org>
+and is licensed under the GPL.
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License can be found in `/usr/share/common-licenses/GPL'.

Added: packages/python-netfilter/trunk/debian/rules
===================================================================
--- packages/python-netfilter/trunk/debian/rules	                        (rev 0)
+++ packages/python-netfilter/trunk/debian/rules	2009-03-27 12:02:43 UTC (rev 8061)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+clean::
+	find . -name '*.pyc' -exec rm '{}' ';'


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




More information about the Python-modules-commits mailing list