[SCM] scenic packaging branch, master, updated. debian/0.5.11-1-14-g9636a98

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Fri Jun 4 15:25:34 UTC 2010


The following commit has been merged in the master branch:
commit fc0f6fe1c8b4ec22d2527b1d68905d592cab3044
Author: Alexandre Quessy <Alexandre Quessy alexandre at quessy.net>
Date:   Fri Jun 4 10:56:48 2010 -0400

    Trying to detect if makefile exists

diff --git a/debian/rules b/debian/rules
index 1835e02..e4e67a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,6 @@ include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --enable-mt
 DEB_MAKE_CHECK_TARGET = check 
-DEB_MAKE_CLEAN_TARGET = [ ! -f Makefile ] || $(MAKE) distclean
+
+if [ -f Makefile ]; then DEB_MAKE_CLEAN_TARGET = distclean; fi
 

-- 
scenic packaging



More information about the pkg-multimedia-commits mailing list