Change shell to bash
This commit is contained in:
parent
503b2e5b67
commit
a433d0fdc0
16
debian.patch
16
debian.patch
@ -1,6 +1,6 @@
|
||||
From ffa0570b87d57e38e693b293b635497174bcbc07 Mon Sep 17 00:00:00 2001
|
||||
From 35ab6878d015fef19a76107ecf115348a1049262 Mon Sep 17 00:00:00 2001
|
||||
From: root <root@b25ae4c8d32b>
|
||||
Date: Fri, 22 May 2020 13:21:10 +0000
|
||||
Date: Fri, 22 May 2020 13:42:49 +0000
|
||||
Subject: [PATCH] Fixes for debian build
|
||||
|
||||
---
|
||||
@ -8,8 +8,8 @@ Subject: [PATCH] Fixes for debian build
|
||||
debian/changelog | 4 ++--
|
||||
debian/compat | 1 +
|
||||
debian/control | 4 ++--
|
||||
debian/rules | 20 ++++++++++----------
|
||||
5 files changed, 16 insertions(+), 15 deletions(-)
|
||||
debian/rules | 22 ++++++++++++----------
|
||||
5 files changed, 18 insertions(+), 15 deletions(-)
|
||||
create mode 100644 debian/compat
|
||||
|
||||
diff --git a/debian/binkd.dirs b/debian/binkd.dirs
|
||||
@ -66,14 +66,16 @@ index 6ebdfb9..1f54202 100644
|
||||
Depends: ${shlibs:Depends}, perl (>= 5.8.8), adduser
|
||||
Description: Binkd - the binkp daemon for FTN communications.
|
||||
diff --git a/debian/rules b/debian/rules
|
||||
index ef3648e..f84a94b 100755
|
||||
index ef3648e..b9ecddc 100755
|
||||
--- a/debian/rules
|
||||
+++ b/debian/rules
|
||||
@@ -3,16 +3,16 @@
|
||||
@@ -3,16 +3,18 @@
|
||||
# Uncomment this to turn on verbose mode.
|
||||
export DH_VERBOSE=1
|
||||
|
||||
-export DH_COMPAT=4
|
||||
+SHELL := bash
|
||||
+
|
||||
+#export DH_COMPAT=4
|
||||
#export DEBIAN=1
|
||||
-PACKAGE=binkd1
|
||||
@ -95,7 +97,7 @@ index ef3648e..f84a94b 100755
|
||||
|
||||
# These are used for cross-compiling and for saving the configure script
|
||||
# from having to guess our platform (since we know it already)
|
||||
@@ -68,7 +68,7 @@ install: build
|
||||
@@ -68,7 +70,7 @@ install: build
|
||||
|
||||
$(MAKE) install
|
||||
install -d $(PREFIX)/usr/share/doc/$(PACKAGE)
|
||||
|
Reference in New Issue
Block a user