From: Sebastian Harl Date: Fri, 10 Oct 2008 13:20:31 +0000 (+0200) Subject: debian/rules: Remove rebuilt documentation files. X-Git-Tag: enblend-enfuse-3.2+dfsg-1~8 X-Git-Url: https://git.tokkee.org/?p=pkg-enblend.git;a=commitdiff_plain;h=05115ca734c6b6534de6c98b513df44f88610167 debian/rules: Remove rebuilt documentation files. --- 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