diff --git a/debian/changelog b/debian/changelog index c162872..f2aca25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +uronode (2.8-1) UNRELEASED; urgency=medium + + * New Upstream import + - patches refreshed + + -- Dave Hibberd Fri, 24 Nov 2017 18:07:19 +0000 + uronode (2.7-1) unstable; urgency=medium * New Upstream import diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 049ff37..7ad5eaf 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: hamradio Priority: optional Maintainer: Debian Hamradio Maintainers Uploaders: Dave Hibberd -Build-Depends: debhelper (>= 9), libax25-dev +Build-Depends: debhelper (>= 10), libax25-dev Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/uronode.git Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/uronode.git diff --git a/debian/patches/install-dir-creation b/debian/patches/install-dir-creation index 31eeb6c..ff83098 100644 --- a/debian/patches/install-dir-creation +++ b/debian/patches/install-dir-creation @@ -4,7 +4,7 @@ Last-Update: 2017-08-22 --- a/Makefile.in +++ b/Makefile.in -@@ -37,6 +37,7 @@ +@@ -38,6 +38,7 @@ install -b -m 644 -p etc/gateways $(VAR_DIR)/flex installbin: all diff --git a/debian/patches/series b/debian/patches/series index 57cc4b0..330f0f2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ -flexd-spelling hardening folder-update install-dir-creation diff --git a/debian/rules b/debian/rules index dff3261..adf355f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export NON_INTERACTIVE=1 %: dh $@