debian/changelog | 6 +++++- debian/control | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-)
New commits: commit dc655b24a7393d3804ca6972dd076bbd8b718b5e Author: Timo Aaltonen <[email protected]> Date: Tue Nov 24 13:02:10 2009 +0200 Drop pre-dependency on x11-common from libxdmcp-dev. This was needed for upgrades from sarge. diff --git a/debian/changelog b/debian/changelog index a6fd3f7..585b6de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ libxdmcp (1:1.0.3-1) UNRELEASED; urgency=low * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. * Bump Standards-Version to 3.8.3. * Move -dbg package to section debug. + * Drop pre-dependency on x11-common from libxdmcp-dev. This was needed + for upgrades from sarge. -- Timo Aaltonen <[email protected]> Mon, 23 Nov 2009 14:10:15 +0200 diff --git a/debian/control b/debian/control index 2ab30b3..048125b 100644 --- a/debian/control +++ b/debian/control @@ -54,7 +54,6 @@ Package: libxdmcp-dev Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, libxdmcp6 (= ${binary:Version}), x11proto-core-dev -Pre-Depends: x11-common (>= 1:7.0.0) Description: X11 authorisation library (development headers) This package provides the main interface to the X11 display manager control protocol library, which allows for remote logins to display managers. commit 516495de57eebc4ad2dd5011d2db5d40f8d6c2e0 Author: Timo Aaltonen <[email protected]> Date: Tue Nov 24 13:01:11 2009 +0200 Move -dbg package to section debug. diff --git a/debian/changelog b/debian/changelog index 3585120..a6fd3f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ libxdmcp (1:1.0.3-1) UNRELEASED; urgency=low and xutils-dev. * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. * Bump Standards-Version to 3.8.3. + * Move -dbg package to section debug. -- Timo Aaltonen <[email protected]> Mon, 23 Nov 2009 14:10:15 +0200 diff --git a/debian/control b/debian/control index 7937d4a..2ab30b3 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Description: X11 Display Manager Control Protocol library Package: libxdmcp6-dbg Architecture: any -Section: libdevel +Section: debug Priority: extra Depends: ${shlibs:Depends}, ${misc:Depends}, libxdmcp6 (= ${binary:Version}) Description: X11 authorisation library (debug package) commit c67ac8f591ed033084002cdb8e870186495da7b0 Author: Timo Aaltonen <[email protected]> Date: Tue Nov 24 13:00:28 2009 +0200 Add libtool to bdeps. diff --git a/debian/changelog b/debian/changelog index 523e21f..3585120 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,8 @@ libxdmcp (1:1.0.3-1) UNRELEASED; urgency=low [ Timo Aaltonen ] * New upstream release. - * Run autoreconf on build. Add build-deps on automake and xutils-dev. + * Run autoreconf on build. Add build-deps on automake, libtool + and xutils-dev. * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. * Bump Standards-Version to 3.8.3. diff --git a/debian/control b/debian/control index d9a4c53..7937d4a 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: pkg-config, x11proto-core-dev, automake, + libtool, xutils-dev (>= 1:7.5~1) Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdmcp -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

