diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-04-18 23:24:31 +0200 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-04-18 23:24:31 +0200 |
commit | 318ab622d783cdabc7b9d62985b21b452ef86027 (patch) | |
tree | 23c45ce590939fc23be6ac7f90b5b0e30e819727 | |
parent | 0b331b0c9da7def9e115257c7b53fd86223afbd3 (diff) |
Update libdrm2.symbols and shlibs.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libdrm2.symbols | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 699f7c97..76a68d6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libdrm (2.4.25-1) UNRELEASED; urgency=low * New upstream release. + * Update libdrm2.symbols and shlibs. -- Cyril Brulebois <kibi@debian.org> Mon, 18 Apr 2011 22:23:18 +0200 diff --git a/debian/libdrm2.symbols b/debian/libdrm2.symbols index bef40c5e..31a23da9 100644 --- a/debian/libdrm2.symbols +++ b/debian/libdrm2.symbols @@ -47,6 +47,7 @@ libdrm.so.2 libdrm2 #MINVER# drmFreeVersion@Base 2.3.1 drmGetBufInfo@Base 2.3.1 drmGetBusid@Base 2.3.1 + drmGetCap@Base 2.4.25 drmGetClient@Base 2.3.1 drmGetContextFlags@Base 2.3.1 drmGetContextPrivateMapping@Base 2.3.1 diff --git a/debian/rules b/debian/rules index 4d838baa..3a0391fc 100755 --- a/debian/rules +++ b/debian/rules @@ -142,7 +142,7 @@ endif dh_strip -s --remaining-packages dh_compress -s dh_fixperms -s - dh_makeshlibs -plibdrm2 -V'libdrm2 (>= 2.4.17)' -- -c4 + dh_makeshlibs -plibdrm2 -V'libdrm2 (>= 2.4.25)' -- -c4 ifeq ($(INTEL), yes) dh_makeshlibs -plibdrm-intel1 -V'libdrm-intel1 (>= 2.4.23-3~)' -- -c4 endif |