Hi, I have uploaded an NMU to DELAYED/2 with the attached debdiff fixing this bug.
Cheers, Balint
diff -Nru libcaca-0.99.beta18/debian/changelog libcaca-0.99.beta18/debian/changelog --- libcaca-0.99.beta18/debian/changelog 2012-04-06 23:20:18.000000000 +0200 +++ libcaca-0.99.beta18/debian/changelog 2014-02-05 15:05:33.000000000 +0100 @@ -1,3 +1,11 @@ +libcaca (0.99.beta18-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Drop dependency on ruby1.8-dev (Closes: #723642) + * Fix FTBFS due to post-processing Doxygen's output (Closes: #716985) + + -- Balint Reczey <bal...@balintreczey.hu> Wed, 05 Feb 2014 15:03:35 +0100 + libcaca (0.99.beta18-1) unstable; urgency=low * New upstream release. diff -Nru libcaca-0.99.beta18/debian/control libcaca-0.99.beta18/debian/control --- libcaca-0.99.beta18/debian/control 2012-04-06 23:27:01.000000000 +0200 +++ libcaca-0.99.beta18/debian/control 2014-02-05 15:10:03.000000000 +0100 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Sam Hocevar <s...@debian.org> -Build-Depends: debhelper (>= 8.1.3~), pkg-config, libncursesw5-dev, libslang2-dev, libx11-dev, libimlib2-dev, freeglut3-dev, texlive-fonts-recommended, doxygen-latex, ruby1.8-dev +Build-Depends: debhelper (>= 8.1.3~), pkg-config, libncursesw5-dev, libslang2-dev, libx11-dev, libimlib2-dev, freeglut3-dev, texlive-fonts-recommended, doxygen-latex Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/sam-hocevar/pkg-misc/unstable/libcaca Vcs-Browser: http://svn.debian.org/wsvn/sam-hocevar/pkg-misc/unstable/libcaca/ diff -Nru libcaca-0.99.beta18/debian/patches/01_doxygen.diff libcaca-0.99.beta18/debian/patches/01_doxygen.diff --- libcaca-0.99.beta18/debian/patches/01_doxygen.diff 1970-01-01 01:00:00.000000000 +0100 +++ libcaca-0.99.beta18/debian/patches/01_doxygen.diff 2014-02-06 13:35:04.000000000 +0100 @@ -0,0 +1,68 @@ +Description: Don't mess with Doxygen's output +Author: Balint Reczey <bal...@balintreczey.hu> +--- ./doc/Makefile.am.orig 2014-02-05 23:46:27.317359631 +0100 ++++ ./doc/Makefile.am 2014-02-05 23:50:09.215062610 +0100 +@@ -28,10 +28,7 @@ + if BUILD_DOCUMENTATION + if USE_LATEX + rm -f latex/libcaca.tex latex/libcaca.pdf +- mv latex/refman.tex latex/libcaca.tex +- sed 's/setlength{/renewcommand{/' latex/libcaca.tex \ +- | sed 's/.*usepackage.*times.*//' > latex/refman.tex +- cd latex && $(MAKE) $(AM_CFLAGS) refman.pdf || (cat refman.log; exit 1) ++ (cd latex && pdflatex refman ; makeindex refman.idx ; pdflatex refman ; pdflatex refman ; pdflatex refman ; pdflatex refman ; pdflatex refman; echo "pdflatex exit code: $$?") + mv latex/refman.pdf latex/libcaca.pdf + touch stamp-latex + endif +--- ./doc/Makefile.in 2012-04-06 22:48:33.000000000 +0200 ++++ ./doc/Makefile.in 2014-02-06 00:00:02.871991581 +0100 +@@ -571,10 +571,7 @@ + + stamp-latex: stamp-doxygen + @BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@ rm -f latex/libcaca.tex latex/libcaca.pdf +-@BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@ mv latex/refman.tex latex/libcaca.tex +-@BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@ sed 's/setlength{/renewcommand{/' latex/libcaca.tex \ +-@BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@ | sed 's/.*usepackage.*times.*//' > latex/refman.tex +-@BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@ cd latex && $(MAKE) $(AM_CFLAGS) refman.pdf || (cat refman.log; exit 1) ++@BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@ (cd latex && pdflatex refman ; makeindex refman.idx ; pdflatex refman ; pdflatex refman ; pdflatex refman ; pdflatex refman ; pdflatex refman; echo "pdflatex exit code: $$?") + @BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@ mv latex/refman.pdf latex/libcaca.pdf + @BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@ touch stamp-latex + +--- ./doc/doxygen.cfg.in.orig 2014-02-06 13:33:38.045660374 +0100 ++++ ./doc/doxygen.cfg.in 2014-02-06 13:34:34.320981897 +0100 +@@ -286,7 +286,7 @@ + # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, + # corresponding to a cache size of 2^16 = 65536 symbols + +-SYMBOL_CACHE_SIZE = 0 ++#SYMBOL_CACHE_SIZE = 0 + + #--------------------------------------------------------------------------- + # Build related configuration options +@@ -470,7 +470,7 @@ + # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy + # in the documentation. The default is NO. + +-SHOW_DIRECTORIES = NO ++#SHOW_DIRECTORIES = NO + + # Set the SHOW_FILES tag to NO to disable the generation of the Files page. + # This will remove the Files entry from the Quick Index and from the +@@ -808,7 +808,7 @@ + # files or namespaces will be aligned in HTML using tables. If set to + # NO a bullet list will be used. + +-HTML_ALIGN_MEMBERS = YES ++#HTML_ALIGN_MEMBERS = YES + + # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML + # documentation will contain sections that can be hidden and shown after the +@@ -1367,7 +1367,7 @@ + # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory + # containing the font. + +-DOT_FONTNAME = FreeSans ++#DOT_FONTNAME = FreeSans + + # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. + # The default size is 10pt. diff -Nru libcaca-0.99.beta18/debian/patches/series libcaca-0.99.beta18/debian/patches/series --- libcaca-0.99.beta18/debian/patches/series 2011-06-19 19:19:44.000000000 +0200 +++ libcaca-0.99.beta18/debian/patches/series 2014-02-05 15:09:33.000000000 +0100 @@ -1 +1,2 @@ +01_doxygen.diff 200_glut_header.diff
signature.asc
Description: OpenPGP digital signature