~xubuntu-dev/libxfce4util/maverick

« back to all changes in this revision

Viewing changes to libxfce4util/xfce-i18n.c

  • Committer: Lionel Le Folgoc
  • Date: 2010-05-23 18:00:15 UTC
  • Revision ID: mrpouit@ubuntu.com-20100523180015-0ddtdmn4xstvm2y8
* Merge from debian testing, remaining Ubuntu changes:
  - debian/control: use our Vcs-* fields.
  - debian/patches:
    + xubuntu_desktop-x-ubuntu-gettext.patch: display translations for
      "X-Ubuntu-Gettext-Domain" desktop files
    + series:
      . don't apply 01_add-desktop-base-in-config-dirs.patch
      . refreshed.
* New upstream release.
* debian/control:
  - bump standards version to 3.8.4.
  - add build-dep on intltool. 
  - drop quilt and chrpath build-deps.
  - bump debhelper build-deps for overrides.
* debian/rules:
  - switch to debhelper 7.
* switch to 3.0 (quilt) source format.
* debian/watch edited to track Xfce archive reorganisation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: xfce-i18n.c 27824 2008-09-11 18:35:07Z kelnos $ */
 
1
/* $Id$ */
2
2
/*-
3
3
 * Copyright (c) 2003-2006 Benedikt Meurer <benny@xfce.org>
4
4
 * Copyright (c) 2004      Jasper Huijsman <jasper@xfce.org>
27
27
#ifdef HAVE_LIMITS_H
28
28
#include <limits.h>
29
29
#endif
 
30
#ifdef HAVE_LIBINTL_H
 
31
#include <libintl.h>
 
32
#endif
30
33
#ifdef HAVE_LOCALE_H
31
34
#include <locale.h>
32
35
#endif