--- python-netfilter-0.5.7.orig/debian/watch +++ python-netfilter-0.5.7/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://opensource.bolloretelecom.eu/projects/python-netfilter/ http://opensource\.bolloretelecom\.eu/files/python-netfilter-([0-9.]+).tar.gz --- python-netfilter-0.5.7.orig/debian/compat +++ python-netfilter-0.5.7/debian/compat @@ -0,0 +1 @@ +5 --- python-netfilter-0.5.7.orig/debian/rules +++ python-netfilter-0.5.7/debian/rules @@ -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 '{}' ';' --- python-netfilter-0.5.7.orig/debian/control +++ python-netfilter-0.5.7/debian/control @@ -0,0 +1,20 @@ +Source: python-netfilter +Section: python +Priority: optional +Maintainer: Jeremy Lainé +Build-Depends: cdbs, debhelper (>= 5), python (>= 2.4), python-support +Standards-Version: 3.9.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. + --- python-netfilter-0.5.7.orig/debian/changelog +++ python-netfilter-0.5.7/debian/changelog @@ -0,0 +1,16 @@ +python-netfilter (0.5.7-1) unstable; urgency=low + + [ Jeremy Lainé ] + * New upstream release. + * Update Standards-Version to 3.9.1 (no changes). + + [ Jakub Wilk ] + * Add watch file. + + -- Jeremy Lainé Mon, 21 Mar 2011 15:15:35 +0100 + +python-netfilter (0.5.6-1) unstable; urgency=low + + * Initial upload to Debian (Closes: #521409). + + -- Jeremy Lainé Fri, 27 Mar 2009 13:03:51 +0100 --- python-netfilter-0.5.7.orig/debian/copyright +++ python-netfilter-0.5.7/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Jeremy Lainé on +Fri, 27 Mar 2009 12:39:54 +0100 + +It was downloaded from http://opensource.bolloretelecom.eu/projects/python-netfilter + +Upstream Author: Jeremy Lainé + +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 . + +The Debian packaging is (C) 2009, Jeremy Lainé +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'. --- python-netfilter-0.5.7.orig/debian/source/format +++ python-netfilter-0.5.7/debian/source/format @@ -0,0 +1 @@ +1.0