summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Aaltonen <tjaalton@ubuntu.com>2012-08-13 12:34:10 +0300
committerTimo Aaltonen <tjaalton@ubuntu.com>2012-08-13 12:34:10 +0300
commit5f06d43a684f6ca69124bade4233b7df905cecc1 (patch)
tree430cf9067a6bb8bdc7f43d20d8f07031bc59fd0a
parent5c0a95a6291848f30112181e8100443e9e01db11 (diff)
Hardcode the version for libdrm-omap1's shlibs.
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f4f1367c..c1fbd3ac 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.lankhorst@canonical.com> Tue, 03 Jul 2012 10:34:04 +0200
diff --git a/debian/rules b/debian/rules
index ca97948e..bcda3a77 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