~ubuntu-branches/ubuntu/vivid/gsettings-desktop-schemas/vivid

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Michael Biebl, Jeremy Bicha, Steve Langasek
  • Date: 2012-03-28 23:05:55 UTC
  • mfrom: (1.2.2) (12.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120328230555-74uk60xul47gpau7
Tags: 3.4.0-1
[ Michael Biebl ]
* New upstream release.
* debian/watch: Track stable releases.
* debian/copyright: Update to the final copyright format 1.0 spec.
* Bump Standards-Versions to 3.9.3.
* Bump debhelper compatibility level to 8.
* Strip debian/tmp/ from .install files.

[ Jeremy Bicha ]
* debian/control.in:
  - Bump build-depends on glib to 2.31.0.
  - Add gobject-introspection build-depends.
  - Use arch "any" for gsettings-desktop-schemas-dev
* Add new gir1.2-gdesktopenums-3.0 package.

[ Steve Langasek ]
* Mark gesttings-desktop-schemas Multi-Arch: foreign.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
XGETTEXT = @XGETTEXT@
50
50
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
51
51
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
52
 
MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
53
 
GENPOT   = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
 
52
MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) XGETTEXT=$(XGETTEXT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
 
53
GENPOT   = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) XGETTEXT=$(XGETTEXT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
54
54
 
55
55
ALL_LINGUAS = @ALL_LINGUAS@
56
56