[Python-modules-commits] r26806 - in packages/soya/trunk/debian (3 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Wed Dec 18 21:17:08 UTC 2013


    Date: Wednesday, December 18, 2013 @ 21:17:07
  Author: bernat
Revision: 26806

Fix the way freetype's includes are used to cope with a change in freetype header files. Closes: #732409.

Added:
  packages/soya/trunk/debian/patches/fix-freetype-use
Modified:
  packages/soya/trunk/debian/changelog
  packages/soya/trunk/debian/patches/series

Modified: packages/soya/trunk/debian/changelog
===================================================================
--- packages/soya/trunk/debian/changelog	2013-12-18 20:30:07 UTC (rev 26805)
+++ packages/soya/trunk/debian/changelog	2013-12-18 21:17:07 UTC (rev 26806)
@@ -1,12 +1,14 @@
-soya (0.15~rc1-9) UNRELEASED; urgency=low
+soya (0.15~rc1-9) unstable; urgency=low
 
   [ Vincent Bernat ]
   * Add missing epoch to libopenal-dev dependency.
+  * Fix the way freetype's includes are used to cope with a change in
+    freetype header files. Closes: #732409.
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:04:00 +0200
+ -- Vincent Bernat <bernat at debian.org>  Wed, 18 Dec 2013 22:13:51 +0100
 
 soya (0.15~rc1-8) unstable; urgency=low
 

Added: packages/soya/trunk/debian/patches/fix-freetype-use
===================================================================
--- packages/soya/trunk/debian/patches/fix-freetype-use	                        (rev 0)
+++ packages/soya/trunk/debian/patches/fix-freetype-use	2013-12-18 21:17:07 UTC (rev 26806)
@@ -0,0 +1,14 @@
+Index: soya-0.15~rc1/include_freetype.h
+===================================================================
+--- soya-0.15~rc1.orig/include_freetype.h	2007-05-13 17:52:33.000000000 +0200
++++ soya-0.15~rc1/include_freetype.h	2013-12-18 22:04:50.923574611 +0100
+@@ -21,8 +21,4 @@
+ 
+ #include <ft2build.h>
+ #include FT_FREETYPE_H // this is not do-able in Pyrex
+-#include <freetype/freetype.h>
+-#include <freetype/ftoutln.h>
+-#include <freetype/ftimage.h>
+-#include <freetype/ftglyph.h>
+-
++#include <freetype.h>

Modified: packages/soya/trunk/debian/patches/series
===================================================================
--- packages/soya/trunk/debian/patches/series	2013-12-18 20:30:07 UTC (rev 26805)
+++ packages/soya/trunk/debian/patches/series	2013-12-18 21:17:07 UTC (rev 26806)
@@ -8,3 +8,4 @@
 # elementtree
 no-string-exceptions
 link-with-gl-and-glu
+fix-freetype-use




More information about the Python-modules-commits mailing list