From: Sebastian Harl Date: Mon, 1 Dec 2008 18:28:53 +0000 (+0100) Subject: Remove generated manpages in the clean target. X-Git-Tag: collectd-4.4.2-3~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=710ebea3345f49204f7ff8e6ebd0bfbf1587cedc;p=pkg-collectd.git Remove generated manpages in the clean target. This avoids cluttering the source diff with the rebuilt manpages. --- diff --git a/debian/changelog b/debian/changelog index 998b089..6c1f260 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,11 @@ collectd (4.4.2-3) unstable; urgency=low - sv.po, thanks to Martin Bagge (Closes: #504248). * debian/patches: - Added pod-errors.dpatch to fix some minor POD errors. + * debian/rules: + - Remove generated manpages in the clean target to avoid cluttering the + source diff with the rebuilt manpages. - -- Sebastian Harl Sun, 02 Nov 2008 13:30:32 +0100 + -- Sebastian Harl Mon, 01 Dec 2008 19:28:41 +0100 collectd (4.4.2-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 9eff781..06c5436 100755 --- a/debian/rules +++ b/debian/rules @@ -73,6 +73,7 @@ clean: unpatch [ ! -f Makefile ] || $(MAKE) distclean rm -f debian/README.Debian.plugins + rm -f src/*.1 src/*.5 dh_clean debconf-updatepo