From 14e081b2c6cf5eed4903d61bee0a23ac49fc120f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 15 Feb 2009 22:08:04 -0500 Subject: [PATCH] avoid compressing html --- debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) 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 $@ -- 2.44.0