debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit 5f06d43a684f6ca69124bade4233b7df905cecc1 Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Mon Aug 13 12:34:10 2012 +0300 Hardcode the version for libdrm-omap1's shlibs. diff --git a/debian/changelog b/debian/changelog index f4f1367..c1fbd3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ libdrm (2.4.38-1) UNRELEASED; urgency=low [ Timo Aaltonen ] * Bump libdrm-intel1's and libdrm-nouveau2's shlibs due to new symbols. + * Hardcode the version for libdrm-omap1's shlibs. -- Maarten Lankhorst <maarten.lankho...@canonical.com> Tue, 03 Jul 2012 10:34:04 +0200 diff --git a/debian/rules b/debian/rules index ca97948..bcda3a7 100755 --- a/debian/rules +++ b/debian/rules @@ -107,7 +107,7 @@ ifeq ($(RADEON), yes) dh_makeshlibs -plibdrm-radeon1 -V'libdrm-radeon1 (>= 2.4.31)' -- -c4 endif ifeq ($(OMAP), yes) - dh_makeshlibs -plibdrm-omap1 -V'libdrm-omap1' -- -c4 + dh_makeshlibs -plibdrm-omap1 -V'libdrm-omap1 (>= 2.4.38)' -- -c4 endif ifeq ($(LIBKMS), yes) dh_makeshlibs -plibkms1 -V'libkms1' -- -c4 -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1t0r3c-0002jv...@vasks.debian.org