diff options
author | Ted Gould <ted@gould.cx> | 2011-09-28 10:24:19 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-28 10:24:19 -0500 |
commit | 749e1fca116849bc9e8cde0f3ac34ff98ce1c199 (patch) | |
tree | ba911006d3b6b381062569a444e058db1afe3e88 | |
parent | 77b5c42947e2f5ed8ba690223824fe71e34f12f4 (diff) | |
parent | 256899d059d635d64f43d97d46bf0e559116854c (diff) | |
download | ayatana-indicator-application-749e1fca116849bc9e8cde0f3ac34ff98ce1c199.tar.gz ayatana-indicator-application-749e1fca116849bc9e8cde0f3ac34ff98ce1c199.tar.bz2 ayatana-indicator-application-749e1fca116849bc9e8cde0f3ac34ff98ce1c199.zip |
Merge U. Desktop
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d1d2927..f253fb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,13 +5,17 @@ indicator-application (0.4.0-0ubuntu1~ppa1) oneiric; urgency=low -- Ted Gould <ted@ubuntu.com> Wed, 28 Sep 2011 10:02:11 -0500 -indicator-application (0.3.92-0ubuntu1~ppa1) oneiric; urgency=low +indicator-application (0.3.92-0ubuntu1) oneiric; 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:41 +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 + |