contrib/Debian/rules: Do no compress Commands.txt
This is required, because ngIRCd can't use a compressed file as help text ... (cherry picked from commit 6d09b4f366f656f6d2732ea96a653e086380e458)
This commit is contained in:
parent
b60d5a0a11
commit
a551942635
|
@ -216,7 +216,7 @@ binary-arch: build install
|
|||
dh_installdocs -a
|
||||
dh_installinit -a
|
||||
dh_strip -a --no-package=ngircd-full-dbg
|
||||
dh_compress -a
|
||||
dh_compress -a -XCommands.txt
|
||||
dh_fixperms -a
|
||||
dh_installdeb -a
|
||||
dh_shlibdeps -a
|
||||
|
|
Loading…
Reference in New Issue