This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 2e6dcb28cea3d531f472cba61e1d027b57035018 Author: Jens Reyer <[email protected]> Date: Thu Apr 6 13:17:19 2017 +0200 Document purpose of the sonames2elf script. --- debian/changelog | 1 + debian/scripts/sonames2elf | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 40e7768..707835a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ wine-development (2.5+dfsg-1) UNRELEASED; urgency=medium - Various bug fixes. * Refresh patches. * Add +dfsg suffix to the upstream version. + * Document purpose of the sonames2elf script. -- Jens Reyer <[email protected]> Thu, 06 Apr 2017 12:40:41 +0200 diff --git a/debian/scripts/sonames2elf b/debian/scripts/sonames2elf index 6c51a6d..5901b3d 100755 --- a/debian/scripts/sonames2elf +++ b/debian/scripts/sonames2elf @@ -1,5 +1,10 @@ #!/bin/sh -# encoding=UTF-8 +# Build an ELF depending on specified sonames. + +# dpkg-shlibdeps can compute dependencies on dlopen'ed libraries with this ELF. +# Needed as workaround until this can be done directly with dpkg. See +# https://bugs.debian.org/596715 (dpkg-shlibdeps: Please allow to manually add +# library dependencies via shlibdeps) # Copyright © 2016 Jakub Wilk <[email protected]> # -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
