summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2008-05-06 20:06:00 +0000
committerAaron M. Ucko <ucko@debian.org>2008-05-06 20:06:00 +0000
commit296a2ddf942794ff1d9356edfdb160a8f960ac37 (patch)
treef3dd5d85ba8a34610375486060847b58d820b906 /debian/rules
parentef82e083109ac3dbba6e5ba7b00f25f0f68bfade (diff)
Explicitly invoke dh install --with=python-support; bump debhelper
requirement to 7.0.8 accordingly.
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 e8e27c1..c15eda0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,6 @@ install: build
dh install
binary-indep: install
- dh binary-indep
+ dh binary-indep --with=python-support
binary: binary-indep