diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
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), |