[Pkg-octave-commit] [octave] 01/01: d/rules: Avoid useless call of ldconfig in the triggers script

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Wed Jan 6 11:14:18 UTC 2016


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

rlaboiss-guest pushed a commit to branch master
in repository octave.

commit 363b3a9a77d089664448e11dcac9c362c02085e5
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Wed Jan 6 09:13:38 2016 -0200

    d/rules: Avoid useless call of ldconfig in the triggers script
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index d36da09..da8890b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,6 +91,12 @@ override_dh_shlibdeps:
 	dh_shlibdeps -O--parallel
 	find debian/octave -name '*.oct' -print0 2>/dev/null | xargs -0r chmod 644
 
+# Avoid useless call of ldconfig in the triggers script of the octave
+# package
+override_dh_makeshlibs:
+	dh_makeshlibs --package=octave --noscripts
+	dh_makeshlibs --no-package=octave
+
 get-orig-source:
 	uscan --force-download --rename --destdir .
 .PHONY: get-orig-source

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list