r26198 - in /desktop/experimental/pango1.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Jan 11 01:29:17 UTC 2011


Author: pochu
Date: Tue Jan 11 01:29:17 2011
New Revision: 26198

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26198
Log:
Abort the build if the test suite doesn't pass.

Modified:
    desktop/experimental/pango1.0/debian/changelog
    desktop/experimental/pango1.0/debian/rules

Modified: desktop/experimental/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/changelog?rev=26198&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/changelog [utf-8] Tue Jan 11 01:29:17 2011
@@ -3,6 +3,7 @@
   * Switch to source format 3.0 (quilt).
   * Switch to CDBS with its awesome flavors support.
   * Stop symlinking /usr/share/doc/$pkg directories.
+  * Abort the build if the test suite doesn't pass.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 11 Jan 2011 01:20:27 +0000
 

Modified: desktop/experimental/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/rules?rev=26198&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/rules [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/rules [utf-8] Tue Jan 11 01:29:17 2011
@@ -68,8 +68,8 @@
 DEB_CONFIGURE_FLAGS_udeb = \
 		--disable-debug
 
-DEB_MAKE_CHECK_TARGET = check || true
-DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
+DEB_MAKE_CHECK_TARGET = check
+DEB_DH_STRIP_ARGS_$(UDEB_PKG) = --dbg-package=
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -X$(MODULES_PATH) \
 		-V '$(SHARED_PKG) (>= $(SHVERSION))' \
 		--add-udeb=$(UDEB_PKG) -- -c4




More information about the pkg-gnome-commits mailing list