Merge branch 'jn/abi'
[xz/debian.git] / debian / patches / abi-version-script-fixup
blobdec29ac4c45d5708d6afc823c6949a4f76ddadfd
1 From: Jonathan Nieder <jrnieder@gmail.com>
2 Date: Fri, 14 Oct 2011 23:57:08 -0500
3 Subject: liblzma: unlisted symbols are local
5 When commit 6c800e9 (liblzma: Remove XZ_5.1.1alpha version symbol,
6 2011-06-11) removed the XZ_5.1.1alpha node, the author forgot to
7 move its "local: *;" declaration to the XZ_5.0 node.
9 Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
10 ---
11  src/liblzma/liblzma.map |    3 +++
12  1 files changed, 3 insertions(+), 0 deletions(-)
14 diff --git a/src/liblzma/liblzma.map b/src/liblzma/liblzma.map
15 index 9579771..47a7c22 100644
16 --- a/src/liblzma/liblzma.map
17 +++ b/src/liblzma/liblzma.map
18 @@ -93,4 +93,7 @@ global:
19         lzma_vli_decode;
20         lzma_vli_encode;
21         lzma_vli_size;
23 +local:
24 +       *;
25  };
26 -- 
27 1.7.7