diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d4cce6d..aa4a287 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ -libappindicator (0.3.91-0ubuntu1~ppa1) oneiric; urgency=low +libappindicator (0.3.91-0ubuntu1) oneiric; urgency=low + * debian/rules: + - update the translations template after build, dh_translations doesn't + work for builds out of the source directory + + [ Ted Gould ] * New upstream release. * Secondary activate support * Better GIR file annotations - -- Ted Gould <ted@ubuntu.com> Thu, 11 Aug 2011 12:10:17 -0500 + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 11 Aug 2011 21:19:26 +0200 libappindicator (0.3.90-0ubuntu1) oneiric; urgency=low diff --git a/debian/rules b/debian/rules index c0e407f..599b53e 100755 --- a/debian/rules +++ b/debian/rules @@ -111,6 +111,7 @@ binary-predeb/libappindicator0.1-cil:: binary-fixup/libappindicator1 common-binary-predeb-arch:: list-missing dh_fixperms dh_strip + cd po; intltool-update --pot --verbose clean:: rm -f configure-stamp* |