r27976 - in /desktop/unstable/glibmm2.4/debian: changelog rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Fri May 20 11:27:50 UTC 2011


Author: mpitt
Date: Fri May 20 11:27:45 2011
New Revision: 27976

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27976
Log:
debian/rules: Run tests during build, to catch regressions on specific
architectures or from breakage in dependencies.

Modified:
    desktop/unstable/glibmm2.4/debian/changelog
    desktop/unstable/glibmm2.4/debian/rules

Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=27976&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/changelog [utf-8] Fri May 20 11:27:45 2011
@@ -6,6 +6,8 @@
 
   [ Martin Pitt ]
   * New upstream bug fix release.
+  * debian/rules: Run tests during build, to catch regressions on specific
+    architectures or from breakage in dependencies.
 
  -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sun, 17 Apr 2011 12:24:57 +0800
 

Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=27976&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/rules [utf-8] Fri May 20 11:27:45 2011
@@ -16,6 +16,7 @@
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
+DEB_MAKE_CHECK_TARGET := check
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o




More information about the pkg-gnome-commits mailing list