diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-12 10:32:02 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-12 10:32:02 -0400 |
commit | 5e71d57cdb42e41ebcd71b25df915fa051dc189a (patch) | |
tree | 6f474586fa76f7b985d7c6cadfcbe380042f793a /debian/rules | |
parent | 6457fa332b5a76bdb996f153091191034c52c431 (diff) | |
download | ayatana-indicator-datetime-5e71d57cdb42e41ebcd71b25df915fa051dc189a.tar.gz ayatana-indicator-datetime-5e71d57cdb42e41ebcd71b25df915fa051dc189a.tar.bz2 ayatana-indicator-datetime-5e71d57cdb42e41ebcd71b25df915fa051dc189a.zip |
releasing version 0.2.91-0ubuntu30.2.91-0ubuntu3
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 2ad101c..daa4979 100755 --- a/debian/rules +++ b/debian/rules @@ -23,3 +23,4 @@ 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 |