debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit 2f27e0f8efffe858c286cc47a6b5345e66f40d9c Author: Julien Cristau <jcris...@debian.org> Date: Thu Mar 26 12:17:15 2009 +0100 Make the linux-libc-dev dependency linux-only (closes: #521253). Thanks, Petr Salinger! diff --git a/debian/changelog b/debian/changelog index adec56f..3ae5b16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libdrm (2.4.5-3) UNRELEASED; urgency=low + + * Make the linux-libc-dev dependency linux-only (closes: #521253). Thanks, + Petr Salinger! + + -- Julien Cristau <jcris...@debian.org> Thu, 26 Mar 2009 12:12:31 +0100 + libdrm (2.4.5-2) unstable; urgency=low * Add drm_mode.h to the list of headers we don't ship. diff --git a/debian/control b/debian/control index 5ae0d31..c199c61 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libdrm.git Package: libdrm-dev Section: libdevel Architecture: any -Depends: linux-libc-dev (>= 2.6.28), libdrm2 (= ${binary:Version}), libdrm-intel1 (= ${binary:Version}) [amd64 i386 kfreebsd-amd64 kfreebsd-i386] +Depends: linux-libc-dev (>= 2.6.28) [linux-any], libdrm2 (= ${binary:Version}), libdrm-intel1 (= ${binary:Version}) [amd64 i386 kfreebsd-amd64 kfreebsd-i386] 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 -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org