r29643 - in /packages/unstable/libgdata/debian: changelog rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Mon Sep 12 08:06:05 UTC 2011


Author: mpitt
Date: Mon Sep 12 08:06:04 2011
New Revision: 29643

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29643
Log:
debian/rules: Run tests during build, but to not let failed tests fail the
build for now. Let's first see how well this works on the buildds.
(Closes: #546798)

Modified:
    packages/unstable/libgdata/debian/changelog
    packages/unstable/libgdata/debian/rules

Modified: packages/unstable/libgdata/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/changelog?rev=29643&op=diff
==============================================================================
--- packages/unstable/libgdata/debian/changelog [utf-8] (original)
+++ packages/unstable/libgdata/debian/changelog [utf-8] Mon Sep 12 08:06:04 2011
@@ -5,6 +5,9 @@
   * Drop simple-patchsys.mk, move to "3.0 (quilt)" source format.
   * Add debian/libgdata11.symbols. Drop manual shlibs handling in
     debian/rules.
+  * debian/rules: Run tests during build, but to not let failed tests fail the
+    build for now. Let's first see how well this works on the buildds.
+    (Closes: #546798)
 
  -- Martin Pitt <mpitt at debian.org>  Mon, 12 Sep 2011 09:25:32 +0200
 

Modified: packages/unstable/libgdata/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/rules?rev=29643&op=diff
==============================================================================
--- packages/unstable/libgdata/debian/rules [utf-8] (original)
+++ packages/unstable/libgdata/debian/rules [utf-8] Mon Sep 12 08:06:04 2011
@@ -7,6 +7,8 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+DEB_MAKE_CHECK_TARGET = check || true
+
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 libgdata := $(shell sed -nr 's/^Package:[[:space:]]*(libgdata[0-9]+)[[:space:]]*$$/\1/p' debian/control)




More information about the pkg-gnome-commits mailing list