[maemo-commits] [maemo-commits] r16474 - projects/haf/trunk/dpkg/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Oct 23 18:14:10 EEST 2008
- Previous message: [maemo-commits] r16473 - in projects/haf/trunk/dpkg: debian origins
- Next message: [maemo-commits] r16475 - projects/haf/trunk/dpkg/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [maemo-commits] r16473 - in projects/haf/trunk/dpkg: debian origins
- Next message: [maemo-commits] r16475 - projects/haf/trunk/dpkg/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]