Compare commits

...

15 Commits

Author SHA1 Message Date
Hibby fcc7c2592f
Twists for hibbian! 2024-08-26 21:23:53 +01:00
Hibby a9be3da312
Merge branch 'hibby-twists' into hibbian/latest 2024-08-26 21:22:48 +01:00
Hibby 2e7abecc45
Hibbian port 2024-08-26 21:05:21 +01:00
Dave Hibberd 9cbc3829b2
Release twists 2023-09-12 22:37:31 +01:00
Dave Hibberd fcdd65a254
Merge branch 'debian/latest' into hibby-twists 2023-09-12 22:32:00 +01:00
Dave Hibberd cea899c767
Cheeky removal of zlib patch to get rid of zconnect 2023-08-31 23:28:00 +01:00
Dave Hibberd 5af0f2ae41
Merge branch 'master' into hibby-twists 2023-08-08 23:51:14 +01:00
Dave Hibberd 8cb40976e2 Add a goodbye on netrom disconnect too 2023-08-05 00:58:02 +01:00
Dave Hibberd a2d04aafd5 Fix ability to build in zlib, then ignore it. Needs libax25 to have zlib. 2023-08-05 00:49:38 +01:00
Dave Hibberd c5b5804776 We now have an MOTD and prompt on netrom, and mheard is reenabled 2023-08-04 22:34:55 +01:00
Dave Hibberd 0c9efe6e2f Tidied it up so I've not deleted a pile of code for no reason 2023-08-04 21:44:41 +01:00
Dave Hibberd 3522edb96e Just do anything? 2023-08-04 21:28:20 +01:00
Dave Hibberd 535b3cdf3d Patch out the netrom no motd bug 2023-07-27 01:02:25 +01:00
Dave Hibberd 27f3de0c7b Do it right this time round 2023-07-27 00:56:15 +01:00
Dave Hibberd 7f3c3259b2 Comment out stuff I don't care for 2023-07-27 00:24:03 +01:00
4 changed files with 28 additions and 2 deletions

14
debian/changelog vendored
View File

@ -1,9 +1,21 @@
uronode (2.15-3~hibbian+2) bookworm-hibbian-unstable; urgency=medium
* Bring the twists back in...
-- Dave Hibberd <hibby@debian.org> Mon, 26 Aug 2024 21:23:29 +0100
uronode (2.15-3~hibbian+1) bookworm-hibbian-unstable; urgency=medium
* Rebuild for hibbian
-- Dave Hibberd <hibby@debian.org> Mon, 26 Aug 2024 21:04:30 +0100
uronode (2.15-3) unstable; urgency=medium 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

View File

@ -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

View File

@ -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

5
debian/rules vendored
View File

@ -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: