On Sat, Jul 30, 2016 at 08:45:25PM +0100, Adam D. Barratt wrote: > Control: tags -1 + pending > > On Sat, 2016-07-30 at 10:51 +0200, Kurt Roeckx wrote: > > On Fri, Jul 29, 2016 at 01:40:17PM +0200, Julien Cristau wrote: > > > Control: tag -1 confirmed > > > > > > On Mon, Jul 25, 2016 at 23:28:14 +0200, Kurt Roeckx wrote: > [...] > > > > I would like to fix #800446 in stable. It was caused by the > > > > uploader not using the current version of automake when uploading > > > > the binary package. The i386 and amd64 version need to be build > > > > using the same version. > > > > > > > > So I see 2 solutions: > > > > - We binNMU it on both i386 and amd64 > > > > - I upload a new version with no changes > > > > > > > I've scheduled a binNMU for i386 and amd64. Once those are available > > > can you please double check that the issue is gone and that the upgrade > > > path is fine? > > > > I think you need to approve them before I can check that. In any > > case I don't see them yet. > > /srv/ftp-master.d.o/policy is DD-accessible via the ftp-master mirror > and contains packages files for {,old}stable-new alongside the binary > packages. > > I've just flagged the uploads for acceptance, so they should hit p-u > after the next dinstall.
The diff is still: --- usr/share/libtool/libltdl/Makefile.in 2014-10-14 17:40:35.000000000 +0000 +++ usr/share/libtool/libltdl/Makefile.in 2014-10-14 18:33:42.000000000 +0000 @@ -87,7 +87,7 @@ subdir = . DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config-h.in lt__strl.c lt__dirent.c argz.c \ + $(srcdir)/config-h.in lt__dirent.c lt__strl.c argz.c \ $(top_srcdir)/config/depcomp $(am__include_HEADERS_DIST) \ $(am__ltdlinclude_HEADERS_DIST) COPYING.LIB README \ config/compile config/config.guess config/config.sub \ Not sure what is going on yet. Kurt