tags 476516 pending
thanks
A commit relevant to this bug has occurred.
Revision: dddf835d3a3af90ee67f3a64b0ed9442e3d2ff35
commit dddf835d3a3af90ee67f3a64b0ed9442e3d2ff35
Author: Bernhard R. Link <[EMAIL PROTECTED]>
Date: Thu Jun 5 15:35:23 2008 -0500
Added symbols file for libarchive. Closes: #476516.
Attached is a symbols file for libarchive. Just put it in debian/ and
dh_makeshlibs will call dpkg-gensymbols at build time. This will
cause programs linking against this library to have less strict
dependencies, so they can migrate to testing (or in some future
perhaps even be installed on stable without recompiling) when they
only need old functionality.
When you put the file there, it will need to be kept up to date:
dpkg-gensymbols will automatically output a diff and update the file
if any new symbols got added. What it cannot detect if is some
function allows more magic values as parameters than before. If that
is ever the case (I could not find any indication of this since
2.0.25) the function will have to be increased manually (unless the
new constant is not useable without using some other new function,
then that will already pull the dependencies high enough).
Thanks in advance,
Bernhard R. Link
I've only tested this on one architecture (sparc), but given that it
is a C library, I doubt there will be any architecture specific
symbols in there, which could complicate the situation...
Diff:
http://git.debian.org/?p=users/jgoerzen/libarchive;a=commitdiff_plain;h=dddf835d3a3af90ee67f3a64b0ed9442e3d2ff35
debian/libarchive1.symbols | 200 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 200 insertions(+), 0 deletions(-)
create mode 100644 debian/libarchive1.symbols
More details are available at:
http://git.debian.org/?p=users/jgoerzen/libarchive;a=commit;h=dddf835d3a3af90ee67f3a64b0ed9442e3d2ff35
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]