From 9c3f463e4a8078c8db0888defcba246bf74c8880 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Thu, 1 Oct 2009 23:19:19 +0200 Subject: Do not install scons-reference --- debian/changelog | 7 +++++++ debian/rules | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1e140fc..e246f2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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). + + -- Luca Falavigna Thu, 01 Oct 2009 23:18:57 +0200 + scons-doc (1.2.0.d20090905-1) unstable; urgency=low * New upstream checkpoint release. diff --git a/debian/rules b/debian/rules index 8000dce..c05042b 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,8 @@ override_dh_auto_clean: override_dh_auto_install: scons doc + rm -r $(CURDIR)/build/doc/HTML/scons-reference* + find $(CURDIR)/build/doc -name "*scons-reference*" -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