debian/changelog | 4 ++++ debian/control | 12 +++++++++--- debian/libxxf86dga-dev.install | 1 + 3 files changed, 14 insertions(+), 3 deletions(-)
New commits: commit 495ed4870f47fbe40a16046cbdd92d45010ab639 Author: Timo Aaltonen <[email protected]> Date: Tue Nov 24 12:25:38 2009 +0200 Drop pre-dependency on x11-common from libxxf86dga-dev. This was needed for upgrades from sarge. diff --git a/debian/changelog b/debian/changelog index 199f8ac..97c4177 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ libxxf86dga (2:1.1.1-1) UNRELEASED; urgency=low * Bump the build-dep on xutils-dev (>= 1:7.5~1). * Add includes in -dev, bump {Build-,}Depends, add Replaces on x11proto-xf86dga-dev. + * Drop pre-dependency on x11-common from libxxf86dga-dev. This was needed + for upgrades from sarge. -- Timo Aaltonen <[email protected]> Tue, 24 Nov 2009 12:07:19 +0200 diff --git a/debian/control b/debian/control index 5019b76..9f06f6a 100644 --- a/debian/control +++ b/debian/control @@ -68,7 +68,6 @@ Depends: x11proto-xf86dga-dev (>= 2.0.99.1) Replaces: x11proto-xf86dga-dev (<< 2.0.99.1) -Pre-Depends: x11-common (>= 1:7.0.0) Description: X11 Direct Graphics Access extension library (development headers) libXxf86dga provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative commit 5af36c9322f7d61402f07752638992e0314ebc75 Author: Timo Aaltonen <[email protected]> Date: Tue Nov 24 12:24:27 2009 +0200 Add includes in -dev, bump {Build-,}Depends, add Replaces on x11proto-xf86dga-dev. diff --git a/debian/changelog b/debian/changelog index e13952b..199f8ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,8 @@ libxxf86dga (2:1.1.1-1) UNRELEASED; urgency=low [ Timo Aaltonen ] * New upstream release. * Bump the build-dep on xutils-dev (>= 1:7.5~1). + * Add includes in -dev, bump {Build-,}Depends, add Replaces on + x11proto-xf86dga-dev. -- Timo Aaltonen <[email protected]> Tue, 24 Nov 2009 12:07:19 +0200 diff --git a/debian/control b/debian/control index e9ee1b1..5019b76 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: David Nusinow <[email protected]>, Andres Salomon <dilin...@debian. Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), - x11proto-xf86dga-dev (>= 2.0.3), + x11proto-xf86dga-dev (>= 2.0.99.1), libxext-dev (>= 1:0.99.1-1), pkg-config, quilt, @@ -60,7 +60,14 @@ Description: X11 Direct Graphics Access extension library (debug package) Package: libxxf86dga-dev Architecture: any Section: libdevel -Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86dga1 (= ${binary:Version}), libx11-dev, x11proto-xf86dga-dev (>= 2.0.3) +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + libxxf86dga1 (= ${binary:Version}), + libx11-dev, + x11proto-xf86dga-dev (>= 2.0.99.1) +Replaces: + x11proto-xf86dga-dev (<< 2.0.99.1) Pre-Depends: x11-common (>= 1:7.0.0) Description: X11 Direct Graphics Access extension library (development headers) libXxf86dga provides the XFree86-DGA extension, which allows direct diff --git a/debian/libxxf86dga-dev.install b/debian/libxxf86dga-dev.install index fc0f567..3a634fe 100644 --- a/debian/libxxf86dga-dev.install +++ b/debian/libxxf86dga-dev.install @@ -2,3 +2,4 @@ usr/share/man/* usr/lib/libXxf86dga.a usr/lib/libXxf86dga.so usr/lib/pkgconfig/xxf86dga.pc +usr/include/X11/extensions/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

