tags 543067 + patch thanks Dear maintainer,
I've prepared an NMU for mergelog (versioned as 4.5.1-8.1) and I'm going to uploaded it to DELAYED/2 (as per devref §5.11.1) Please feel free to tell me if I should delay it longer. A few notes about the patch: - it boils down to invoke "automake -a" to copy in missing files; that in turn is delegated to "autoreconf -i" since you were already using autoreconf - that change makes useless the manual linking of depcomp you used to do (and that the patch removes) TIA, Cheers. -- Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7 z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/ Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u mergelog-4.5.1/debian/changelog mergelog-4.5.1/debian/changelog --- mergelog-4.5.1/debian/changelog +++ mergelog-4.5.1/debian/changelog @@ -1,3 +1,11 @@ +mergelog (4.5.1-8.1) unstable; urgency=low + + * Non-maintainer upload. + * Tell autoreconf to install missing, yet required, files. + Fixes FTBFS due to missing depcomp (Closes: #543067) + + -- Stefano Zacchiroli <z...@debian.org> Sun, 30 Aug 2009 10:19:11 +0200 + mergelog (4.5.1-8) unstable; urgency=low * adopt package (Closes: #500354) diff -u mergelog-4.5.1/debian/rules mergelog-4.5.1/debian/rules --- mergelog-4.5.1/debian/rules +++ mergelog-4.5.1/debian/rules @@ -4,8 +4,7 @@ build-stamp: cp -f /usr/share/misc/config.sub config.sub cp -f /usr/share/misc/config.guess config.guess - ln -s /usr/share/automake-1.10/depcomp - autoreconf + autoreconf -i dh build touch build-stamp