~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/00git_missing_prototype.patch

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-11-12 13:23:16 UTC
  • mfrom: (1.6.5) (63.3.31 sid)
  • Revision ID: package-import@ubuntu.com-20121112132316-1cffyagrjxx8tvmg
Tags: 1.30.1-1
* New upstream bug fix release.
* debian/libpango1.0-0.symbols: Add new symbol from this release.
* Grab a few fixes from upstream (via Ubuntu package, thanks Robert Ancell):
  - 00git_missing_prototype.patch: Add missing method prototype.
  - 00git_memory_leak.patch: Fix memory leak (LP: #837145)
  - 00git_thai_zero_width_spaces.patch: correctly handle zero width spaces
    in Thai (LP: #986008)
* Add debian/tests: Simple compile/link/run autopkg test. Thanks to Rafał
  Cieślak! (LP: #1073637)
* debian/control.in: Set Vcs-* to experimental branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From be09d2e46f443040824e9e035c362d800bd52921 Mon Sep 17 00:00:00 2001
 
2
From: Robert Ancell <robert.ancell@canonical.com>
 
3
Date: Fri, 8 Jun 2012 15:08:19 +1200
 
4
Subject: [PATCH] Add missing prototype for pango_config_key_get_system
 
5
 
 
6
---
 
7
 pango/pango-utils.h |    1 +
 
8
 1 file changed, 1 insertion(+)
 
9
 
 
10
diff --git a/pango/pango-utils.h b/pango/pango-utils.h
 
11
index f86c662..188ea50 100644
 
12
--- a/pango/pango-utils.h
 
13
+++ b/pango/pango-utils.h
 
14
@@ -42,6 +42,7 @@ gboolean pango_scan_int       (const char **pos,
 
15
                               int         *out);
 
16
 
 
17
 #ifdef PANGO_ENABLE_BACKEND
 
18
+char *   pango_config_key_get_system (const char *key);
 
19
 char *   pango_config_key_get (const char  *key);
 
20
 void     pango_lookup_aliases (const char   *fontname,
 
21
                               char       ***families,
 
22
-- 
 
23
1.7.10
 
24