diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2011-08-11 21:48:35 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2011-08-11 21:48:35 +0200 |
commit | c538da379087c5543b7c45bd639be3f99757e157 (patch) | |
tree | a93cdd01f77475741851f1ecb21cafca862355e8 /debian | |
parent | 8735cde0b73894719d9f0d2a38f6fdf4c52a5565 (diff) | |
download | ayatana-indicator-application-c538da379087c5543b7c45bd639be3f99757e157.tar.gz ayatana-indicator-application-c538da379087c5543b7c45bd639be3f99757e157.tar.bz2 ayatana-indicator-application-c538da379087c5543b7c45bd639be3f99757e157.zip |
* debian/rules:
- update the translations template
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 + |