tags 570719 + patch tags 570719 + pending thanks Dear maintainer,
I've prepared an NMU for librep (versioned as 0.90.2-1.1) and uploaded it to DELAYED/5, as suggested by section 5.11.1 of the Developer's Reference for NMUs fixing RC bugs less than 7 days old. Please feel free to tell me if I should delay it longer. Regards. diff -u librep-0.90.2/debian/changelog librep-0.90.2/debian/changelog --- librep-0.90.2/debian/changelog +++ librep-0.90.2/debian/changelog @@ -1,3 +1,12 @@ +librep (0.90.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Set CONFIG_SHELL and run ./configure using /bin/bash + explicitly, so that the generated libtool will work with any /bin/sh. + (Closes: #570719) + + -- Tim Retout <dioc...@debian.org> Thu, 14 Oct 2010 18:51:17 +0100 + librep (0.90.2-1) unstable; urgency=low * New Upstream Release. diff -u librep-0.90.2/debian/rules librep-0.90.2/debian/rules --- librep-0.90.2/debian/rules +++ librep-0.90.2/debian/rules @@ -48,7 +48,8 @@ cp /usr/share/misc/config.guess . cp /usr/share/misc/config.sub . - ./configure --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/share/man \ + CONFIG_SHELL=/bin/bash /bin/bash ./configure \ + --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/share/man \ --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \ --with-readline CFLAGS="$(CFLAGS)" $(ARCH_CONF) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org