tag 348190 + patch usertag 348190 + sentpatch thanks I tried to build wvstreams in pbuilder, and I got this:
dh_installdirs -i
# Add here commands to install the indep part of the package into
# debian/<package>-doc.
#INSTALLDOC#
install -d
/tmp/buildd/wvstreams-4.2.2/debian/libwvstreams4.2-doc/usr/share/doc/libwvstreams4.2-doc
install -d
/tmp/buildd/wvstreams-4.2.2/debian/libwvstreams4.2-doc/usr/share/doc/libwvstreams4.2-doc/html-api
find Docs/doxy-html -type f -exec install -m644 '{}'
/tmp/buildd/wvstreams-4.2.2/debian/libwvstreams4.2-doc/usr/share/doc/libwvstreams4.2-doc/html-api/
';'
/bin/sh: line 1:
/tmp/buildd/wvstreams-4.2.2/debian/libwvstreams4.2-doc/usr/share/doc/libwvstreams4.2-doc/html-manual/:
No such file or directory
make: *** [install-indep] Error 127
pbuilder: Failed autobuilding of package
I think that perhaps you have an older version of make that doesn't take
into account a \ at the end of the comments? Building in pbuilder is
always a good idea to prevent these kinds of things, and also to prevent
easy-to-fix build errors on the auto-builders.
With the attached patch, it builds correctly in pbuilder.
--
bye,
pabs
http://wiki.debian.org/PaulWise
only in patch2: unchanged: --- wvstreams-4.2.2.orig/debian/rules +++ wvstreams-4.2.2/debian/rules @@ -110,11 +110,8 @@ @# Don't install the SGML documentation. @#install -d $(DOCDIR)/html-manual - @#install -m644 Docs/sgmlmanual/wvstreams.html/*.html \ - $(DOCDIR)/html-manual/ - @#install -m644 Docs/sgmlmanual/wvstreams.ps \ - Docs/sgmlmanual/wvstreams.pdf \ - $(DOCDIR) + @#install -m644 Docs/sgmlmanual/wvstreams.html/*.html $(DOCDIR)/html-manual/ + @#install -m644 Docs/sgmlmanual/wvstreams.ps Docs/sgmlmanual/wvstreams.pdf $(DOCDIR) dh_install -i only in patch2: unchanged: --- wvstreams-4.2.2.orig/debian/changelog +++ wvstreams-4.2.2/debian/changelog @@ -1,3 +1,10 @@ +wvstreams (4.2.2-2) unstable; urgency=low + + * Prevent FTBFS due to new make seemingly not understanding comments over + several lines. (Closes: #348190) + + -- Simon Law <[EMAIL PROTECTED]> Mon, 16 Jan 2006 10:16:44 +0800 + wvstreams (4.2.2-1) unstable; urgency=low * New upstream version.
signature.asc
Description: This is a digitally signed message part

