diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e6d553c..5a5aba7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -libindicator (0.3.93-0ubuntu1~ppa1) oneiric; urgency=low +libindicator (0.3.93-0ubuntu1) oneiric; urgency=low * New upstream release. * Rescan icon theme if icon can't be loaded - -- Ted Gould <ted@ubuntu.com> Thu, 11 Aug 2011 09:44:35 -0500 + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 11 Aug 2011 21:16:12 +0200 -libindicator (0.3.92-0ubuntu1~ppa1) oneiric; urgency=low +libindicator (0.3.92-0ubuntu1) oneiric; urgency=low * New upstream release. * Adding support for a secondary activate signal diff --git a/debian/rules b/debian/rules index 17ed4cf..66b1948 100755 --- a/debian/rules +++ b/debian/rules @@ -22,3 +22,5 @@ debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) common-install-arch:: find debian/tmp -name \*.la -delete + cd po; intltool-update --pot --verbose + |