debian/changelog | 11 +++++++++++ debian/control | 29 +++++++++++++++++++++-------- debian/rules | 4 ++-- 3 files changed, 34 insertions(+), 10 deletions(-)
New commits: commit 57f8f3d4bc479d954a48683d1ce8f7be673ea815 Author: Cyril Brulebois <[email protected]> Date: Mon Feb 22 15:31:54 2010 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index af3d360..2b058ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libdrm (2.4.18-2) UNRELEASED; urgency=low +libdrm (2.4.18-2) unstable; urgency=low * Fix FTBFS on non-Linux architectures (Closes: #570851): Replace --{enable,disable}-radeon-experimental-api configure flag with @@ -7,7 +7,7 @@ libdrm (2.4.18-2) UNRELEASED; urgency=low * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). * Add myself to Uploaders. - -- Cyril Brulebois <[email protected]> Mon, 22 Feb 2010 15:16:42 +0100 + -- Cyril Brulebois <[email protected]> Mon, 22 Feb 2010 15:31:47 +0100 libdrm (2.4.18-1) unstable; urgency=low commit 83193c44c00c30e726e64579248077fe967cc486 Author: Cyril Brulebois <[email protected]> Date: Mon Feb 22 15:31:33 2010 +0100 Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). diff --git a/debian/changelog b/debian/changelog index 075f422..af3d360 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libdrm (2.4.18-2) UNRELEASED; urgency=low --{enable,disable}-radeon-experimental-api configure flag with --{enable,disable}-radeon since it got renamed. * Add ${misc:Depends} where it was missing, and fold all Depends. + * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). * Add myself to Uploaders. -- Cyril Brulebois <[email protected]> Mon, 22 Feb 2010 15:16:42 +0100 diff --git a/debian/control b/debian/control index adba0fc..13708bf 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: libtool, pkg-config, libpthread-stubs0-dev, -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Section: libs Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libdrm Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libdrm.git commit e7465f573d2123febaf2d3146dc25315b7004c67 Author: Cyril Brulebois <[email protected]> Date: Mon Feb 22 15:30:42 2010 +0100 Add ${misc:Depends} where it was missing, and fold all Depends. diff --git a/debian/changelog b/debian/changelog index daca6db..075f422 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libdrm (2.4.18-2) UNRELEASED; urgency=low * Fix FTBFS on non-Linux architectures (Closes: #570851): Replace --{enable,disable}-radeon-experimental-api configure flag with --{enable,disable}-radeon since it got renamed. + * Add ${misc:Depends} where it was missing, and fold all Depends. * Add myself to Uploaders. -- Cyril Brulebois <[email protected]> Mon, 22 Feb 2010 15:16:42 +0100 diff --git a/debian/control b/debian/control index 88a192f..adba0fc 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Depends: libdrm2 (= ${binary:Version}), libdrm-intel1 (= ${binary:Version}) [amd64 i386 kfreebsd-amd64 kfreebsd-i386], libdrm-radeon1 (= ${binary:Version}) [linux-any], + ${misc:Depends}, Description: Userspace interface to kernel DRM services -- development files This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the @@ -36,7 +37,9 @@ Description: Userspace interface to kernel DRM services -- development files Package: libdrm2 Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${shlibs:Depends}, + ${misc:Depends}, Description: Userspace interface to kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the @@ -50,7 +53,9 @@ Package: libdrm2-dbg Section: debug Priority: extra Architecture: any -Depends: libdrm2 (= ${binary:Version}) +Depends: + libdrm2 (= ${binary:Version}), + ${misc:Depends}, Description: Userspace interface to kernel DRM services -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the @@ -63,7 +68,9 @@ Description: Userspace interface to kernel DRM services -- debugging symbols Package: libdrm-intel1 Section: libs Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${shlibs:Depends}, + ${misc:Depends}, Description: Userspace interface to intel-specific kernel DRM services -- runtime This library implements the userspace interface to the intel-specific kernel DRM services. DRM stands for "Direct Rendering Manager", which is the @@ -74,7 +81,9 @@ Package: libdrm-intel1-dbg Section: debug Priority: extra Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 -Depends: libdrm-intel1 (= ${binary:Version}), ${misc:Depends} +Depends: + libdrm-intel1 (= ${binary:Version}), + ${misc:Depends}, Description: Userspace interface to intel-specific kernel DRM services -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion @@ -86,7 +95,9 @@ Description: Userspace interface to intel-specific kernel DRM services -- debugg Package: libdrm-radeon1 Section: libs Architecture: linux-any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${shlibs:Depends}, + ${misc:Depends}, Description: Userspace interface to radeon-specific kernel DRM services -- runtime This library implements the userspace interface to the radeon-specific kernel DRM services. DRM stands for "Direct Rendering Manager", which is the @@ -97,7 +108,9 @@ Package: libdrm-radeon1-dbg Section: debug Priority: extra Architecture: linux-any -Depends: libdrm-radeon1 (= ${binary:Version}), ${misc:Depends} +Depends: + libdrm-radeon1 (= ${binary:Version}), + ${misc:Depends}, Description: Userspace interface to radeon-specific kernel DRM services -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion commit 8227ff7decf7f6f0934e23ff5154b49eeb6db9bd Author: Cyril Brulebois <[email protected]> Date: Mon Feb 22 15:24:41 2010 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index 4c6be2b..daca6db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libdrm (2.4.18-2) UNRELEASED; urgency=low * Fix FTBFS on non-Linux architectures (Closes: #570851): Replace --{enable,disable}-radeon-experimental-api configure flag with --{enable,disable}-radeon since it got renamed. + * Add myself to Uploaders. -- Cyril Brulebois <[email protected]> Mon, 22 Feb 2010 15:16:42 +0100 diff --git a/debian/control b/debian/control index c9f3c9c..88a192f 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libdrm Priority: optional Maintainer: Debian X Strike Force <[email protected]> -Uploaders: David Nusinow <[email protected]>, Brice Goglin <[email protected]> +Uploaders: David Nusinow <[email protected]>, Brice Goglin <[email protected]>, Cyril Brulebois <[email protected]> Build-Depends: debhelper (>= 7.2.7), libx11-dev, commit 80f8103d8f7fc6a6044c280690c182a963fbc435 Author: Cyril Brulebois <[email protected]> Date: Mon Feb 22 15:20:52 2010 +0100 Fix FTBFS on non-Linux architectures (Closes: #570851). Replace --{enable,disable}-radeon-experimental-api configure flag with --{enable,disable}-radeon since it got renamed. diff --git a/debian/changelog b/debian/changelog index 8735321..4c6be2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libdrm (2.4.18-2) UNRELEASED; urgency=low + + * Fix FTBFS on non-Linux architectures (Closes: #570851): Replace + --{enable,disable}-radeon-experimental-api configure flag with + --{enable,disable}-radeon since it got renamed. + + -- Cyril Brulebois <[email protected]> Mon, 22 Feb 2010 15:16:42 +0100 + libdrm (2.4.18-1) unstable; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index fdc2b4c..6eaef3d 100755 --- a/debian/rules +++ b/debian/rules @@ -24,11 +24,11 @@ else endif ifeq (linux, $(DEB_HOST_ARCH_OS)) confflags += --enable-udev - confflags += --enable-radeon-experimental-api + confflags += --enable-radeon RADEON = yes else confflags += --disable-udev - confflags += --disable-radeon-experimental-api + confflags += --disable-radeon RADEON = no endif -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

