Package: src:libgc
Version: 1:7.2d-6
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

Hi Christoph,

libgc FTCBFS here, because it does not honour DEB_BUILD_OPTIONS=nocheck.
It runs the test suite even though I passed the nocheck flag and notices
that all tests fail (with Success), because host arch binaries are not
executable on my build system via qemu (hence the nocheck setting ;-).

Please consider the patch.

Helmut
diff -Nru libgc-7.2d/debian/changelog libgc-7.2d/debian/changelog
--- libgc-7.2d/debian/changelog 2013-12-23 12:49:36.000000000 +0100
+++ libgc-7.2d/debian/changelog 2014-06-15 00:19:37.000000000 +0200
@@ -1,3 +1,10 @@
+libgc (1:7.2d-6.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Support DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 15 Jun 2014 00:19:22 +0200
+
 libgc (1:7.2d-6) unstable; urgency=medium
 
   * Run full autoreconf during build
diff -Nru libgc-7.2d/debian/rules libgc-7.2d/debian/rules
--- libgc-7.2d/debian/rules
+++ libgc-7.2d/debian/rules
@@ -30,8 +30,10 @@
 override_dh_autoreconf:
        dh_autoreconf ./autogen.sh
 
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
        $(MAKE) check
+endif
 
 override_dh_install:
        install -D doc/gc.man debian/tmp/usr/share/man/man3/gc_malloc.3

Reply via email to