From 8f96f3a7a93be56d416e04eb42077e81f65bea58 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 24 Jan 2013 15:01:48 +0100 Subject: [PATCH] rules: Manually clean-up auto-generated scripts/rrd_modify.pl. --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index d5ab823..3856aed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ pnp4nagios (0.6.19-1) UNRELEASED; urgency=low - Updated standards-version to 3.9.4 -- no changes. * debian/patches: - fix-npcd-path updated for 0.6.19. + * debian/rules: + - Manually clean-up auto-generated scripts/rrd_modify.pl. -- Sebastian Harl Thu, 24 Jan 2013 14:50:27 +0100 diff --git a/debian/rules b/debian/rules index b9e40d0..67e3ba1 100755 --- a/debian/rules +++ b/debian/rules @@ -74,6 +74,7 @@ clean: unpatch [ ! -f Makefile ] || $(MAKE) distclean dh_clean + rm -f scripts/rrd_modify.pl debconf-updatepo install: build -- 2.30.2