aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2013-10-14 01:17:25 +0100
committerMatthias Klose <doko@ubuntu.com>2013-10-14 01:17:25 +0100
commitfe2b486cf179b7d8d815879bc1084357fc9f3031 (patch)
treef14905fc2e1dd9bfac9e6f80cac4af148af9600f
parentbd27a55b262813f70409713a3ca95300625e916e (diff)
downloadlibdbusmenu-fe2b486cf179b7d8d815879bc1084357fc9f3031.tar.gz
libdbusmenu-fe2b486cf179b7d8d815879bc1084357fc9f3031.tar.bz2
libdbusmenu-fe2b486cf179b7d8d815879bc1084357fc9f3031.zip
Do not build-depend on valgrind on AArch64 (not yet available). (LP:
#1239473)
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 52187a8..dee1406 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdbusmenu (12.10.3+13.10.20130913-0ubuntu2) UNRELEASED; urgency=low
+
+ * Do not build-depend on valgrind on AArch64 (not yet available). (LP:
+ #1239473)
+
+ -- Matthias Klose <doko@ubuntu.com> Mon, 14 Oct 2013 01:30:44 +0200
+
libdbusmenu (12.10.3+13.10.20130913-0ubuntu1) saucy; urgency=low
[ Ted Gould ]
diff --git a/debian/control b/debian/control
index 88b4735..4b1d0cb 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
libtool,
intltool,
gtk-doc-tools,
- valgrind,
+ valgrind [!arm64],
dbus-test-runner,
xvfb,
libglib2.0-dev (>= 2.35.4),