Your message dated Sun, 02 Mar 2014 03:21:31 +0000
with message-id <e1wjwy3-0007ad...@franck.debian.org>
and subject line Bug#732375: fixed in renpy 6.16.5-1
has caused the Debian Bug report #732375,
regarding renpy: Ren'Py fails to build due to freetype2 detection error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
732375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732375
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: renpy
Version: 6.15.7-1
Severity: serious
Tags: upstream patch
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

I recently submitted a tiny patch to fix a libavresample problem (#732333).
While testing the changes, I discovered that a build script bug was preventing
the package from being built properly. Upstream already released a fix for
that, but it's not included in any Ren'Py release yet. I propose adding it to
debian/patches so the package builds correctly on testing/unstable and the next
stable.
It will still be required if packages are made for Ren'Py 6.16.*. After 6.17,
it should not be necessary any more.

The upstream patch can also be found on github:
https://github.com/renpy/renpy/commit/608a55b

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages renpy depends on:
ii  python           2.7.5-5
ii  python-pygame    1.9.1release+dfsg-8
ii  python-renpy     6.15.7-1
ii  python-support   1.0.15
ii  ttf-dejavu-core  2.33+svn2514-3

Versions of packages renpy recommends:
ii  python [python-ctypes]  2.7.5-5

renpy suggests no packages.
diff --git a/module/setup.py b/module/setup.py
index 12f5eac..9d92184 100755
--- a/module/setup.py
+++ b/module/setup.py
@@ -25,7 +25,7 @@ include("zlib.h")
 include("png.h")
 include("SDL.h", directory="SDL")
 include("ft2build.h")
-include("freetype/freetype.h", directory="freetype2")
+include("freetype/freetype.h", directory="freetype2", optional=True) or include("freetype.h", directory="freetype2")
 include("libavutil/avstring.h")
 include("libavformat/avformat.h")
 include("libavcodec/avcodec.h")
diff --git a/module/ttgsubtable.h b/module/ttgsubtable.h
index 6a49a95..fcbefb8 100644
--- a/module/ttgsubtable.h
+++ b/module/ttgsubtable.h
@@ -3,7 +3,7 @@
 
 #include <stdint.h>
 #include <ft2build.h>
-#include <freetype/ftotval.h>
+#include FT_OPENTYPE_VALIDATE_H
 
 typedef struct
 {
@@ -101,7 +101,7 @@ typedef struct
 typedef struct
 {
     int LookupCount;
-    TLookup *Lookup;    
+    TLookup *Lookup;
 } TLookupList;
 
 typedef struct

--- End Message ---
--- Begin Message ---
Source: renpy
Source-Version: 6.16.5-1

We believe that the bug you reported is fixed in the latest version of
renpy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 732...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miriam Ruiz <mir...@debian.org> (supplier of updated renpy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 19 Feb 2014 00:42:22 +0100
Source: renpy
Binary: renpy python-renpy renpy-doc renpy-demo renpy-thequestion
Architecture: source all amd64
Version: 6.16.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Miriam Ruiz <mir...@debian.org>
Description: 
 python-renpy - framework for developing visual-novel type games - Python module
 renpy      - framework for developing visual-novel type games
 renpy-demo - framework for developing visual-novel type games - demo
 renpy-doc  - framework for developing visual-novel type games - doc
 renpy-thequestion - simple and complete Ren'Py game
Closes: 732375
Changes: 
 renpy (6.16.5-1) unstable; urgency=medium
 .
   [ Miriam Ruiz ]
   * New Upstream Release.
     - CLoses: #732375 (Ren'Py fails to build due to freetype2 detection error)
   * Upgraded Standards-Version from 3.9.4 to 3.9.5
   * Removed potential privacy breach by fetching data from Google at runtime in
     the documentation files
Checksums-Sha1: 
 068e6360d3558fcb72a1fbc519d38414369db268 1821 renpy_6.16.5-1.dsc
 0f1c2f78f5d5888adf6a827ca96836035499790c 14455622 renpy_6.16.5.orig.tar.bz2
 972d9907060253776a70fc2c10cf553f26aa9c45 25025 renpy_6.16.5-1.debian.tar.bz2
 6b0b69b274a336b9a620d9885989285dc42587a7 2596498 renpy_6.16.5-1_all.deb
 8a84a4aec954ed270094f4c7fa9d904671db0c6e 604772 renpy-doc_6.16.5-1_all.deb
 2b0eab159f230b25dca4fb98b62bd92066926a67 6547612 renpy-demo_6.16.5-1_all.deb
 2472ef6787511a9ac2c71e2441432877ddb02b02 1403088 
renpy-thequestion_6.16.5-1_all.deb
 0b818feb7b401f3d0f85bb894a5b541abe431042 377562 python-renpy_6.16.5-1_amd64.deb
Checksums-Sha256: 
 370b52476fd79e680d9672b42ee13ea094db1e647f2fcffabb98d16ca7a446a3 1821 
renpy_6.16.5-1.dsc
 5ecb00fa84a048ff6e1f1d8a0114373425375e9c0b2a0596bf2d47e996b9d056 14455622 
renpy_6.16.5.orig.tar.bz2
 fe9f3d30603f202332621dde3110d1a3948b20fc430691f7dc1f26b3ccb9f3e8 25025 
renpy_6.16.5-1.debian.tar.bz2
 73779c4c3dec6ede77948f6a31b1feacafdec501adff9374a98cd1aab2a6e45e 2596498 
renpy_6.16.5-1_all.deb
 59367ca08f8d24d37db53a0938e30b8e6bced2649c76cc608289f919a59e8c56 604772 
renpy-doc_6.16.5-1_all.deb
 37ac7698d2375047cf949f3af57423ce750555843168c6f276aeff32f083a787 6547612 
renpy-demo_6.16.5-1_all.deb
 d76f776b3ff4d432542e357bbb92c6c9483e28f71889d3c8ae130f222536cb94 1403088 
renpy-thequestion_6.16.5-1_all.deb
 a91e79f40ca0f9889b001663560ff13e3140619bc05130eedc98195845358070 377562 
python-renpy_6.16.5-1_amd64.deb
Files: 
 679806b509aae6bbc7c57b9872fb7392 1821 games optional renpy_6.16.5-1.dsc
 a75faec7aacde625815d1d9b3e2cc4a8 14455622 games optional 
renpy_6.16.5.orig.tar.bz2
 77ec9dbfaf5a7f14156e2897f7f5b124 25025 games optional 
renpy_6.16.5-1.debian.tar.bz2
 84872389d6b3b5738822e0a22770562f 2596498 games optional renpy_6.16.5-1_all.deb
 00abb3440c2b1e11fe46fce195f5a266 604772 doc optional renpy-doc_6.16.5-1_all.deb
 ae3ca1ca4207a94df85b3426090850c2 6547612 games optional 
renpy-demo_6.16.5-1_all.deb
 e15c8c0b8f2b5b277bb420ea63f75bb1 1403088 games optional 
renpy-thequestion_6.16.5-1_all.deb
 13c7ca4ff917a557eb2923d758578331 377562 python optional 
python-renpy_6.16.5-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlMSj1AACgkQfbltLjbuCGGD8QCgrM1HtXSazihAFTiUV/baikh5
kXcAn2D8VwVIAMWP1kAWP8S1wcpKIZMJ
=lQjN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to