diff options
author | Ted Gould <ted@gould.cx> | 2011-08-18 14:52:25 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-18 14:52:25 -0500 |
commit | 45d0776e19fd738130457daec5d8401837eb6a0d (patch) | |
tree | 3eee4fcf6fe94f9a4cd70ba4761b765b33d9b1ba | |
parent | 5c578868c37e7d3d45fc598b95ca3facae46cb33 (diff) | |
parent | 8b224a3afe8b206ad941dfc87b2c5a3b3e614613 (diff) | |
download | ayatana-indicator-datetime-45d0776e19fd738130457daec5d8401837eb6a0d.tar.gz ayatana-indicator-datetime-45d0776e19fd738130457daec5d8401837eb6a0d.tar.bz2 ayatana-indicator-datetime-45d0776e19fd738130457daec5d8401837eb6a0d.zip |
Sync from U. Desktop
-rw-r--r-- | debian/changelog | 9 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2388c11..78f6be5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-datetime (0.2.92-0ubuntu1~ppa1) oneiric; urgency=low +indicator-datetime (0.2.92-0ubuntu1) oneiric; urgency=low * New upstream release. * Adding in a new greeter mode @@ -6,6 +6,13 @@ indicator-datetime (0.2.92-0ubuntu1~ppa1) oneiric; urgency=low -- Ted Gould <ted@ubuntu.com> Thu, 11 Aug 2011 11:30:50 -0500 +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 |