aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+