Set liblzma version-info to 2:0:0
commit9610b64955cc5bdf51f05af18395ec3c8435f8b6
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 25 Oct 2010 08:14:30 +0000 (25 03:14 -0500)
committerJonathan Nieder <jrnieder@gmail.com>
Mon, 25 Oct 2010 08:14:30 +0000 (25 03:14 -0500)
tree59a075de58a30dd04744316c58adf880fad2b94a
parent034b4d0269923eeab0d9ed7a925560f43030625d
Set liblzma version-info to 2:0:0

This change is Debian-specific.

The upstream version-info is 5:0:0, but Debian has been
using version 2 for a while and it is simplest to avoid
breaking ABI.

With commit 418d64a (Fix a design error in liblzma API,
2009-11-14) the lzma_options_lzma data structure was changed.
Programs that read or write its fields will have no hope of
working with older liblzma versions.

With commit 1a7ec87 (Revised the Index handling code.,
2009-12-31) various functions were removed.  Programs that
used them will not work with the current library, so that
required bumping the soname for a second time.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
src/liblzma/Makefile.am