From bd4815eb7993d86817dee456f2c97c82191eac4f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 5 Mar 2017 20:22:39 -0800 Subject: call configure directly; new init file; non-executable permissions --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index ac0b297..ffeec60 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ override_dh_testdir: (echo "Must have slib installed for compile" && exit 1) override_dh_auto_configure: - dh_auto_configure + ./configure cp debian/require.scm.debian require.scm cp debian/scm.opt.debian libscm.opt @@ -40,4 +40,8 @@ override_dh_strip: dh_strip --no-automatic-dbgsym override_dh_auto_install: + # Make .scm scheme library scripts non-executable... + chmod a-x *.scm *.c + # except compile.scm + chmod a+x compile.scm # skip; files listed explicitly -- cgit v1.2.3