[Python-modules-commits] r32786 - in packages/python-netfilter/tags (9 files)

sharky at users.alioth.debian.org sharky at users.alioth.debian.org
Tue May 26 09:12:56 UTC 2015


    Date: Tuesday, May 26, 2015 @ 09:12:55
  Author: sharky
Revision: 32786

[svn-buildpackage] Tagging python-netfilter 0.6.1-1

Added:
  packages/python-netfilter/tags/0.6.1-1/
  packages/python-netfilter/tags/0.6.1-1/debian/changelog
    (from rev 32784, packages/python-netfilter/trunk/debian/changelog)
  packages/python-netfilter/tags/0.6.1-1/debian/control
    (from rev 32783, packages/python-netfilter/trunk/debian/control)
  packages/python-netfilter/tags/0.6.1-1/debian/copyright
    (from rev 32782, packages/python-netfilter/trunk/debian/copyright)
  packages/python-netfilter/tags/0.6.1-1/debian/rules
    (from rev 32782, packages/python-netfilter/trunk/debian/rules)
Deleted:
  packages/python-netfilter/tags/0.6.1-1/debian/changelog
  packages/python-netfilter/tags/0.6.1-1/debian/control
  packages/python-netfilter/tags/0.6.1-1/debian/copyright
  packages/python-netfilter/tags/0.6.1-1/debian/rules

Deleted: packages/python-netfilter/tags/0.6.1-1/debian/changelog
===================================================================
--- packages/python-netfilter/trunk/debian/changelog	2015-05-21 05:15:16 UTC (rev 32752)
+++ packages/python-netfilter/tags/0.6.1-1/debian/changelog	2015-05-26 09:12:55 UTC (rev 32786)
@@ -1,31 +0,0 @@
-python-netfilter (0.5.9-2) UNRELEASED; urgency=low
-
-  * Use canonical URIs for Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:59 +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é <jeremy.laine at m4x.org>  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é <jeremy.laine at m4x.org>  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é <jeremy.laine at m4x.org>  Fri, 27 Mar 2009 13:03:51 +0100

Copied: packages/python-netfilter/tags/0.6.1-1/debian/changelog (from rev 32784, packages/python-netfilter/trunk/debian/changelog)
===================================================================
--- packages/python-netfilter/tags/0.6.1-1/debian/changelog	                        (rev 0)
+++ packages/python-netfilter/tags/0.6.1-1/debian/changelog	2015-05-26 09:12:55 UTC (rev 32786)
@@ -0,0 +1,39 @@
+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é <jeremy.laine at m4x.org>  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é <jeremy.laine at m4x.org>  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é <jeremy.laine at m4x.org>  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é <jeremy.laine at m4x.org>  Fri, 27 Mar 2009 13:03:51 +0100

Deleted: packages/python-netfilter/tags/0.6.1-1/debian/control
===================================================================
--- packages/python-netfilter/trunk/debian/control	2015-05-21 05:15:16 UTC (rev 32752)
+++ packages/python-netfilter/tags/0.6.1-1/debian/control	2015-05-26 09:12:55 UTC (rev 32786)
@@ -1,20 +0,0 @@
-Source: python-netfilter
-Section: python
-Priority: optional
-Maintainer: Jeremy Lainé <jeremy.laine at m4x.org>
-Build-Depends: debhelper (>= 7), python-support, python
-Standards-Version: 3.9.3
-Homepage: http://opensource.bolloretelecom.eu/projects/python-netfilter
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-netfilter/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/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.
-

Copied: packages/python-netfilter/tags/0.6.1-1/debian/control (from rev 32783, packages/python-netfilter/trunk/debian/control)
===================================================================
--- packages/python-netfilter/tags/0.6.1-1/debian/control	                        (rev 0)
+++ packages/python-netfilter/tags/0.6.1-1/debian/control	2015-05-26 09:12:55 UTC (rev 32786)
@@ -0,0 +1,40 @@
+Source: python-netfilter
+Section: python
+Priority: optional
+Maintainer: Jeremy Lainé <jeremy.laine at m4x.org>
+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-Svn: svn://anonscm.debian.org/python-modules/packages/python-netfilter/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-netfilter/trunk/
+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.

Deleted: packages/python-netfilter/tags/0.6.1-1/debian/copyright
===================================================================
--- packages/python-netfilter/trunk/debian/copyright	2015-05-21 05:15:16 UTC (rev 32752)
+++ packages/python-netfilter/tags/0.6.1-1/debian/copyright	2015-05-26 09:12:55 UTC (rev 32786)
@@ -1,18 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Debianized-By: Jeremy Lainé <jeremy.laine at m4x.org>
-Debianized-Date: Fri, 27 Mar 2009 12:39:54 +0100
-Upstream-Name: python-netfilter
-Upstream-Contact: Jeremy Lainé <jeremy.laine at bolloretelecom.eu>
-Source: http://opensource.bolloretelecom.eu/projects/python-netfilter
-
-Files: *
-Copyright: 2007-2012 Bolloré telecom
-License: GPL-3+
-
-Files: debian/*
-Copyright: 2009-2012, Jeremy Lainé <jeremy.laine at m4x.org>
-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'.

Copied: packages/python-netfilter/tags/0.6.1-1/debian/copyright (from rev 32782, packages/python-netfilter/trunk/debian/copyright)
===================================================================
--- packages/python-netfilter/tags/0.6.1-1/debian/copyright	                        (rev 0)
+++ packages/python-netfilter/tags/0.6.1-1/debian/copyright	2015-05-26 09:12:55 UTC (rev 32786)
@@ -0,0 +1,18 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Debianized-By: Jeremy Lainé <jeremy.laine at m4x.org>
+Debianized-Date: Fri, 27 Mar 2009 12:39:54 +0100
+Upstream-Name: python-netfilter
+Upstream-Contact: Jeremy Lainé <jeremy.laine at m4x.org>
+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é <jeremy.laine at m4x.org>
+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'.

Deleted: packages/python-netfilter/tags/0.6.1-1/debian/rules
===================================================================
--- packages/python-netfilter/trunk/debian/rules	2015-05-21 05:15:16 UTC (rev 32752)
+++ packages/python-netfilter/tags/0.6.1-1/debian/rules	2015-05-26 09:12:55 UTC (rev 32786)
@@ -1,4 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh $@

Copied: packages/python-netfilter/tags/0.6.1-1/debian/rules (from rev 32782, packages/python-netfilter/trunk/debian/rules)
===================================================================
--- packages/python-netfilter/tags/0.6.1-1/debian/rules	                        (rev 0)
+++ packages/python-netfilter/tags/0.6.1-1/debian/rules	2015-05-26 09:12:55 UTC (rev 32786)
@@ -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




More information about the Python-modules-commits mailing list