[Debian-ha-svn-commits] [SCM] openais Debian packaging branch, experimental, updated. debian/1.1.3-1
Guido Günther
agx at sigxcpu.org
Fri Aug 13 15:13:29 UTC 2010
The following commit has been merged in the experimental branch:
commit 5bc66f2095cda2fae3a95217f3cc2deba6e23668
Author: Guido Günther <agx at sigxcpu.org>
Date: Fri Aug 13 17:03:45 2010 +0200
Don't ignore make clean errors
diff --git a/debian/rules b/debian/rules
index 3c93028..6495034 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ build: configure-stamp
clean:
dh_testdir
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
dh_clean configure-stamp
install: build
--
openais Debian packaging
More information about the Debian-ha-svn-commits
mailing list