debian/changelog | 4 ++++ debian/control | 1 + 2 files changed, 5 insertions(+)
New commits: commit 19c9f22d6c61e1e06779f99404d3cfe96203e360 Author: Julien Cristau <[email protected]> Date: Thu Nov 26 14:06:15 2009 +0100 Add Breaks on old libxinerama because some headers moved there. diff --git a/debian/changelog b/debian/changelog index 3df33ff..68138e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ x11proto-xinerama (1.2-1) UNRELEASED; urgency=low + [ Timo Aaltonen ] * New upstream release (closes: #556005). * Bump debhelper compat level to 5. * Bump Standards-Version to 3.8.3. @@ -9,6 +10,9 @@ x11proto-xinerama (1.2-1) UNRELEASED; urgency=low * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. * Bump the build-dep on xutils-dev (>= 1:7.5~1). + [ Julien Cristau ] + * Add Breaks on old libxinerama because some headers moved there. + -- Timo Aaltonen <[email protected]> Sat, 21 Nov 2009 11:42:44 +0200 x11proto-xinerama (1.1.2-5) unstable; urgency=low diff --git a/debian/control b/debian/control index 65835f9..10907b8 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xinerama.git Package: x11proto-xinerama-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} +Breaks: libxinerama-dev (<< 2:1.1) Description: X11 Xinerama extension wire protocol This package provides development headers describing the wire protocol for the XINERAMA extension, used to use and manage a multiple-screen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

