Compare commits
No commits in common. "hibbian/latest" and "debian/latest" have entirely different histories.
hibbian/la
...
debian/lat
|
@ -1,21 +1,9 @@
|
|||
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> Tue, 12 Sep 2023 22:37:21 +0100
|
||||
-- Dave Hibberd <d@vehibberd.com> Sun, 21 Jan 2024 19:14:23 +0000
|
||||
|
||||
uronode (2.15-2) unstable; urgency=medium
|
||||
|
||||
|
|
|
@ -16,13 +16,3 @@ 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,5 +1,6 @@
|
|||
netrom-motd.patch
|
||||
non-interactive-install.patch
|
||||
zlib-ifdef.patch
|
||||
hardening
|
||||
folder-update
|
||||
install-dir-creation
|
||||
|
|
|
@ -6,11 +6,6 @@ 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