From 37284a4eff9864ee8108a55593eab52fd77fcd59 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Thu, 1 Oct 2009 23:24:31 +0200 Subject: Do not install man pages --- debian/changelog | 3 ++- debian/rules | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e246f2f..7cc61b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ scons-doc (1.2.0.d20090905-2) UNRELEASED; urgency=low * Do not install scons-reference, it is completely empty and useless. Wait for upstream to complete it (Closes: #549111). + * Do not install man pages, they are installed with scons package. - -- Luca Falavigna Thu, 01 Oct 2009 23:18:57 +0200 + -- Luca Falavigna Thu, 01 Oct 2009 23:23:27 +0200 scons-doc (1.2.0.d20090905-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index c05042b..04b379b 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ override_dh_auto_install: scons doc rm -r $(CURDIR)/build/doc/HTML/scons-reference* find $(CURDIR)/build/doc -name "*scons-reference*" -delete + find $(CURDIR)/build/doc -name "*-man*" -delete get-orig-source: wget http://downloads.sourceforge.net/project/scons/scons-src/${VERSION}/scons-src-${VERSION}.tar.gz -O ../scons-src-${VERSION}.tar.gz -- cgit v1.2.3