Package: freetype
Version: 2.3.11-1
Severity: important
Justification: fails to build from source

Because of a misplaced period in debian/libfreetype6.files, one of the symlinks 
for the shared library
doesn't get included in the package.  This causes other apps to FTBFS when 
trying to link against
freetype.

This diff will fix it:

diff -u freetype-2.3.11/debian/changelog freetype-2.3.11/debian/changelog
--- freetype-2.3.11/debian/changelog
+++ freetype-2.3.11/debian/changelog
@@ -1,3 +1,11 @@
+freetype (2.3.11-2) unstable; urgency=low
+
+  * debian/libfreetype6.files:
+    - Correct an extra period that was placed causing other packages to
+      FTBFS when linking against freetype.
+
+ -- Mario Limonciello <supe...@ubuntu.com>  Sun, 29 Nov 2009 23:30:35 -0600
+
 freetype (2.3.11-1) unstable; urgency=low
 
   * New upstream release
diff -u freetype-2.3.11/debian/libfreetype6.files 
freetype-2.3.11/debian/libfreetype6.files
--- freetype-2.3.11/debian/libfreetype6.files
+++ freetype-2.3.11/debian/libfreetype6.files
@@ -1 +1 @@
-usr/lib/*.so.*
+usr/lib/*.so*


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 
'karmic-proposed'), (500, 'karmic-backports'), (500, 'karmic')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-15-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to