tags 554413 patch tags 616215 patch thanks This patch fixes these two RC bugs.
Cheers! Mònica
diff -Nru ftgl-2.1.3~rc5/debian/changelog ftgl-2.1.3~rc5/debian/changelog --- ftgl-2.1.3~rc5/debian/changelog 2010-01-03 14:40:14.000000000 +0100 +++ ftgl-2.1.3~rc5/debian/changelog 2011-11-13 04:52:26.000000000 +0100 @@ -1,3 +1,13 @@ +ftgl (2.1.3~rc5-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Drop doxygen and texlive-* (except texlive-fonts-recommended) and + add doxygen-latex as a build dependency (Closes: #616215). + * debian/patches/fix-build-binutils-gold.patch: Add link options to + LDFLAGS to build with binutils-gold (Closes: #554413). + + -- Mònica Ramírez Arceda <[email protected]> Sat, 12 Nov 2011 22:24:10 +0100 + ftgl (2.1.3~rc5-3) unstable; urgency=low * Change package format to 3.0 (quilt). diff -Nru ftgl-2.1.3~rc5/debian/control ftgl-2.1.3~rc5/debian/control --- ftgl-2.1.3~rc5/debian/control 2010-01-03 14:39:56.000000000 +0100 +++ ftgl-2.1.3~rc5/debian/control 2011-11-13 04:27:58.000000000 +0100 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Sam Hocevar <[email protected]> -Build-Depends: debhelper (>= 5.0), quilt, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libfreetype6-dev (>> 2.0.9), doxygen, freeglut3-dev, libcppunit-dev, doxygen, imagemagick, texlive-latex-base, texlive-base-bin, texlive-font-utils, texlive-latex-recommended, texlive-fonts-recommended, ghostscript +Build-Depends: debhelper (>= 5.0), quilt, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libfreetype6-dev (>> 2.0.9), doxygen-latex, freeglut3-dev, libcppunit-dev, imagemagick, texlive-fonts-recommended, ghostscript Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/sam-hocevar/pkg-misc/unstable/ftgl Vcs-Browser: http://svn.debian.org/wsvn/sam-hocevar/pkg-misc/unstable/ftgl/ diff -Nru ftgl-2.1.3~rc5/debian/patches/fix-build-binutils-gold.patch ftgl-2.1.3~rc5/debian/patches/fix-build-binutils-gold.patch --- ftgl-2.1.3~rc5/debian/patches/fix-build-binutils-gold.patch 1970-01-01 01:00:00.000000000 +0100 +++ ftgl-2.1.3~rc5/debian/patches/fix-build-binutils-gold.patch 2011-11-13 04:40:19.000000000 +0100 @@ -0,0 +1,16 @@ +Description: Add the needed link options to LDFLAGS + to build with binutils-gold. +Author: Mònica Ramírez Arceda <[email protected]> +Last-Update: 2011-11-13 + +--- a/demo/Makefile.in ++++ b/demo/Makefile.in +@@ -152,7 +152,7 @@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + KPSEWHICH = @KPSEWHICH@ + LATEX = @LATEX@ +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -lm -lGLU -lGL + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ + LIBTOOL = @LIBTOOL@ diff -Nru ftgl-2.1.3~rc5/debian/patches/series ftgl-2.1.3~rc5/debian/patches/series --- ftgl-2.1.3~rc5/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ ftgl-2.1.3~rc5/debian/patches/series 2011-11-13 04:25:47.000000000 +0100 @@ -0,0 +1 @@ +fix-build-binutils-gold.patch
signature.asc
Description: This is a digitally signed message part

