From d3e421d363aa32deabeee66d7e79ea99a1b4b531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 14:33:08 +0200 Subject: New Maintainer --- debian/rules | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 4d00de0..f9b1ec1 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,13 @@ dh $@ override_dh_auto_build: - dh_auto_build pod2man $(CURDIR)/bin/cil > $(CURDIR)/cil.1 + dh_auto_build + +override_dh_auto_install: + dh_auto_install + rm -rf $(CURDIR)/debian/cil/usr/share/man/man1/cil.1p + +override_dh_clean: + dh_clean + rm -rf $(CURDIR)/cil.1 -- cgit v1.2.3