From: Dinko Korunic Date: Mon, 1 Mar 2010 17:20:04 +0000 (+0100) Subject: - #10234: debian/rules clean X-Git-Tag: v2.3-1~12 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=commitdiff_plain;h=cafccc79045dcbafe04d27a38ac3248b12ef03e0 - #10234: debian/rules clean --- 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