[debhelper-devel] [debhelper] 01/01: dh_makeshlibs: Update documentation on the ldconfig trigger

Niels Thykier nthykier at moszumanska.debian.org
Sun Feb 21 14:44:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit 2817017e87dd62426f6270fc9b0036838724052d
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Feb 21 14:44:01 2016 +0000

    dh_makeshlibs: Update documentation on the ldconfig trigger
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 3 +++
 dh_makeshlibs    | 6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 68ebf0e..c01c661 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ debhelper (9.20160116) UNRELEASED; urgency=medium
     This should avoid adding build-ids to udebs without having
     the actual debug symbols available.  Thanks to Jérémy Bobbio
     for reporting the issue.  (Closes: #812879)
+  * dh_makeshlibs: Do not claim to be using maintainer scripts
+    for invoking ldconfig.  Thanks to Eugene V. Lyubimkin for
+    the report.  (Closes: #815401)
 
  -- Niels Thykier <niels at thykier.net>  Sat, 16 Jan 2016 13:23:00 +0000
 
diff --git a/dh_makeshlibs b/dh_makeshlibs
index 6aa6e55..fd1c759 100755
--- a/dh_makeshlibs
+++ b/dh_makeshlibs
@@ -19,8 +19,10 @@ B<dh_makeshlibs> [S<I<debhelper options>>] [B<-m>I<major>] [B<-V>I<[dependencies
 B<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 F<postinst> and F<postrm> scripts (in
-v3 mode and above only) to any packages in which it finds shared libraries.
+It will also ensure that ldconfig is invoked during install and removal when
+it finds shared libraries.  Since debhelper 9.20151004, this is done via a
+dpkg trigger.  In older versions of debhelper, B<dh_makeshlibs> would
+generate a maintainer script for this purpose.
 
 =head1 FILES
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list