diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 75c41e7..8fda038 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ indicator-application (0.3.92-0ubuntu1) UNRELEASED; urgency=low + * debian/rules: + - update the translations template + + [ Ted Gould ] * New upstream release. * Support middle click actions and send as Ayatana Activates * Fix signature for null sets - -- Ted Gould <ted@ubuntu.com> Thu, 11 Aug 2011 11:56:32 -0500 + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 11 Aug 2011 21:48:13 +0200 indicator-application (0.3.91-0ubuntu2) oneiric; urgency=low diff --git a/debian/rules b/debian/rules index 7950ed1..0c35db9 100755 --- a/debian/rules +++ b/debian/rules @@ -21,3 +21,5 @@ debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) common-install-arch:: find debian/tmp -name \*.la -delete find debian/tmp -name \*.a -delete + cd po; intltool-update --pot --verbose + |