Browse Source

Exempt /usr/share/doc/ngircd/Commands.txt from compression to make the HELP command work

Christoph Biedl 10 years ago
parent
commit
b42a0dcb5b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      debian/rules

+ 3 - 0
debian/rules

@@ -28,5 +28,8 @@ override_dh_auto_install:
 	mv $(CURDIR)/debian/ngircd/usr/share/doc/ngircd/ChangeLog \
 	    $(CURDIR)/debian/ngircd/usr/share/doc/ngircd/changelog
 
+override_dh_compress:
+	dh_compress -XCommands.txt
+
 %:
 	dh $@