Control: tags 997348 + patch Control: tags 997348 + pending Dear maintainer,
I've prepared an NMU for magic (versioned as 8.3.105+ds.1-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru magic-8.3.105+ds.1/debian/changelog magic-8.3.105+ds.1/debian/changelog --- magic-8.3.105+ds.1/debian/changelog 2020-12-28 11:09:00.000000000 +0200 +++ magic-8.3.105+ds.1/debian/changelog 2021-12-06 22:32:27.000000000 +0200 @@ -1,3 +1,10 @@ +magic (8.3.105+ds.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with autoconf 2.71. (Closes: #997348) + + -- Adrian Bunk <b...@debian.org> Mon, 06 Dec 2021 22:32:27 +0200 + magic (8.3.105+ds.1-1) unstable; urgency=medium * New upstream version diff -Nru magic-8.3.105+ds.1/debian/patches/autoconf2.71.patch magic-8.3.105+ds.1/debian/patches/autoconf2.71.patch --- magic-8.3.105+ds.1/debian/patches/autoconf2.71.patch 1970-01-01 02:00:00.000000000 +0200 +++ magic-8.3.105+ds.1/debian/patches/autoconf2.71.patch 2021-12-06 22:32:27.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/997348 + +--- magic-8.3.105+ds.1.orig/scripts/configure.in ++++ magic-8.3.105+ds.1/scripts/configure.in +@@ -4,7 +4,7 @@ dnl Use autoconf 2.52 or newer. + AC_INIT(magic,, magic-hack...@csl.cornell.edu) + AC_PREREQ(2.52) + AC_CONFIG_SRCDIR(rules.mak) +-AC_CONFIG_AUX_DIR(.) ++AC_CONFIG_AUX_DIR(scripts) + + AC_CANONICAL_SYSTEM + diff -Nru magic-8.3.105+ds.1/debian/patches/series magic-8.3.105+ds.1/debian/patches/series --- magic-8.3.105+ds.1/debian/patches/series 2020-12-27 21:06:40.000000000 +0200 +++ magic-8.3.105+ds.1/debian/patches/series 2021-12-06 22:32:27.000000000 +0200 @@ -8,3 +8,4 @@ 0009-Tutorials-and-ps-files-installed-in-usr-share-doc-ma.patch 0011-Add-bindings-to-scroll-with-shift-or-ctrl-pressed.patch 0010-Keep_install_as_earlier_Debian_packages.patch +autoconf2.71.patch