From f3210466e73e951530ce0996dbfebdfec523a201 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 11 Aug 2011 17:09:03 +0200 Subject: debian/rules: run intltool-update to update the translations template (lp: #820705) --- debian/changelog | 7 +++++++ debian/rules | 2 ++ 2 files changed, 9 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3d23d59..5a6d3bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-session (0.3.1-0ubuntu2) UNRELEASED; urgency=low + + * debian/rules: run intltool-update to update the translations template + (lp: #820705) + + -- Sebastien Bacher Thu, 11 Aug 2011 17:05:25 +0200 + indicator-session (0.3.1-0ubuntu1) oneiric; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index 8d716bc..bee840d 100755 --- a/debian/rules +++ b/debian/rules @@ -22,3 +22,5 @@ common-install-arch:: find debian/tmp -name \*.la -delete find debian/tmp -name \*.a -delete find debian/tmp -name classic-desktop.sh | xargs chmod +x + cd po; intltool-update --pot --verbose + -- cgit v1.2.3