aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2011-08-11 17:09:03 +0200
committerSebastien Bacher <seb128@ubuntu.com>2011-08-11 17:09:03 +0200
commitf3210466e73e951530ce0996dbfebdfec523a201 (patch)
tree853e459acd8c6ed874c3db14b9a21dae1522d47e /debian
parent7ef5e38e753b2201a6a44be1f760715c129cd7f8 (diff)
downloadayatana-indicator-session-f3210466e73e951530ce0996dbfebdfec523a201.tar.gz
ayatana-indicator-session-f3210466e73e951530ce0996dbfebdfec523a201.tar.bz2
ayatana-indicator-session-f3210466e73e951530ce0996dbfebdfec523a201.zip
debian/rules: run intltool-update to update the translations template
(lp: #820705)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 9 insertions, 0 deletions
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 <seb128@ubuntu.com> 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
+