Source: nfqueue-bindings
Version: 0.4-1.1
Severity: important
Tags: patch
User: [email protected]
Usertags: no-byte-compile

Please see the attached patch.

--
Jakub Wilk
diff -Nru nfqueue-bindings-0.4/debian/control nfqueue-bindings-0.4/debian/control
--- nfqueue-bindings-0.4/debian/control	2012-04-16 11:33:22.000000000 +0200
+++ nfqueue-bindings-0.4/debian/control	2012-05-01 16:43:17.000000000 +0200
@@ -9,7 +9,8 @@
     libperl-dev,
     python-all-dev (>= 2.6.6-3~),
     libnetfilter-queue-dev,
-    chrpath
+    chrpath,
+    python-support
 Standards-Version: 3.9.3
 Homepage: https://www.wzdftpd.net/redmine/projects/nfqueue-bindings/wiki/
 
diff -Nru nfqueue-bindings-0.4/debian/rules nfqueue-bindings-0.4/debian/rules
--- nfqueue-bindings-0.4/debian/rules	2012-04-16 11:48:48.000000000 +0200
+++ nfqueue-bindings-0.4/debian/rules	2012-05-01 16:43:16.000000000 +0200
@@ -7,7 +7,7 @@
 PYVERS=$(shell pyversions -vr)
 
 %:
-	dh $@ --with-python-support
+	dh $@ --with=python-support
 
 override_dh_auto_build: $(PYVERS:%=build-python%)
 

Reply via email to