debian/changelog | 1 + debian/control | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-)
New commits: commit d4fbd2e256774f44b672a2a580fb172afa1f33bb Author: Timo Aaltonen <[email protected]> Date: Sat Nov 21 14:09:34 2009 +0200 Bump the build-dep on xutils-dev (>= 1:7.5~1). diff --git a/debian/changelog b/debian/changelog index abd4ab9..afdfdc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ x11proto-randr (1.3.1-1) UNRELEASED; urgency=low * Bump Standards-Version to 3.8.3. * Drop Conflicts/Replaces on libxrandr-dev and Pre-Depends on x11-common. This was needed for upgrades from sarge. + * Bump the build-dep on xutils-dev (>= 1:7.5~1). -- Timo Aaltonen <[email protected]> Fri, 31 Jul 2009 14:40:24 +0300 diff --git a/debian/control b/debian/control index c3835fb..fc2f82e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,10 @@ Section: x11 Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: David Nusinow <[email protected]>, Andres Salomon <[email protected]>, Julien Cristau <[email protected]> -Build-Depends: debhelper (>= 5.0.0), automake, xutils-dev +Build-Depends: + debhelper (>= 5.0.0), + automake, + xutils-dev (>= 1:7.5~1) Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-randr Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-randr.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

