Restoring non interactive mode configure

This commit is contained in:
hibby 2018-02-10 20:19:10 +00:00
parent aa9cd7a4e7
commit 534a7937e8
6 changed files with 32 additions and 4 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
uronode (2.8.1-2) UNRELEASED; urgency=medium
* Salsa vcs added
* Architecture changed to linux-any
* Non-Interactive configure patched in
-- Dave Hibberd <d@vehibberd.com> Sat, 10 Feb 2018 19:41:57 +0000
uronode (2.8.1-1) unstable; urgency=medium uronode (2.8.1-1) unstable; urgency=medium
* New Upstream import * New Upstream import

4
debian/control vendored
View File

@ -5,8 +5,8 @@ Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Dave Hibberd <d@vehibberd.com> Uploaders: Dave Hibberd <d@vehibberd.com>
Build-Depends: debhelper (>= 11), libax25-dev Build-Depends: debhelper (>= 11), libax25-dev
Standards-Version: 4.1.3 Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/uronode.git Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/uronode
Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/uronode.git Vcs-Git: https://salsa.debian.org/debian-hamradio-team/uronode.git
Homepage: http://uronode.sourceforge.net/ Homepage: http://uronode.sourceforge.net/
Package: uronode Package: uronode

View File

@ -1,6 +1,6 @@
Description: Create proper SBIN_DIR directory at install time Description: Create proper SBIN_DIR directory at install time
Author: Dave Hibberd <d@vehibberd.com> Author: Dave Hibberd <d@vehibberd.com>
Last-Update: 2017-08-22 Last-Update: 2018-02-10
--- a/Makefile.in --- a/Makefile.in
+++ b/Makefile.in +++ b/Makefile.in

View File

@ -1,6 +1,6 @@
Description: Install files to temporary directory for packaging Description: Install files to temporary directory for packaging
Author: Dave Hibberd <d@vehibberd.com> Author: Dave Hibberd <d@vehibberd.com>
Last-Update: 2015-10-16 Last-Update: 2018-02-10
--- a/Makefile.include.in --- a/Makefile.include.in
+++ b/Makefile.include.in +++ b/Makefile.include.in

View File

@ -0,0 +1,18 @@
Description: Remove interactive mode from configure, speed up build
Author: Dave Hibberd <d@vehibberd.com>
Last-Update: 2018-02-10
--- a/configure
+++ b/configure
@@ -1,11 +1,5 @@
#!/bin/sh
-echo -n "Use interactive mode? [Y/n]: "; read answer
-if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
- then NON_INTERACTIVE=0;
- else NON_INTERACTIVE=1;
-fi
-
_sleep()
{
[ "$NON_INTERACTIVE" = 1 ] || sleep "$@"

View File

@ -1,3 +1,4 @@
non-interactive-install.patch
hardening hardening
folder-update folder-update
install-dir-creation install-dir-creation