New Upstream release and standards bump
This commit is contained in:
parent
86d0906f88
commit
779d0da4cc
|
@ -1,3 +1,12 @@
|
|||
uronode (2.15-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream version 2.15
|
||||
* Standards bump to 4.6.0.1
|
||||
* Multiple definition patch removed
|
||||
- Included upstream
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Sat, 05 Feb 2022 11:58:10 +0000
|
||||
|
||||
uronode (2.13-2) unstable; urgency=medium
|
||||
|
||||
* Fix runtime bug introduced by changes in folder-update patch for 2.12-1
|
||||
|
|
|
@ -4,7 +4,7 @@ Priority: optional
|
|||
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
|
||||
Uploaders: Dave Hibberd <d@vehibberd.com>
|
||||
Build-Depends: debhelper-compat (= 13), libax25-dev
|
||||
Standards-Version: 4.5.1
|
||||
Standards-Version: 4.6.0.1
|
||||
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/uronode
|
||||
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/uronode.git
|
||||
Homepage: https://uronode.sourceforge.net/
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
Description: Fix GCC10 Blocking issues - multiple definitions of globals
|
||||
Author: Dave Hibberd <d@vehibberd.com>
|
||||
Last-Update: 2020-09-20
|
||||
|
||||
--- a/util.c
|
||||
+++ b/util.c
|
||||
@@ -17,8 +17,8 @@
|
||||
#include "procinfo.h"
|
||||
|
||||
static char buf[256];
|
||||
-char *HostName;
|
||||
-char *Prompt;
|
||||
+//char *HostName;
|
||||
+//char *Prompt;
|
||||
|
||||
void node_msg(const char *fmt, ...)
|
||||
{
|
|
@ -1,4 +1,3 @@
|
|||
multiple-definition.patch
|
||||
non-interactive-install.patch
|
||||
hardening
|
||||
folder-update
|
||||
|
|
Loading…
Reference in New Issue