]> git.saurik.com Git - apt.git/commit - debian/libapt-pkg5.0.symbols
change to libapt-pkg abi 5.0 with versioned symbols
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 09:08:35 +0000 (11:08 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 15:27:59 +0000 (17:27 +0200)
commitae97af1fdf726a0e7e553b2fb5734b6e09a088d0
tree82eb2c8a5ed74335119c13d4844e1d2ee9f7145c
parent628e7405052dd5b758ad1480a103971b3ea34c4b
change to libapt-pkg abi 5.0 with versioned symbols

We changed an aweful lot of stuff, so 5.0 is properly better than 4.X as
a semantic version and as we are at it lets add some trivial symbol
versioning as well: We just mark all exported symbols with the same
version for now. This isn't really the proper thing to do as if we add
symbols in later versions (with the same abi) they will get the same
symbols version, but our .symbols file will protect us from the problems
arising from this as it will ensure that a package acutally depends on a
version of the abi high enough to include the symbol.
apt-pkg/contrib/macros.h
buildlib/library.mak
debian/libapt-inst1.6.symbols
debian/libapt-pkg4.15.install.in [deleted file]
debian/libapt-pkg4.15.symbols [deleted file]
debian/libapt-pkg5.0.install.in [new file with mode: 0644]
debian/libapt-pkg5.0.symbols [new file with mode: 0644]
prepare-release