summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2011-07-29 12:29:26 +0200
committerMike Hommey <mh@glandium.org>2011-07-29 12:31:02 +0200
commit8dd985800b690c06e11a666282a97c65e67af6e1 (patch)
treed3a28046149e822cdf41eeb26e09b13866efd3c9 /debian/rules
parent08ed6fd3a46265af86a0aa0bbebfd6478b7dad0d (diff)
downloadlibxml2-8dd985800b690c06e11a666282a97c65e67af6e1.tar.gz
Switch to dh_python2
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index aad63e4..92a7bf9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -118,4 +118,4 @@ override_dh_makeshlibs:
dh_makeshlibs -a $(if $(WITH_UDEB),--add-udeb=libxml2-udeb )-V 'libxml2 (>= 2.7.4)' -- -c4
%:
- dh $@
+ dh --with python2 $@