diff options
Diffstat (limited to 'debian')
-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 13c9645..b1957b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (0.2.91-0ubuntu3) oneiric; urgency=low + + * debian/rules + - run intltool-update to update the translations template + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 12 Aug 2011 10:26:04 -0400 + indicator-datetime (0.2.91-0ubuntu2) oneiric; urgency=low * No change rebuild for evolution-data-server 3.1.3.1 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 |