[Pkg-octave-commit] [octave] 09/14: d/octave.install: Do not use use dh-exec

Rafael Laboissiere rafael at debian.org
Fri Nov 25 19:23:53 UTC 2016


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

rafael pushed a commit to branch master
in repository octave.

commit 7c5799c51992e293686207f08df7c5ade604fc2e
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Thu Nov 24 09:16:46 2016 -0200

    d/octave.install: Do not use use dh-exec
    
    See
    https://asylum.madhouse-project.org/blog/2015/10/06/what-dh-exec-is-for/
    for a good explanation why the use of dh-exec can be dropped in the
    present case.
---
 debian/octave.install | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/octave.install b/debian/octave.install
old mode 100755
new mode 100644
index 09782b3..32173e7
--- a/debian/octave.install
+++ b/debian/octave.install
@@ -1,5 +1,4 @@
-#!/usr/bin/dh-exec
-usr/bin/octave /usr/bin
-usr/bin/octave-cli /usr/bin
-usr/lib/${DEB_HOST_MULTIARCH}/octave/* /usr/lib/${DEB_HOST_MULTIARCH}/octave
-usr/share/applications /usr/share
+usr/bin/octave
+usr/bin/octave-cli
+usr/lib/*/octave/*
+usr/share/applications

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