diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2014-01-09 12:38:19 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2014-01-09 12:38:19 -0500 |
commit | a34bdfdd207c0df503ef02365a7bbf673556d499 (patch) | |
tree | 82c72f19da352831d147f1c3103d4d338c99b24a /debian | |
parent | e8e50196caf8c134be33c0d50de771369b7e9a20 (diff) | |
download | libdbusmenu-a34bdfdd207c0df503ef02365a7bbf673556d499.tar.gz libdbusmenu-a34bdfdd207c0df503ef02365a7bbf673556d499.tar.bz2 libdbusmenu-a34bdfdd207c0df503ef02365a7bbf673556d499.zip |
releasing package libdbusmenu version 12.10.3+14.04.20131125-0ubuntu2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 27adb94..b2a6465 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libdbusmenu (12.10.3+14.04.20131125-0ubuntu2) trusty; urgency=medium + + * Do not build-depend on valgrind on ppc64el (not yet available). + + -- Matthias Klose <doko@ubuntu.com> Wed, 18 Dec 2013 19:01:15 +0100 + libdbusmenu (12.10.3+14.04.20131125-0ubuntu1) trusty; urgency=low [ Alistair Buxton ] diff --git a/debian/rules b/debian/rules index 68f2b81..f39ee25 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,12 @@ doinstall-%: override_dh_auto_test: $(FLAVORS:%=dotest-%) dotest-%: +ifeq ($(DEB_HOST_ARCH),ppc64el) + : # ignore the test results on $(DEB_HOST_ARCH) + -xvfb-run -a dh_auto_test --builddirectory=builddir/$* +else xvfb-run -a dh_auto_test --builddirectory=builddir/$* +endif override_dh_install: find debian/tmp -name \*.la -delete |