On Fri, Oct 09, 2009 at 11:36:36AM +0900, Nobuhiro Iwamatsu wrote: > Package: asymptote > Version: 1.86-1 > Justification: FTBFS > Severity: serious > > Hi, > > asymptote FTBFS on some architecture. > > https://buildd.debian.org/pkg.cgi?pkg=asymptote > > ----- > ..... > dh_shlibdeps -pasymptote > dpkg-shlibdeps: warning: dependency on libgslcblas.so.0 could be > avoided if "debian/asymptote/usr/bin/asy" were not uselessly linked > against it (they use none of its symbols). > dpkg-shlibdeps: warning: dependency on librt.so.1 could be avoided if > "debian/asymptote/usr/bin/asy" were not uselessly linked against it > (they use none of its symbols). > chmod +x debian/asymptote/usr/share/asymptote/asy-kate.sh > # move examples from asymptote to asymptote-doc > mv -f debian/asymptote/usr/share/doc/asymptote/examples > debian/asymptote-doc/usr/share/doc/asymptote-doc > mv: cannot move `debian/asymptote/usr/share/doc/asymptote/examples' to > `debian/asymptote-doc/usr/share/doc/asymptote-doc': No such file or > directory > make: *** [binary-predeb/asymptote] Error 1 > dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch > gave error exit status 2 > ----- > > Please fix this problem.
I have rebuilt the package with this bug fixed, and am about to upload it to the 3-day delayed queue (it's an NMU). Here is the patch I have applied to debian/rules. Incidentally, version 1.88 is now available as well. Julian --- debian/rules.orig 2009-10-17 20:58:24.000000000 +0100 +++ debian/rules 2009-10-17 22:05:14.000000000 +0100 @@ -12,7 +12,8 @@ DEB_CONFIGURE_EXTRA_FLAGS = --enable-gc=system --with-latex=/usr/share/texmf/tex/latex --with-context=/usr/share/texmf/tex/context/third DEB_INSTALL_INFO_asymptote-doc = doc/png/asymptote.info* doc/FAQ/asy-faq.info -DEB_INSTALL_DOCS_asymptote-doc = doc/asymptote.pdf doc/png doc/FAQ/asy-faq.ascii +DEB_INSTALL_DOCS_asymptote-doc = doc/asymptote.pdf doc/png \ + doc/FAQ/asy-faq.ascii examples DEB_INSTALL_MANPAGES_asymptote = doc/asy.1 doc/xasy.1x DEB_COMPRESS_EXCLUDE = .pdf @@ -44,6 +45,7 @@ binary-install/asymptote-doc:: mv -f debian/asymptote-doc/usr/share/doc/asymptote-doc/png debian/asymptote-doc/usr/share/doc/asymptote-doc/html + rm -f debian/asymptote-doc/usr/share/doc/asymptote-doc/html/Makefile* debian/asymptote-doc/usr/share/doc/asymptote-doc/html/asymptote.info* clean:: # cd doc && [ ! -f Makefile ] || $(MAKE) distclean @@ -57,7 +59,3 @@ binary-predeb/asymptote:: chmod +x debian/$(cdbs_curpkg)/usr/share/asymptote/asy-kate.sh # $(RM) debian/$(cdbs_curpkg)/usr/share/asymptote/*.el - # move examples from asymptote to asymptote-doc - mv -f debian/asymptote/usr/share/doc/asymptote/examples debian/asymptote-doc/usr/share/doc/asymptote-doc - - -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org