From 52e96c75e248d1e85c367dd99c965f3642a45171 Mon Sep 17 00:00:00 2001 From: Raphael Hertzog Date: Fri, 27 Feb 2009 13:59:52 +0100 Subject: dpkg-gensymbols: replace #PACKAGE# in dependency templates To better support packages of libraries that have different names between architectures, offer the possibility to not hardcode the package name in the symbols file by using #PACKAGE#. This marker is then substituted by dpkg-gensymbols when the symbols files are installed inside the binary package. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dfa947261..e0686e2d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2009-02-27 Raphael Hertzog + + * scripts/Dpkg/Shlibs/SymbolFile.pm (save, dump): Add new + parameter asking that #PACKAGE# be replaced on the fly. + * scripts/dpkg-gensymbols.pl: Replace #PACKAGE# while outputting + symbols files. + * man/dpkg-gensymbols.1: Document the new feature. + * scripts/t/200_Dpkg_Shlibs.t, + scripts/t/200_Dpkg_Shlibs/symbols.fake-2: Add test-case for + replacement of #PACKAGE# on the fly (together with test of dump). + 2009-02-27 Raphael Hertzog * scripts/update-alternatives.pl: Add one more sanity check -- cgit v1.2.3