From cafccc79045dcbafe04d27a38ac3248b12ef03e0 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Mon, 1 Mar 2010 18:20:04 +0100 Subject: [PATCH] - #10234: debian/rules clean --- debian/changelog | 1 + debian/rules | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index fdca678..842cf70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ ossec-hids (2.3-1) stable; urgency=low * revert to pure upstream version * #10233: amd64 buildanje * #10232: lintian provjera + * #10234: debian/rules clean -- Dinko Korunic Mon, 22 Feb 2010 22:23:57 +0100 diff --git a/debian/rules b/debian/rules index 27fc051..415895d 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,14 @@ clean: # Add here commands to clean up after the build process. $(MAKE) -C $(SRCDIR) clean + # additional clean + rm -f $(SRCDIR)/Config.OS \ + $(SRCDIR)/analysisd/compiled_rules/compiled_rules.h \ + $(SRCDIR)/analysisd/ossec-logtest \ + $(SRCDIR)/isbigendian \ + $(SRCDIR)/isbigendian.c \ + rm -rf $(CURDIR)/bin + dh_clean install: build -- 1.7.10.4