diff options
author | Simon McVittie <smcv@debian.org> | 2013-12-02 10:23:21 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2013-12-02 10:23:21 +0000 |
commit | b6df8e9e6be68bf9e733d5cce0677c6d36b3aa58 (patch) | |
tree | 86a8deeea12ce2c7b4d5dc4056c05bf0244db1d3 | |
parent | 5ad7d1363f2fd5fed7d387ff2e17a27c8918f96d (diff) | |
download | dbus-b6df8e9e6be68bf9e733d5cce0677c6d36b3aa58.tar.gz |
Disable valgrind integration in the debug build on armel, since valgrind no longer supports armel (Closes: #729136)debian/1.6.18-2
-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 cd54faa9..372a9cbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dbus (1.6.18-2) unstable; urgency=medium + + * Disable valgrind integration in the debug build on armel, + since valgrind no longer supports armel (Closes: #729136) + + -- Simon McVittie <smcv@debian.org> Mon, 02 Dec 2013 10:22:39 +0000 + dbus (1.6.18-1) unstable; urgency=low * Run `update-rc.d dbus defaults` instead of deprecated diff --git a/debian/control b/debian/control index e822341b..f350bb17 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,7 @@ Build-Depends: automake (>= 1:1.10), python (>= 2.6), python-dbus, python-gobject, - valgrind [amd64 armel armhf i386 mips mipsel powerpc ppc64 s390x], + valgrind [amd64 armhf i386 mips mipsel powerpc ppc64 s390x], xmlto, xsltproc Standards-Version: 3.9.5 |