From 05115ca734c6b6534de6c98b513df44f88610167 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 10 Oct 2008 15:20:31 +0200 Subject: [PATCH] debian/rules: Remove rebuilt documentation files. --- debian/changelog | 3 ++- debian/rules | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 34945a2..7ec5aee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ enblend (3.2+dfsg-1) experimental; urgency=low - Added get-orig-source target which uses uscan to download and repack the upstream tarball using debian/bin/uscan_repack.sh - thanks to Bernd Zeimetz for the idea! + - Remove rebuilt documentation files. * debian/patches: - Removed gcc4.3-includes.dpatch - included upstream. - Removed type_mismatch.dpatch - included upstream. @@ -44,7 +45,7 @@ enblend (3.2+dfsg-1) experimental; urgency=low * debian/watch: - Call debian/bin/uscan_repack.sh. - -- Sebastian Harl Fri, 10 Oct 2008 09:15:19 +0200 + -- Sebastian Harl Fri, 10 Oct 2008 15:19:43 +0200 enblend (3.0+dfsg-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 7ac48f7..444eec6 100755 --- a/debian/rules +++ b/debian/rules @@ -48,6 +48,7 @@ clean: unpatch rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean + rm -f doc/*.info dh_clean -- 2.30.2