ソースを参照

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

Christoph Biedl 10 年 前
コミット
b42a0dcb5b
1 ファイル変更3 行追加0 行削除
  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 $@