Control: tags 993505 + patch Control: tags 993505 + pending Dear maintainer,
I've prepared an NMU for netgen-lvs (versioned as 1.5.133-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru netgen-lvs-1.5.133/debian/changelog netgen-lvs-1.5.133/debian/changelog --- netgen-lvs-1.5.133/debian/changelog 2019-10-19 12:35:31.000000000 +0300 +++ netgen-lvs-1.5.133/debian/changelog 2021-11-07 20:50:30.000000000 +0200 @@ -1,3 +1,10 @@ +netgen-lvs (1.5.133-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with autoconf 2.71. (Closes: #993505) + + -- Adrian Bunk <b...@debian.org> Sun, 07 Nov 2021 20:50:30 +0200 + netgen-lvs (1.5.133-1) unstable; urgency=medium * New upstream release diff -Nru netgen-lvs-1.5.133/debian/patches/autoconf2.71.patch netgen-lvs-1.5.133/debian/patches/autoconf2.71.patch --- netgen-lvs-1.5.133/debian/patches/autoconf2.71.patch 1970-01-01 02:00:00.000000000 +0200 +++ netgen-lvs-1.5.133/debian/patches/autoconf2.71.patch 2021-11-07 20:50:30.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with autoconf 2.71 +Author: Adrian Bunk <b...@debian.org> +Bug-Debian: https://bugs.debian.org/993505 + +--- netgen-lvs-1.5.133.orig/scripts/configure.in ++++ netgen-lvs-1.5.133/scripts/configure.in +@@ -4,7 +4,7 @@ dnl Use autoconf 2.52 or newer. + AC_INIT(netgen, 1.3, eda-...@opencircuitdesign.com) + AC_PREREQ(2.52) + AC_CONFIG_SRCDIR(rules.mak) +-AC_CONFIG_AUX_DIR(.) ++AC_CONFIG_AUX_DIR(scripts) + + AC_CANONICAL_SYSTEM + diff -Nru netgen-lvs-1.5.133/debian/patches/series netgen-lvs-1.5.133/debian/patches/series --- netgen-lvs-1.5.133/debian/patches/series 2019-10-19 12:35:31.000000000 +0300 +++ netgen-lvs-1.5.133/debian/patches/series 2021-11-07 20:50:30.000000000 +0200 @@ -1,2 +1,3 @@ 0002-Make-sure-hardening-flags-are-passed-down.patch 0002-Fix-some-sprintf-calls.patch +autoconf2.71.patch