Compare commits
15 Commits
debian/lat
...
hibbian/la
Author | SHA1 | Date |
---|---|---|
Hibby | fcc7c2592f | |
Hibby | a9be3da312 | |
Hibby | 2e7abecc45 | |
Dave Hibberd | 9cbc3829b2 | |
Dave Hibberd | fcdd65a254 | |
Dave Hibberd | cea899c767 | |
Dave Hibberd | 5af0f2ae41 | |
Dave Hibberd | 8cb40976e2 | |
Dave Hibberd | a2d04aafd5 | |
Dave Hibberd | c5b5804776 | |
Dave Hibberd | 0c9efe6e2f | |
Dave Hibberd | 3522edb96e | |
Dave Hibberd | 535b3cdf3d | |
Dave Hibberd | 27f3de0c7b | |
Dave Hibberd | 7f3c3259b2 |
|
@ -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
|
||||
|
||||
* Patching mheardd.dat location
|
||||
- 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
|
||||
|
||||
|
|
|
@ -16,3 +16,13 @@ Last-Update: 2018-02-10
|
|||
_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
|
||||
non-interactive-install.patch
|
||||
zlib-ifdef.patch
|
||||
hardening
|
||||
folder-update
|
||||
install-dir-creation
|
||||
|
|
|
@ -6,6 +6,11 @@ export NON_INTERACTIVE=1
|
|||
%:
|
||||
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
|
||||
|
||||
override_dh_auto_build:
|
||||
|
|
Loading…
Reference in New Issue