diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-15 22:08:04 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-15 22:08:04 -0500 |
commit | 14e081b2c6cf5eed4903d61bee0a23ac49fc120f (patch) | |
tree | 27afe73f4e7a86917aa827123213b3bca971629c /debian/rules | |
parent | 862caff2a9d66ec7b79f03cf769a53ba0fdc3539 (diff) |
avoid compressing html
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 7 insertions, 0 deletions
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 $@ |