[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libdrm: Changes to 'ubuntu'



 debian/changelog |    7 +++++++
 debian/control   |    1 +
 2 files changed, 8 insertions(+)

New commits:
commit 96973e1e87812d27278f459f3f3a549445b8b5b4
Author: Christopher James Halse Rogers <chris@CowboyLaputopu.(none)>
Date:   Sat Mar 21 11:18:30 2009 +1100

    debian/control: libdrm-dev should also depend on libdrm-nouveau1 Fixes xserver-xorg-video-nouveau FTBFS on amd64.

diff --git a/debian/changelog b/debian/changelog
index d0fce02..d91db42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdrm (2.4.5-0ubuntu3) UNRELEASED; urgency=low
+
+  * debian/control: libdrm-dev should also depend on libdrm-nouveau1
+    Fixes xserver-xorg-video-nouveau FTBFS on amd64.
+
+ -- Christopher James Halse Rogers <raof@ubuntu.com>  Sat, 21 Mar 2009 11:17:59 +1100
+
 libdrm (2.4.5-0ubuntu2) jaunty; urgency=low
 
   * debian/control: nouveau package description should refer to it, not
diff --git a/debian/control b/debian/control
index 2494cef..05ad831 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Section: libdevel
 Architecture: any
 Depends: libdrm2 (= ${binary:Version}),
  libdrm-intel1 (= ${binary:Version}) [amd64 i386 kfreebsd-amd64 kfreebsd-i386],
+ libdrm-nouveau1 (= ${binary:Version}) [amd64 i386 kfreebsd-amd64 kfreebsd-i386],
  linux-libc-dev (>= 2.6.28-5.15) [amd64 armel i386], linux-libc-dev (>= 2.6.28-2.4) [lpia]
 Replaces: linux-libc-dev (<= 2.6.28-3.4)
 Description: Userspace interface to kernel DRM services -- development files


Reply to: