Hi Steve! On 04/05/2016 12:39 AM, Steve Langasek wrote: > Ummm what? What do you think you're doing? Where is the NMU patch for > this, which in all cases must be sent to the BTS *before* you upload? And > since when is a 0-day NMU for a two-week-old FTBFS that doesn't previously > have a patch attached appropriate?
Sorry, that was an oversight, I meant to add --delayed=3 but that somehow slipped. Attaching the patch which is very minimal, I tried to keep the changelog entry formatted the way you format them, but I forgot the additional space in front of "Closes:". You might want to fix this silently on the next upload. There is just really a long list of reverse dependencies which need unixodbc directly or transitively which is why I started to get worried. Sorry, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
diff -u unixodbc-2.3.1/Makefile.am unixodbc-2.3.1/Makefile.am --- unixodbc-2.3.1/Makefile.am +++ unixodbc-2.3.1/Makefile.am @@ -1,5 +1,3 @@ -ACLOCAL_AMFLAGS=-I libltdl/m4 - SUBDIRS = \ extras \ log \ diff -u unixodbc-2.3.1/configure.in unixodbc-2.3.1/configure.in --- unixodbc-2.3.1/configure.in +++ unixodbc-2.3.1/configure.in @@ -1,5 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(unixODBC, 2.3.1, n...@unixodbc.org ) +AC_CONFIG_MACRO_DIR([libltdl/m4]) dnl AC_CONFIG_AUX_DIR([libltdl/config]) AM_INIT_AUTOMAKE(unixODBC, 2.3.1) diff -u unixodbc-2.3.1/debian/changelog unixodbc-2.3.1/debian/changelog --- unixodbc-2.3.1/debian/changelog +++ unixodbc-2.3.1/debian/changelog @@ -1,3 +1,12 @@ +unixodbc (2.3.1-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use AC_CONFIG_MACRO_DIR([libltdl/m4]) in configure.in + instead of ACLOCAL_AMFLAGS=-I libltdl/m4 in Makefile.am + to add libltdl/m4 macro directory. Closes: #818407. + + -- John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> Mon, 04 Apr 2016 23:51:00 +0200 + unixodbc (2.3.1-4) unstable; urgency=medium * odbcinst/_SQLGetInstalledDrivers.c: don't open /etc/odbcinst.ini for
signature.asc
Description: OpenPGP digital signature