[Forensics-changes] [SCM] debian-forensics/galleta branch, debian, updated. upstream/1.0+20040505-15-g6e2e421
Daniel Baumann
daniel at debian.org
Sat Mar 22 10:25:20 UTC 2008
The following commit has been merged in the debian branch:
commit ddfe1e35016d63c5a5b423ab022ab83ec3bbbeb9
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Mar 22 11:24:39 2008 +0100
Calling the upstream makefile in clean target of rules rather than removing the binary manually.
diff --git a/debian/rules b/debian/rules
index 89c7ed4..da9c2a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ clean:
dh_testroot
rm -f build-stamp
- rm -f src/galleta
+ $(MAKE) -C src clean
dh_clean
--
debian-forensics/galleta
More information about the forensics-changes
mailing list