Removed patch that was inluded upstream
This commit is contained in:
parent
70278f774d
commit
863eee7d89
|
@ -1,3 +1,10 @@
|
||||||
|
uronode (2.8-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* New Upstream import
|
||||||
|
- patches refreshed
|
||||||
|
|
||||||
|
-- Dave Hibberd <d@vehibberd.com> Fri, 24 Nov 2017 18:07:19 +0000
|
||||||
|
|
||||||
uronode (2.7-1) unstable; urgency=medium
|
uronode (2.7-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New Upstream import
|
* New Upstream import
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
9
|
10
|
||||||
|
|
|
@ -3,7 +3,7 @@ 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
|
Build-Depends: debhelper (>= 10), libax25-dev
|
||||||
Standards-Version: 4.1.1
|
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
|
||||||
|
|
|
@ -4,7 +4,7 @@ Last-Update: 2017-08-22
|
||||||
|
|
||||||
--- a/Makefile.in
|
--- a/Makefile.in
|
||||||
+++ b/Makefile.in
|
+++ b/Makefile.in
|
||||||
@@ -37,6 +37,7 @@
|
@@ -38,6 +38,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,4 +1,3 @@
|
||||||
flexd-spelling
|
|
||||||
hardening
|
hardening
|
||||||
folder-update
|
folder-update
|
||||||
install-dir-creation
|
install-dir-creation
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
||||||
|
export NON_INTERACTIVE=1
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
Loading…
Reference in New Issue