From 710ebea3345f49204f7ff8e6ebd0bfbf1587cedc Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 1 Dec 2008 19:28:53 +0100 Subject: [PATCH] Remove generated manpages in the clean target. This avoids cluttering the source diff with the rebuilt manpages. --- debian/changelog | 5 ++++- debian/rules | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2