diff options
| author | Simon McVittie <smcv@debian.org> | 2013-02-13 11:55:32 +0000 |
|---|---|---|
| committer | Simon McVittie <smcv@debian.org> | 2013-02-13 11:55:32 +0000 |
| commit | 0441b84b4c8ce272694f658c8007a417fa477c75 (patch) | |
| tree | 6cc987a3c1a1260f36b6aa960eb2de44ec8dcbe6 /debian/control | |
| parent | a50b15fa54acc88253a0a0904bc41b30d3a51569 (diff) | |
| download | dbus-0441b84b4c8ce272694f658c8007a417fa477c75.tar.gz | |
On architectures where it's currently supported, do the debug build with --with-valgrind for better instrumentation
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a7cde769..b904c5e0 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,9 @@ Uploaders: Sjoerd Simons <sjoerd@debian.org>, # features: # libsystemd-daemon-dev (circular dependency) # libsystemd-login-dev (circular dependency) +# The following packages can be omitted for bootstrapping, but provide extra +# debugging support in /usr/lib/*/dbus-1.0/debug-build: +# valgrind # The following packages can be omitted for bootstrapping, but improve test # coverage: # libdbus-glib-1-dev (circular dependency) @@ -34,6 +37,7 @@ Build-Depends: automake (>= 1:1.10), python (>= 2.6), python-dbus, python-gobject, + valgrind [amd64 armel armhf i386 mips powerpc ppc64 s390x], xmlto, xsltproc Standards-Version: 3.9.3 |
