~ubuntu-branches/ubuntu/quantal/vala-0.14/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-10-19 15:17:28 UTC
  • mfrom: (0.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20111019151728-xzxleuzbmqexlwgd
Tags: 0.14.0-1ubuntu1
* Merge with Debian testing. Remaining Ubuntu changes:
  - debian/control: Build the "valac" metapackage, we default to 0.14.
  - Add 02_dont_sigabrt_on_unknown_instance.patch. (bgo#625401)

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                make $(DEB_MAKE_PARALLEL)
77
77
        touch $@
78
78
 
 
79
# Make testsuite failures non-fatal for these architectures. The DBus
 
80
# tests are failing there and an yet unknown reason.
 
81
NO_TESTSUITE_ARCHS := kfreebsd-i386 kfreebsd-amd64 hurd-i386
 
82
 
79
83
check-stamp: build-stamp
80
84
        # do not run the tests under fakeroot, that breaks D-Bus
 
85
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 
86
ifeq ($(filter $(DEB_BUILD_ARCH),$(NO_TESTSUITE_ARCHS)),$(DEB_BUILD_ARCH))
 
87
        -LD_PRELOAD= make $(DEB_MAKE_PARALLEL) check
 
88
else
81
89
        LD_PRELOAD= make $(DEB_MAKE_PARALLEL) check
 
90
endif
 
91
endif
82
92
        touch $@
83
93
 
84
94
install-stamp: build-stamp check-stamp