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

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-07-16 10:45:28 UTC
  • mfrom: (7.3.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20100716104528-4zn2km7536u95c45
Tags: 0.9.3-2
* debian/control:
  + Build-depend on GLib >= 2.25.11-3 to fix testsuite failures.
  + Lower -dev package GLib dependency to >= 2.16.0.
* debian/rules:
  + Build Vala files with GLib 2.24 features.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
endif
26
26
 
27
27
LDFLAGS = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
28
 
VALAFLAGS = --target-glib=2.22
 
28
VALAFLAGS = --target-glib=2.24
29
29
 
30
30
DEB_PARALLEL_JOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
31
31
ifneq (,$(DEB_PARALLEL_JOBS))
77
77
 
78
78
check-stamp: build-stamp
79
79
        # do not run the tests under fakeroot, that breaks D-Bus
80
 
        LD_PRELOAD= make $(DEB_MAKE_PARALLEL) check || true 
 
80
        LD_PRELOAD= make $(DEB_MAKE_PARALLEL) check
81
81
        touch $@
82
82
 
83
83
install-stamp: build-stamp check-stamp