Merge branch 'hibby-twists' into hibbian/latest
This commit is contained in:
commit
a9be3da312
|
@ -9,7 +9,7 @@ uronode (2.15-3) unstable; urgency=medium
|
||||||
* Patching mheardd.dat location
|
* Patching mheardd.dat location
|
||||||
- this should fix jh and jl functionality
|
- this should fix jh and jl functionality
|
||||||
|
|
||||||
-- Dave Hibberd <d@vehibberd.com> Sun, 21 Jan 2024 19:14:23 +0000
|
-- Dave Hibberd <d@vehibberd.com> Tue, 12 Sep 2023 22:37:21 +0100
|
||||||
|
|
||||||
uronode (2.15-2) unstable; urgency=medium
|
uronode (2.15-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -16,3 +16,13 @@ Last-Update: 2018-02-10
|
||||||
_sleep()
|
_sleep()
|
||||||
{
|
{
|
||||||
[ "$NON_INTERACTIVE" = 1 ] || sleep "$@"
|
[ "$NON_INTERACTIVE" = 1 ] || sleep "$@"
|
||||||
|
@@ -122,6 +116,9 @@
|
||||||
|
if [ $? -ne 1 ]
|
||||||
|
then
|
||||||
|
HAVEAX25="#define HAVE_AX25 1"
|
||||||
|
+ #These have been moved out of tcp-ip so I have an MOTD when I don't build telnet in
|
||||||
|
+ HAVEMOTD="#define HAVEMOTD"
|
||||||
|
+ MOTDPATH='"/etc/ax25/uronode.motd"'
|
||||||
|
fi
|
||||||
|
#
|
||||||
|
# echo -n "Include support for the FlexNet protocol ? [Y/n]: "; read answer
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
netrom-motd.patch
|
netrom-motd.patch
|
||||||
non-interactive-install.patch
|
non-interactive-install.patch
|
||||||
zlib-ifdef.patch
|
|
||||||
hardening
|
hardening
|
||||||
folder-update
|
folder-update
|
||||||
install-dir-creation
|
install-dir-creation
|
||||||
|
|
|
@ -6,6 +6,11 @@ export NON_INTERACTIVE=1
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
|
# Remove things we aren't using in oarc. mheard is a bug awaiting a fix.
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
dh_auto_configure -- --without-flexnet --without-tcpip --without-rose --without-autorouter
|
||||||
|
|
||||||
# Collapse upstream changes file into single file
|
# Collapse upstream changes file into single file
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
|
|
Loading…
Reference in New Issue