diff options
author | Simon McVittie <smcv@debian.org> | 2011-06-01 14:04:48 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2011-06-01 14:04:48 +0100 |
commit | 118129ff65de91bc48e7b915321b451964bc3c1e (patch) | |
tree | ba77278c683286517660c6f6289e1e2f01d2c7c5 /debian | |
parent | 4d172a43895ad5e1fb1cf582aa976bb4bacd23cf (diff) | |
download | dbus-118129ff65de91bc48e7b915321b451964bc3c1e.tar.gz |
Sort Build-Depends
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 088fc0c3..8d16a786 100644 --- a/debian/control +++ b/debian/control @@ -7,14 +7,14 @@ Uploaders: Sjoerd Simons <sjoerd@debian.org>, Michael Biebl <biebl@debian.org>, Loic Minier <lool@dooz.org>, Simon McVittie <smcv@debian.org> -Build-Depends: debhelper (>= 8), - autotools-dev, - libexpat-dev, +Build-Depends: autotools-dev, + debhelper (>= 8), doxygen, - xmlto, - xsltproc, + libexpat-dev, + libselinux1-dev [linux-any], libx11-dev, - libselinux1-dev [linux-any] + xmlto, + xsltproc Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-utopia/dbus.git Vcs-Browser: http://git.debian.org/?p=pkg-utopia/dbus.git |