[Python-modules-commits] r22735 - in packages/python-netfilter/trunk/debian (4 files)

sharky at users.alioth.debian.org sharky at users.alioth.debian.org
Tue Oct 2 16:37:12 UTC 2012


    Date: Tuesday, October 2, 2012 @ 16:37:11
  Author: sharky
Revision: 22735

package python-netfilter 0.5.9

Modified:
  packages/python-netfilter/trunk/debian/changelog
  packages/python-netfilter/trunk/debian/compat
  packages/python-netfilter/trunk/debian/control
  packages/python-netfilter/trunk/debian/rules

Modified: packages/python-netfilter/trunk/debian/changelog
===================================================================
--- packages/python-netfilter/trunk/debian/changelog	2012-10-02 16:05:17 UTC (rev 22734)
+++ packages/python-netfilter/trunk/debian/changelog	2012-10-02 16:37:11 UTC (rev 22735)
@@ -1,10 +1,11 @@
-python-netfilter (0.5.9-1) UNRELEASED; urgency=low
+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 17:49:17 +0200
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Tue, 02 Oct 2012 18:36:44 +0200
 
 python-netfilter (0.5.7-1) unstable; urgency=low
 

Modified: packages/python-netfilter/trunk/debian/compat
===================================================================
--- packages/python-netfilter/trunk/debian/compat	2012-10-02 16:05:17 UTC (rev 22734)
+++ packages/python-netfilter/trunk/debian/compat	2012-10-02 16:37:11 UTC (rev 22735)
@@ -1 +1 @@
-5
+7

Modified: packages/python-netfilter/trunk/debian/control
===================================================================
--- packages/python-netfilter/trunk/debian/control	2012-10-02 16:05:17 UTC (rev 22734)
+++ packages/python-netfilter/trunk/debian/control	2012-10-02 16:37:11 UTC (rev 22735)
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Jeremy Lainé <jeremy.laine at m4x.org>
-Build-Depends: cdbs, debhelper (>= 5), python (>= 2.4), python-support
+Build-Depends: debhelper (>= 7), python-support, python
 Standards-Version: 3.9.3
 Homepage: http://opensource.bolloretelecom.eu/projects/python-netfilter
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-netfilter/trunk/

Modified: packages/python-netfilter/trunk/debian/rules
===================================================================
--- packages/python-netfilter/trunk/debian/rules	2012-10-02 16:05:17 UTC (rev 22734)
+++ packages/python-netfilter/trunk/debian/rules	2012-10-02 16:37:11 UTC (rev 22735)
@@ -1,8 +1,4 @@
 #!/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 '{}' ';'
+%:
+	dh $@




More information about the Python-modules-commits mailing list