aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules5
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