diff --git a/debian/rules b/debian/rules index 115b3f0c2..da8249920 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,11 @@ #!/usr/bin/make -f + +binary: binary-indep +binary-indep: + dh $@ --before dh_compress + dh_compress -Xhtml + dh $@ --after dh_compress + %: dh $@