avoid compressing html
parent
862caff2a9
commit
14e081b2c6
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Reference in New Issue