debian/control | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)
New commits: commit b507102f866228f784249a39bb411f008e7b4f87 Author: Julien Cristau <[email protected]> Date: Mon May 4 17:40:41 2009 +0200 add build-deps on autotools diff --git a/debian/control b/debian/control index c4691fd..d22a6ed 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,9 @@ Maintainer: Debian X Strike Force <[email protected]> Uploaders: David Nusinow <[email protected]>, Jurij Smakov <[email protected]>, Julien Cristau <[email protected]> Build-Depends: debhelper (>= 5), + automake, + libtool, + xutils-dev, pkg-config, xserver-xorg-dev (>= 2:1.2.99.902), x11proto-core-dev, commit 28d9f565b05424f24f14214700fd676b34d8ffab Author: Julien Cristau <[email protected]> Date: Mon May 4 17:40:15 2009 +0200 debian/control: wrap build deps diff --git a/debian/control b/debian/control index f39eb43..c4691fd 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,14 @@ Section: x11 Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: David Nusinow <[email protected]>, Jurij Smakov <[email protected]>, Julien Cristau <[email protected]> -Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-fonts-dev +Build-Depends: + debhelper (>= 5), + pkg-config, + xserver-xorg-dev (>= 2:1.2.99.902), + x11proto-core-dev, + x11proto-randr-dev, + x11proto-render-dev, + x11proto-fonts-dev Standards-Version: 3.7.2.0 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-suntcx XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-suntcx.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

