diff options
author | joey <joey> | 2001-06-03 22:25:07 +0000 |
---|---|---|
committer | joey <joey> | 2001-06-03 22:25:07 +0000 |
commit | f0c3197c8a4d3c3e2f3e6c403ffe52555c871181 (patch) | |
tree | 2e3b9ea444b2bf018be07e64dfc40a4908e79fc8 /dh_makeshlibs | |
parent | 6eae7e888fb1fa5cf594cc116ea5daee9ee9512a (diff) | |
download | debhelper-f0c3197c8a4d3c3e2f3e6c403ffe52555c871181.tar.gz |
r475: * dh_gencontrol: Added a documented interface for specifying substvars
data in a file. Substvars data may be put in debian/package.substvars.
(Those files used to be used by debhelper for automatically generated
data, but it uses a different internal filename now). It will be merged
with any automatically determined substvars data. See bug #98819
* I want to stress that no one should ever rely in internal, undocumented
debhelper workings. Just because debhelper uses a certian name for some
internally used file does not mean that you should feel free to modify
that file to your own ends in a debian package. If you do use it, don't
be at all suprised when it breaks. If you find that debhelper is lacking
a documented interface for something that you need, ask for it!
(debhelper's undocumented, internal use only files should now all be
prefixed with ".debhelper")
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-x | dh_makeshlibs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_makeshlibs b/dh_makeshlibs index bb1d8acd..a70d3b22 100755 --- a/dh_makeshlibs +++ b/dh_makeshlibs @@ -19,7 +19,8 @@ dh_makeshlibs is a debhelper program that automatically scans for shared libraries, and generates a shlibs file for the libraries it finds. It also adds a call to ldconfig in the postinst and postrm scripts (in -DH_COMPAT=3 mode and above only). +DH_COMPAT=3 mode and above only) to any packages which it finds shared +libraries in. =head1 OPTIONS |