From 5c0479ac14755429bc65c47eafec3e2bfb72431f Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 4 Jan 2014 19:54:12 +0100 Subject: Fix warning when building packages. (I.e., make lintian happy.) --- src/fripost-postinst-udeb/debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fripost-postinst-udeb/debian/rules') diff --git a/src/fripost-postinst-udeb/debian/rules b/src/fripost-postinst-udeb/debian/rules index cbe925d..514b55b 100755 --- a/src/fripost-postinst-udeb/debian/rules +++ b/src/fripost-postinst-udeb/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f %: dh $@ + +# dh_pysupport: This program is deprecated, you should use dh_python2 instead. +override_dh_pysupport: -- cgit v1.2.3