]> git.tuebingen.mpg.de Git - lopsub.git/commit
debian: Add symbols control file.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 24 Apr 2024 01:33:30 +0000 (03:33 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 10 May 2024 01:20:49 +0000 (03:20 +0200)
commit1d98839a5cbc7857dc15c270fb5a17c48cc3ea7e
tree681159b1269fabc194c2af7f5268e6dfb4d5d857
parentb5fe715fa27c082efd26ef681b1935f27441b88c
debian: Add symbols control file.

This helps dpkg to generate more accurate library dependencies.

This initial version of the file was created with

dpkg-gensymbols -pliblopsub1t64 -q
sed -e 's/-1.1$//g' debian/tmp/DEBIAN/symbols > debian/liblopsub1t64.symbols

The second line (the one which starts with the asterisk) was added
manually. This is the meta-information field used by dpkg-shlibdeps(1).

Suggested-by: lintian(1)
debian/liblopsub1t64.symbols [new file with mode: 0644]