r23132 - /packages/unstable/libgda4/debian/rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Feb 25 09:00:03 UTC 2010


Author: pochu
Date: Thu Feb 25 09:00:01 2010
New Revision: 23132

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23132
Log:
simplify make check invocation

Modified:
    packages/unstable/libgda4/debian/rules

Modified: packages/unstable/libgda4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda4/debian/rules?rev=23132&op=diff
==============================================================================
--- packages/unstable/libgda4/debian/rules [utf-8] (original)
+++ packages/unstable/libgda4/debian/rules [utf-8] Thu Feb 25 09:00:01 2010
@@ -16,6 +16,8 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL += -X /usr/lib/libgda-4.0/providers
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 
+DEB_MAKE_CHECK_TARGET = check || true
+
 DEB_CONFIGURE_EXTRA_FLAGS += --with-postgres=$(shell pg_config --includedir)	\
 				--without-bdb		\
 				--without-mSQL		\
@@ -32,9 +34,6 @@
 
 # Only build the docs if this file is present (e.g. when building arch.all packages)
 $(DEB_BUILDDIR)/config.status: DEB_CONFIGURE_EXTRA_FLAGS += $(shell if test -f /usr/share/pkgconfig/gtk-doc.pc; then echo "--enable-gtk-doc"; fi)
-
-debian/stamp-makefile-check: debian/stamp-makefile-build
-	-$(MAKE) -k check
 
 clean::
 	sed -e 's#@SONAME@#$(SONAME)#g' \




More information about the pkg-gnome-commits mailing list