~ubuntu-branches/ubuntu/trusty/pangomm/trusty-proposed

« back to all changes in this revision

Viewing changes to pango/pangomm/fontdescription.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-17 01:43:19 UTC
  • mfrom: (1.2.3)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20111117014319-f1fkbllernpb5mi9
* New upstream release.
* debian/watch:
  - Track .xz tarballs.
* Bump debhelper compatibility level to 8.
* debian/control.in:
  - Bump Standards-Version to 3.9.2. No further changes.
  - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
* Stop installing libtool .la files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#define _PANGOMM_FONTDESCRIPTION_H
5
5
 
6
6
 
7
 
#include <glibmm.h>
 
7
#include <glibmm/ustring.h>
 
8
#include <sigc++/sigc++.h>
8
9
 
9
10
/* $Id: fontdescription.hg,v 1.2 2006/06/08 20:39:39 murrayc Exp $ */
10
11
 
27
28
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
28
29
 */
29
30
 
 
31
#include <glibmm/value.h>
30
32
#include <pango/pango-font.h>
31
33
 
32
34