diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-06-24 17:07:02 +0200 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-06-24 17:07:02 +0200 |
commit | 6bc3b76da1bf8b461784345bc9084324d2e35337 (patch) | |
tree | cbdaebe049a663347e61c0dea9e7ccfaa67b235b | |
parent | 0cadb56dc138fe2142c1f6332dfa177f63547755 (diff) |
Update libdrm-intel1.symbols and shlibs for new aperture-related symbol.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libdrm-intel1.symbols | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index cdb70fe5..f6f8efc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libdrm (2.4.26-1) UNRELEASED; urgency=low * New upstream release: - Fix two important intel bugs. * Add libpciaccess-dev build-dep. + * Update libdrm-intel1.symbols and shlibs for new aperture-related symbol. -- Cyril Brulebois <kibi@debian.org> Fri, 24 Jun 2011 16:59:56 +0200 diff --git a/debian/libdrm-intel1.symbols b/debian/libdrm-intel1.symbols index 36344924..c951b6be 100644 --- a/debian/libdrm-intel1.symbols +++ b/debian/libdrm-intel1.symbols @@ -41,6 +41,7 @@ libdrm_intel.so.1 libdrm-intel1 #MINVER# drm_intel_gem_bo_map_gtt@Base 2.4.3 drm_intel_gem_bo_start_gtt_access@Base 2.4.3 drm_intel_gem_bo_unmap_gtt@Base 2.4.9 + drm_intel_get_aperture_sizes@Base 2.4.26 drm_intel_get_pipe_from_crtc_id@Base 2.4.11 drm_mmAllocMem@Base 2.4.1 drm_mmDestroy@Base 2.4.1 diff --git a/debian/rules b/debian/rules index cab7ea32..6ccb6a8f 100755 --- a/debian/rules +++ b/debian/rules @@ -77,7 +77,7 @@ endif override_dh_makeshlibs: dh_makeshlibs -plibdrm2 -V'libdrm2 (>= 2.4.25)' -- -c4 ifeq ($(INTEL), yes) - dh_makeshlibs -plibdrm-intel1 -V'libdrm-intel1 (>= 2.4.23-3~)' -- -c4 + dh_makeshlibs -plibdrm-intel1 -V'libdrm-intel1 (>= 2.4.26)' -- -c4 endif ifeq ($(NOUVEAU), yes) dh_makeshlibs -plibdrm-nouveau1a -V'libdrm-nouveau1a (>= 2.4.23)' -- -c4 |