diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-12 10:23:13 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-12 10:23:13 -0400 |
commit | b4db559848359e10a5bda56c3dc8e8d24555a534 (patch) | |
tree | 1ac99c28e3520e8bae43d1bef3407b9b5603a302 | |
parent | e8d7a960a2c1743d8ab1f08da70dec60b741d8c2 (diff) | |
download | ayatana-indicator-messages-b4db559848359e10a5bda56c3dc8e8d24555a534.tar.gz ayatana-indicator-messages-b4db559848359e10a5bda56c3dc8e8d24555a534.tar.bz2 ayatana-indicator-messages-b4db559848359e10a5bda56c3dc8e8d24555a534.zip |
releasing version 0.4.93-0ubuntu2
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dca58cd..b677ff0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.4.93-0ubuntu2) oneiric; urgency=low + + * debian/rules + - run intltool-update to update the translations template + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 12 Aug 2011 10:05:01 -0400 + indicator-messages (0.4.93-0ubuntu1) oneiric; urgency=low [ Ted Gould ] diff --git a/debian/rules b/debian/rules index 609e1a4..a2f4065 100755 --- a/debian/rules +++ b/debian/rules @@ -19,3 +19,4 @@ 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 |