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

libdrm: Changes to 'ubuntu'



 debian/changelog               |   12 ++++++++++++
 debian/control                 |    2 +-
 debian/libdrm-nouveau1.symbols |    2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)

New commits:
commit ffe76ed965ab7b195f983211829ba6fa81cbebf2
Author: Christopher James Halse Rogers <chris@CowboyLaputopu.(none)>
Date:   Sun Mar 29 17:33:52 2009 +1100

    Add changelog entries

diff --git a/debian/changelog b/debian/changelog
index da7d5e0..c3b01ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libdrm (2.4.5-0ubuntu4) UNRELEASED; urgency=low
+
+  * debian/libdrm-nouveau1.symbols:
+    - Fix thinko copied over from libdrm-intel1.symbols.  The file should
+      specify libdrm-nouveau1 as the corresponding package, not libdrm2.
+      Fixes xserver-xorg-video-nouveau failing to depend on libdrm-nouveau1
+  * debian/control:
+    - There's no good reason to restrict the dependency of libdrm-dev on
+      libdrm-nouveau1 to x86 architectures.
+
+ -- Christopher James Halse Rogers <raof@ubuntu.com>  Sun, 29 Mar 2009 17:32:31 +1100
+
 libdrm (2.4.5-0ubuntu3) jaunty; urgency=low
 
   * debian/control: libdrm-dev should also depend on libdrm-nouveau1

commit b829584be28d0f315bed1ad8dae1d26aadf8462e
Author: Christopher James Halse Rogers <chris@CowboyLaputopu.(none)>
Date:   Sun Mar 29 17:28:31 2009 +1100

    Urgh!  Thinko 2: libdrm-nouveau1.symbols should specify libdrm-nouveau1 as the corresponding package, not libdrm2

diff --git a/debian/libdrm-nouveau1.symbols b/debian/libdrm-nouveau1.symbols
index 775e5ed..f9686a7 100644
--- a/debian/libdrm-nouveau1.symbols
+++ b/debian/libdrm-nouveau1.symbols
@@ -1,4 +1,4 @@
-libdrm_nouveau.so.1 libdrm2 #MINVER#
+libdrm_nouveau.so.1 libdrm-nouveau1 #MINVER#
  dma@Base 2.4.4
  nouveau_bo_busy@Base 2.4.4
  nouveau_bo_emit_buffer@Base 2.4.4

commit 3caa288a9083576e8295a12ec36b34206f7a6dfa
Author: Christopher James Halse Rogers <chris@CowboyLaputopu.(none)>
Date:   Sun Mar 29 17:23:37 2009 +1100

    Fix thinko: there's no reason why libdrm-dev should depend on libdrm-nouveau1 only on x86 architectures.

diff --git a/debian/control b/debian/control
index 05ad831..7fee6e0 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +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],
+ libdrm-nouveau1 (= ${binary:Version}),
  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: