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

libdrm: Changes to 'debian-experimental'



 debian/changelog |    3 +++
 debian/rules     |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 5c0a95a6291848f30112181e8100443e9e01db11
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Mon Aug 13 12:28:34 2012 +0300

    Bump libdrm-intel1's and libdrm-nouveau2's shlibs due to new symbols.

diff --git a/debian/changelog b/debian/changelog
index b0ef02f..f4f1367 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ libdrm (2.4.38-1) UNRELEASED; urgency=low
     - This is done to allow building upstream unmodified,
       while retaining compatibility with mesa stable
 
+  [ Timo Aaltonen ]
+  * Bump libdrm-intel1's and libdrm-nouveau2's shlibs due to new symbols.
+
  -- Maarten Lankhorst <maarten.lankhorst@canonical.com>  Tue, 03 Jul 2012 10:34:04 +0200
 
 libdrm (2.4.33-3) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 24d7986..ca97948 100755
--- a/debian/rules
+++ b/debian/rules
@@ -97,11 +97,11 @@ endif
 override_dh_makeshlibs:
 	dh_makeshlibs -plibdrm2 -V'libdrm2 (>= 2.4.31)' -- -c4
 ifeq ($(INTEL), yes)
-	dh_makeshlibs -plibdrm-intel1 -V'libdrm-intel1 (>= 2.4.32)' -- -c4
+	dh_makeshlibs -plibdrm-intel1 -V'libdrm-intel1 (>= 2.4.38)' -- -c4
 endif
 ifeq ($(NOUVEAU), yes)
 	dh_makeshlibs -plibdrm-nouveau1a -V'libdrm-nouveau1a (>= 2.4.23)' -- -c4
-	dh_makeshlibs -plibdrm-nouveau2 -V'libdrm-nouveau2 (>= 2.4.34)' -- -c4
+	dh_makeshlibs -plibdrm-nouveau2 -V'libdrm-nouveau2 (>= 2.4.38)' -- -c4
 endif
 ifeq ($(RADEON), yes)
 	dh_makeshlibs -plibdrm-radeon1 -V'libdrm-radeon1 (>= 2.4.31)' -- -c4


Reply to: