--- python-netfilter-0.6.3.orig/debian/.git-dpm +++ python-netfilter-0.6.3/debian/.git-dpm @@ -0,0 +1,11 @@ +# see git-dpm(1) from git-dpm package +8c90fbc9ef8d65e5b26ffbaed0aa6723d025a59e +8c90fbc9ef8d65e5b26ffbaed0aa6723d025a59e +8c90fbc9ef8d65e5b26ffbaed0aa6723d025a59e +8c90fbc9ef8d65e5b26ffbaed0aa6723d025a59e +python-netfilter_0.6.3.orig.tar.gz +e33e52fff0b0bbdcc5b4731a2ec76f9181656e63 +22925 +debianTag="debian/%e%v" +patchedTag="patched/%e%v" +upstreamTag="upstream/%e%u" --- python-netfilter-0.6.3.orig/debian/changelog +++ python-netfilter-0.6.3/debian/changelog @@ -0,0 +1,46 @@ +python-netfilter (0.6.3-1) unstable; urgency=medium + + * New upstream release. + * Update debian/watch to point to github. + + -- Jeremy Lainé Thu, 22 Oct 2015 17:00:23 +0200 + +python-netfilter (0.6.1-1) unstable; urgency=low + + [ Jeremy Lainé ] + * New upstream release. + * Build both python-netfilter and python3-netfilter packages. + * Use dh_python2/dh_python3 instead of python-support (Closes: #786143). + * Update Standards-Version to 3.9.6. + * Update debian/copyright to reflect upstream changes. + + [ Jakub Wilk ] + * Use canonical URIs for Vcs-* fields. + + -- Jeremy Lainé Tue, 26 May 2015 10:15:40 +0200 + +python-netfilter (0.5.9-1) unstable; urgency=low + + * New upstream release. + * Convert packaging to use debhelper 7. + * Rewrite debian/copyright according to copyright format 1.0. + * Update Standards-Version to 3.9.3 (no changes). + + -- Jeremy Lainé Tue, 02 Oct 2012 18:36:44 +0200 + +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.6.3.orig/debian/compat +++ python-netfilter-0.6.3/debian/compat @@ -0,0 +1 @@ +7 --- python-netfilter-0.6.3.orig/debian/control +++ python-netfilter-0.6.3/debian/control @@ -0,0 +1,40 @@ +Source: python-netfilter +Section: python +Priority: optional +Maintainer: Jeremy Lainé +Build-Depends: debhelper (>= 9), + dh-python, + python-all, + python-setuptools, + python3-all, + python3-setuptools +Standards-Version: 3.9.6 +Homepage: https://github.com/jlaine/python-netfilter +Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-netfilter.git +Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-netfilter.git +X-Python-Version: >= 2.6 +X-Python3-Version: >= 3.2 + +Package: python-netfilter +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, iptables +Description: Python module for manipulating netfilter rules (Python 2) + This Python module acts as a wrapper around iptables to manipulate + the Linux kernel's packet filtering tables. + . + Typical applications include building firewalls or network access + controllers. + . + This package contains the module for Python 2. + +Package: python3-netfilter +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends}, iptables +Description: Python module for manipulating netfilter rules (Python 3) + This Python module acts as a wrapper around iptables to manipulate + the Linux kernel's packet filtering tables. + . + Typical applications include building firewalls or network access + controllers. + . + This package contains the module for Python 3. --- python-netfilter-0.6.3.orig/debian/copyright +++ python-netfilter-0.6.3/debian/copyright @@ -0,0 +1,18 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Debianized-By: Jeremy Lainé +Debianized-Date: Fri, 27 Mar 2009 12:39:54 +0100 +Upstream-Name: python-netfilter +Upstream-Contact: Jeremy Lainé +Source: https://github.com/jlaine/python-netfilter + +Files: * +Copyright: 2007-2012 Bolloré telecom, 2013-2015 Jeremy Lainé +License: GPL-3+ + +Files: debian/* +Copyright: 2009-2012, Jeremy Lainé +License: GPL-3+ + +License: GPL-3+ + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. --- python-netfilter-0.6.3.orig/debian/rules +++ python-netfilter-0.6.3/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export PYBUILD_DESTDIR_python2=debian/python-netfilter/ +export PYBUILD_DESTDIR_python3=debian/python3-netfilter/ + +%: + dh $@ --with python2,python3 --buildsystem=pybuild --- python-netfilter-0.6.3.orig/debian/source/format +++ python-netfilter-0.6.3/debian/source/format @@ -0,0 +1 @@ +1.0 --- python-netfilter-0.6.3.orig/debian/watch +++ python-netfilter-0.6.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://github.com/jlaine/python-netfilter/tags .*/jlaine/python-netfilter/archive/v(.+)\.tar\.gz \ +debian uupdate