tags 595876 + patch tags 595876 + pending thanks Dear maintainer,
I've prepared an NMU for multiboot (versioned as 0.6.96-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Rolling Stones
diff -u multiboot-0.6.96/debian/changelog multiboot-0.6.96/debian/changelog --- multiboot-0.6.96/debian/changelog +++ multiboot-0.6.96/debian/changelog @@ -1,3 +1,14 @@ +multiboot (0.6.96-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS in squeeze: rm: cannot remove + `debian/multiboot/usr/share/info/dir': No such file or directory": + "rm -f" so that the file gets removed whether it's created or not (depends + on having install-info installed or not); thanks to Justus Winter for his + debugging help (closes: #595876). + + -- gregor herrmann <[email protected]> Tue, 21 Sep 2010 16:58:29 +0200 + multiboot (0.6.96-1) unstable; urgency=low * Initial release. (Closes: #562484) diff -u multiboot-0.6.96/debian/rules multiboot-0.6.96/debian/rules --- multiboot-0.6.96/debian/rules +++ multiboot-0.6.96/debian/rules @@ -43,7 +43,7 @@ stamps/install: $(MAKE) -C $(DEB_SRCDIR) install DESTDIR=$(CURDIR)/debian/$(package)/ - rm debian/$(package)/usr/share/info/dir + rm -f debian/$(package)/usr/share/info/dir mkdir -p debian/$(package)/usr/share/lintian/overrides for i in \
signature.asc
Description: Digital signature

