found 662223 0.2-1
tags 662223 + patch
thanks
Please see the attached patch.
--
Jakub Wilk
diff -Nru nflog-bindings-0.2/debian/control nflog-bindings-0.2/debian/control
--- nflog-bindings-0.2/debian/control 2012-04-16 21:40:03.000000000 +0200
+++ nflog-bindings-0.2/debian/control 2012-05-01 16:36:56.000000000 +0200
@@ -9,7 +9,8 @@
libperl-dev,
python-all-dev (>= 2.6.6-3~),
libnetfilter-log-dev,
- chrpath
+ chrpath,
+ python-support
Standards-Version: 3.9.3
Homepage: https://www.wzdftpd.net/redmine/projects/nflog-bindings/wiki/
diff -Nru nflog-bindings-0.2/debian/rules nflog-bindings-0.2/debian/rules
--- nflog-bindings-0.2/debian/rules 2012-04-16 21:41:22.000000000 +0200
+++ nflog-bindings-0.2/debian/rules 2012-05-01 16:36:40.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%)