Restoring non interactive mode configure
This commit is contained in:
parent
aa9cd7a4e7
commit
534a7937e8
|
@ -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
|
||||
|
||||
* New Upstream import
|
||||
|
|
|
@ -5,8 +5,8 @@ Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
|
|||
Uploaders: Dave Hibberd <d@vehibberd.com>
|
||||
Build-Depends: debhelper (>= 11), libax25-dev
|
||||
Standards-Version: 4.1.3
|
||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/uronode.git
|
||||
Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/uronode.git
|
||||
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/uronode
|
||||
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/uronode.git
|
||||
Homepage: http://uronode.sourceforge.net/
|
||||
|
||||
Package: uronode
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Description: Create proper SBIN_DIR directory at install time
|
||||
Author: Dave Hibberd <d@vehibberd.com>
|
||||
Last-Update: 2017-08-22
|
||||
Last-Update: 2018-02-10
|
||||
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Description: Install files to temporary directory for packaging
|
||||
Author: Dave Hibberd <d@vehibberd.com>
|
||||
Last-Update: 2015-10-16
|
||||
Last-Update: 2018-02-10
|
||||
|
||||
--- a/Makefile.include.in
|
||||
+++ b/Makefile.include.in
|
||||
|
|
|
@ -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 "$@"
|
|
@ -1,3 +1,4 @@
|
|||
non-interactive-install.patch
|
||||
hardening
|
||||
folder-update
|
||||
install-dir-creation
|
||||
|
|
Loading…
Reference in New Issue