[maemo-commits] [maemo-commits] r16474 - projects/haf/trunk/dpkg/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Oct 23 18:14:10 EEST 2008
Author: marivoll
Date: 2008-10-23 18:14:09 +0300 (Thu, 23 Oct 2008)
New Revision: 16474

Modified:
   projects/haf/trunk/dpkg/debian/rules
Log:
Never build with selinux, never run "make check".


Modified: projects/haf/trunk/dpkg/debian/rules
===================================================================
--- projects/haf/trunk/dpkg/debian/rules	2008-10-23 14:55:13 UTC (rev 16473)
+++ projects/haf/trunk/dpkg/debian/rules	2008-10-23 15:14:09 UTC (rev 16474)
@@ -33,8 +33,8 @@
 #ifeq ($(DEB_HOST_ARCH_OS),linux)
 #	confflags += --with-selinux=static
 #endif
+confflags += --with-selinux=no
 
-
 # Create configure script if necessary, automake handles rebuilding it.
 configure:
 	dh_testdir
@@ -66,9 +66,9 @@
 check: build
 	dh_testdir
 
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	cd build-tree && $(MAKE) check
-endif
+#ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+#	cd build-tree && $(MAKE) check
+#endif
 
 # Install the package underneath debian/tmp
 install: check


More information about the maemo-commits mailing list