Control: tags 749354 + patch
Control: tags 749354 + pending

Dear maintainer,

I've prepared an NMU for isakmpd (versioned as 20041012-7.3) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
Sebastian
diff -Nru isakmpd-20041012/debian/changelog isakmpd-20041012/debian/changelog
--- isakmpd-20041012/debian/changelog	2012-02-22 01:43:13.000000000 +0100
+++ isakmpd-20041012/debian/changelog	2016-04-20 21:40:12.000000000 +0200
@@ -1,3 +1,10 @@
+isakmpd (20041012-7.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fixup GNUmakefile for certpatch. Patch by Erwan Prioul (Closes: #749354).
+
+ -- Sebastian Andrzej Siewior <sebast...@breakpoint.cc>  Wed, 20 Apr 2016 21:40:11 +0200
+
 isakmpd (20041012-7.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru isakmpd-20041012/debian/patches/08_gnumakefile.patch isakmpd-20041012/debian/patches/08_gnumakefile.patch
--- isakmpd-20041012/debian/patches/08_gnumakefile.patch	1970-01-01 01:00:00.000000000 +0100
+++ isakmpd-20041012/debian/patches/08_gnumakefile.patch	2016-04-20 21:38:48.000000000 +0200
@@ -0,0 +1,36 @@
+From: Erwan Prioul <er...@linux.vnet.ibm.com>
+Subject: certpath: GNUmakefile fixup
+Date: Wed, 10 Dec 2014 15:30:17 +0100
+
+Dear Maintainer,
+
+The attached patch fixes the GNUmakefile in the apps/certpatch directory.
+There were few typos leading to a failure when building the package.
+
+Thanks for considering the patch.
+
+Erwan Prioul.
+---
+ apps/certpatch/GNUmakefile |    6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+--- a/apps/certpatch/GNUmakefile
++++ b/apps/certpatch/GNUmakefile
+@@ -30,14 +30,14 @@
+ # This code was written under funding by Ericsson Radio Systems.
+ #
+ 
++.CURDIR:=	$(shell pwd)
+ PROG=		certpatch
+ SRCS=		certpatch.c
+ BINDIR?=	/usr/sbin
+-TOPSRC=		${.CURDIR}../..
+-TOPOBJ!=	cd ${TOPSRC}; printf "all:\n\t@pwd\n" |${MAKE} -f-
++TOPSRC=		${.CURDIR}/../..
++TOPOBJ!=	cd ${TOPSRC}; printf "all:\n\t@pwd\n" |${MAKE} --no-print-directory -f-
+ OS=			linux
+ FEATURES!=	awk '/^FEATURES=/ { print $$0 }' ${.CURDIR}/../../Makefile | sed 's/FEATURES=.//'
+-.PATH:		${TOPSRC} ${TOPSRC}/sysdep/${OS} ${TOPOBJ}
+ CFLAGS+=	-I${TOPSRC} -I${TOPSRC}/sysdep/${OS} -I${TOPOBJ} -Wall
+ LDFLAGS+=	-lcrypto -lssl -lgmp
+ MAN=		certpatch.8
diff -Nru isakmpd-20041012/debian/patches/series isakmpd-20041012/debian/patches/series
--- isakmpd-20041012/debian/patches/series	2010-06-11 17:45:41.000000000 +0200
+++ isakmpd-20041012/debian/patches/series	2016-04-20 21:37:14.000000000 +0200
@@ -5,3 +5,4 @@
 05_openssl.patch
 06_sysdep.patch
 07_fix_ifreq_len.patch
+08_gnumakefile.patch

Reply via email to