[Reproducible-commits] [debhelper] 08/32: Remove unused makeshlibs autoscripts
Mattia Rizzolo
mattia at debian.org
Fri Jan 15 00:38:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository debhelper.
commit adde59b0f80bacfcfb93d061644d51bbcaca5b05
Author: Niels Thykier <niels at thykier.net>
Date: Tue Jan 5 21:20:01 2016 +0000
Remove unused makeshlibs autoscripts
Signed-off-by: Niels Thykier <niels at thykier.net>
---
autoscripts/postinst-makeshlibs | 3 ---
autoscripts/postrm-makeshlibs | 3 ---
debian/changelog | 1 +
3 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/autoscripts/postinst-makeshlibs b/autoscripts/postinst-makeshlibs
deleted file mode 100644
index 8a25b9e..0000000
--- a/autoscripts/postinst-makeshlibs
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "configure" ]; then
- ldconfig
-fi
diff --git a/autoscripts/postrm-makeshlibs b/autoscripts/postrm-makeshlibs
deleted file mode 100644
index 96bf24e..0000000
--- a/autoscripts/postrm-makeshlibs
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "remove" ]; then
- ldconfig
-fi
diff --git a/debian/changelog b/debian/changelog
index b50a81d..144365e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ debhelper (9.20151225+unreleased) UNRELEASED; urgency=medium
* dh_install: Only fallback to debian/tmp if the given glob
does not start with debian/tmp. This should make the
output on failures less weird.
+ * autoscripts/*-makeshlibs: Removed, no longer used.
[ Dmitry Shachnev ]
* dh_install: Fail because of missing files only after processing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git
More information about the Reproducible-commits
mailing list