diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 71cd68a..793db01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,10 @@ libappindicator (0.3.91-0ubuntu1) UNRELEASED; 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 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* |