Supporting files for new release
This commit is contained in:
parent
770e9dd496
commit
35edc98730
|
@ -1,3 +1,19 @@
|
||||||
|
uronode (2.7-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* New Upstream import
|
||||||
|
- Patches refreshed
|
||||||
|
* debian/patches/hardening
|
||||||
|
- Updated flags to be included
|
||||||
|
* debian/patches/install-dir-creation
|
||||||
|
- Refreshed to accommodate new lines
|
||||||
|
* debian/patches/flexd-spelling
|
||||||
|
- Added to fix binary spelling error
|
||||||
|
* debian/control
|
||||||
|
- Updated Standards Version to 4.1.1
|
||||||
|
- Removed zlib1g-dev dependency
|
||||||
|
|
||||||
|
-- Dave Hibberd <d@vehibberd.com> Tue, 22 Aug 2017 14:01:16 +0100
|
||||||
|
|
||||||
uronode (2.6-1) unstable; urgency=medium
|
uronode (2.6-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New Upstream import
|
* New Upstream import
|
||||||
|
|
|
@ -3,8 +3,8 @@ Section: hamradio
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
|
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
|
||||||
Uploaders: Dave Hibberd <d@vehibberd.com>
|
Uploaders: Dave Hibberd <d@vehibberd.com>
|
||||||
Build-Depends: debhelper (>= 9), libax25-dev, zlib1g-dev
|
Build-Depends: debhelper (>= 9), libax25-dev
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 4.1.1
|
||||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/uronode.git
|
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/uronode.git
|
||||||
Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/uronode.git
|
Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/uronode.git
|
||||||
Homepage: http://uronode.sourceforge.net/
|
Homepage: http://uronode.sourceforge.net/
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
Description: Fix Lintian binary spelling errors
|
||||||
|
Author: Dave Hibberd <d@vehibberd.com>
|
||||||
|
Last-Update: 2017-08-22
|
||||||
|
|
||||||
|
--- a/flexd.c
|
||||||
|
+++ b/flexd.c
|
||||||
|
@@ -413,7 +413,7 @@
|
||||||
|
printf("FlexD version %s.\n\r", VERSION);
|
||||||
|
printf("Copywrite (c) 2000-2003 by Roy PE1RJA and Stefano IZ5AWZ\n\r");
|
||||||
|
printf("Copywrite (c) 2003 - present by Brian Rogers - N1URO.\n\r");
|
||||||
|
- printf("FlexD is free sofware and you are welcome to redistribute it\n\r");
|
||||||
|
+ printf("FlexD is free software and you are welcome to redistribute it\n\r");
|
||||||
|
printf("under the terms of GNU General Public Licence as published\n\r");
|
||||||
|
printf("by Free Software Foundation; either version 2 of the License, or\n\r");
|
||||||
|
printf("(at your option) any later version.\n\r");
|
|
@ -1,22 +1,25 @@
|
||||||
Description: Fix Lintian hardening errors caused by flags not being passed to compiler,
|
Description: Fix Lintian hardening errors caused by flags not being passed to compiler,
|
||||||
use debhelper compiler flags
|
use debhelper compiler flags
|
||||||
Author: Dave Hibberd <d@vehibberd.com>
|
Author: Dave Hibberd <d@vehibberd.com>
|
||||||
Last-Update: 2017-01-21
|
Last-Update: 2017-08-22
|
||||||
|
|
||||||
--- a/Makefile.in
|
--- a/Makefile.in
|
||||||
+++ b/Makefile.in
|
+++ b/Makefile.in
|
||||||
@@ -3,7 +3,9 @@
|
@@ -3,8 +3,11 @@
|
||||||
CC = gcc
|
CC = gcc
|
||||||
LD = gcc
|
LD = gcc
|
||||||
# CFLAGS = -O2 -g -s -Wno-unused-result -Wstrict-prototypes
|
# CFLAGS = -O2 -g -s -Wno-unused-result -Wstrict-prototypes
|
||||||
-CFLAGS = -DUNIX -g3 -DDEBUG
|
-CFLAGS = -DUNIX -g3 -DDEBUG
|
||||||
|
-LDFLAGS =
|
||||||
+# CFLAGS = -DUNIX -g3 -DDEBUG
|
+# CFLAGS = -DUNIX -g3 -DDEBUG
|
||||||
+CXXFLAGS =
|
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
|
||||||
+CPPFLAGS =
|
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
|
||||||
LDFLAGS =
|
+CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
|
||||||
|
+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
|
||||||
LIBS = -lax25 -lax25io
|
LIBS = -lax25 -lax25io
|
||||||
|
|
||||||
@@ -24,7 +26,7 @@
|
include Makefile.include
|
||||||
|
@@ -24,7 +27,7 @@
|
||||||
DIGI_OBJS = $(DIGI_SRC:.c=.o)
|
DIGI_OBJS = $(DIGI_SRC:.c=.o)
|
||||||
CALIBRATE_OBJS = $(CALIBRATE_SRC:.c=.o)
|
CALIBRATE_OBJS = $(CALIBRATE_SRC:.c=.o)
|
||||||
.c.o:
|
.c.o:
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
Description: Create proper SBIN_DIR directory at install time
|
Description: Create proper SBIN_DIR directory at install time
|
||||||
Author: Dave Hibberd <d@vehibberd.com>
|
Author: Dave Hibberd <d@vehibberd.com>
|
||||||
Last-Update: 2015-09-07
|
Last-Update: 2017-08-22
|
||||||
|
|
||||||
--- a/Makefile.in
|
--- a/Makefile.in
|
||||||
+++ b/Makefile.in
|
+++ b/Makefile.in
|
||||||
@@ -35,6 +35,7 @@
|
@@ -37,6 +37,7 @@
|
||||||
install -b -m 644 -p etc/gateways $(VAR_DIR)/flex
|
install -b -m 644 -p etc/gateways $(VAR_DIR)/flex
|
||||||
|
|
||||||
installbin: all
|
installbin: all
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
flexd-spelling
|
||||||
hardening
|
hardening
|
||||||
folder-update
|
folder-update
|
||||||
install-dir-creation
|
install-dir-creation
|
||||||
|
|
Loading…
Reference in New Issue