[debhelper-devel] [debhelper] 01/02: Revert "Remove unused makeshlibs autoscripts"

Niels Thykier nthykier at moszumanska.debian.org
Fri Jan 15 20:31:13 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 aad8be244acf0f46b3580243536e2460d12a549c
Author: Niels Thykier <niels at thykier.net>
Date:   Fri Jan 15 20:25:57 2016 +0000

    Revert "Remove unused makeshlibs autoscripts"
    
    This reverts commit adde59b0f80bacfcfb93d061644d51bbcaca5b05.
---
 autoscripts/postinst-makeshlibs | 3 +++
 autoscripts/postrm-makeshlibs   | 3 +++
 debian/changelog                | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/autoscripts/postinst-makeshlibs b/autoscripts/postinst-makeshlibs
new file mode 100644
index 0000000..8a25b9e
--- /dev/null
+++ b/autoscripts/postinst-makeshlibs
@@ -0,0 +1,3 @@
+if [ "$1" = "configure" ]; then
+	ldconfig
+fi
diff --git a/autoscripts/postrm-makeshlibs b/autoscripts/postrm-makeshlibs
new file mode 100644
index 0000000..96bf24e
--- /dev/null
+++ b/autoscripts/postrm-makeshlibs
@@ -0,0 +1,3 @@
+if [ "$1" = "remove" ]; then
+	ldconfig
+fi
diff --git a/debian/changelog b/debian/changelog
index 13e1d7c..c39abe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ debhelper (9.20160114+unreleased) UNRELEASED; urgency=medium
   * Fix brown paper bag bug that caused many packages to
     FTBFS when dh_update_autotools_config was called.
     (Closes: #811052)
+  * Revert removal of autoscripts/*-makeshlibs.  Some packages
+    injected them directly into their maintainer scripts.
+    (Closes: #811038)
 
  -- Niels Thykier <niels at thykier.net>  Fri, 15 Jan 2016 20:01:36 +0000
 

-- 
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