[Pkg-fonts-devel] Bug#555596: Merging similar reports, attaching patch

Andreas Moog amoog at ubuntu.com
Mon Oct 14 11:48:44 UTC 2013


forcemerge 555596 713661
severity 555596 serious
tags 555596 patch
user ubuntu-devel at lists.ubuntu.com
usertags 555596 origin-ubuntu saucy ubuntu-patch
kthxbye

Hello there,

I'm merging the FTBFS report by David Suárez with this older report
(hopefully I got the syntax right) and attaching a patch that was
applied to the package in Ubuntu. The patch adds -lfreetype to the
linker commmand line to fix the FTBFS.

Thanks for considering the patch.

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
-------------- next part --------------
diff -Nru mensis-0.0.080507/debian/changelog mensis-0.0.080507/debian/changelog
--- mensis-0.0.080507/debian/changelog	2011-09-18 16:51:28.000000000 +0000
+++ mensis-0.0.080507/debian/changelog	2013-10-14 11:45:07.000000000 +0000
@@ -1,3 +1,12 @@
+mensis (0.0.080507-3.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * debian/patches/011_add_freetype_link.diff:
+    - add -lfreetype to link libraries to fix a FTBFS due to indirect linking
+      (Closes: #555596)
+
+ -- Andreas Moog <amoog at ubuntu.com>  Mon, 14 Oct 2013 13:26:00 +0200
+
 mensis (0.0.080507-3) unstable; urgency=low
 
   [ Davide Viti ]
diff -Nru mensis-0.0.080507/debian/patches/011_add_freetype_link.diff mensis-0.0.080507/debian/patches/011_add_freetype_link.diff
--- mensis-0.0.080507/debian/patches/011_add_freetype_link.diff	1970-01-01 00:00:00.000000000 +0000
+++ mensis-0.0.080507/debian/patches/011_add_freetype_link.diff	2013-10-14 11:37:26.000000000 +0000
@@ -0,0 +1,16 @@
+Description: mensis uses symbols from freetype, but doesn't add the
+ necessary libraries to the linker command.
+Author: Andreas Moog <amoog at ubuntu.com>
+Bug-Debian: http://bugs.debian.org/555596
+
+--- mensis-0.0.080507.orig/Makefile.in
++++ mensis-0.0.080507/Makefile.in
+@@ -34,7 +34,7 @@ CPPFLAGS = @CPPFLAGS@
+ 
+ LDFLAGS = @LDFLAGS@
+ LIBS = $(X_LIBS) @GLIBS@ \
+-    $(X_PRE_LIBS) $(X_EXTRA_LIBS) @LIBS@ -lgif -lm
++    $(X_PRE_LIBS) $(X_EXTRA_LIBS) @LIBS@ -lgif -lm -lfreetype
+ 
+ 
+ all: mensis-en.ui mensis
diff -Nru mensis-0.0.080507/debian/patches/series mensis-0.0.080507/debian/patches/series
--- mensis-0.0.080507/debian/patches/series	2011-09-15 19:31:15.000000000 +0000
+++ mensis-0.0.080507/debian/patches/series	2013-10-14 11:27:58.000000000 +0000
@@ -3,3 +3,4 @@
 008_libgif.diff
 009_libtool_modes.diff
 010_libtool_shell.diff
+011_add_freetype_link.diff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-fonts-devel/attachments/20131014/bbcf1279/attachment.sig>


More information about the Pkg-fonts-devel mailing list