diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-23 19:26:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-23 19:27:44 -0400 |
commit | 78279dbcdd52d16b14f2de5eb6958948f9dc3dcf (patch) | |
tree | db124439bdb2780bbe49b3137e6ac4da48b7cee9 /debhelper.pod | |
parent | 00ed6d0cc8f74caf4a591152a97027194304383c (diff) |
In v8 mode, dh_makeshlibs will run dpkg-gensymbols on all shared libraries it generates shlibs files for. This means that -X can be used to exclude libraries from processing by dpkg-gensymbols. It also means that libraries in unusual locations, where dpkg-gensymbols does not itself normally look will be passed to it, a behavior change which may break some packages. Closes: #557603
Diffstat (limited to 'debhelper.pod')
-rw-r--r-- | debhelper.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debhelper.pod b/debhelper.pod index dae1a1a..2f44e4d 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -518,6 +518,14 @@ Changes from V7 are: Commands will fail rather than warning when they are passed unknown options. +=item - + +dh_makeshlibs will run dpkg-gensymbols on all shared libraries that it +generates shlibs files for. So -X can be used to exclude libraries. +Also, libraries in unusual locations that dpkg-gensymbols would not +have processed before will be passed to it, a behavior change that +can cause some packages to fail to build. + =back =back |