From ba160425599248b4df06a847c5f89bead8785e21 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 26 Aug 2011 10:45:12 -0400 Subject: releasing version 0.2.93-0ubuntu2 --- debian/changelog | 7 +++++++ debian/rules | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 55fd4b0..9c18fbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (0.2.93-0ubuntu2) oneiric; urgency=low + + * debian/rules + - dh_translations doesn't handle multibuilds, so manually add the domain + + -- Ken VanDine Fri, 26 Aug 2011 10:35:45 -0400 + indicator-datetime (0.2.93-0ubuntu1) oneiric; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index daa4979..6d5fdb5 100755 --- a/debian/rules +++ b/debian/rules @@ -24,3 +24,9 @@ common-install-arch:: find debian/tmp -name \*.la -delete find debian/tmp -name \*.a -delete cd po; intltool-update --pot --verbose + # Language packs + for d in $$(find debian/tmp -type f \( -name "*.desktop" -o -name "*.directory" \) ); do \ + sed -ri '/^(Name|GenericName|Comment|X-GNOME-FullName)\[/d' $$d; \ + echo "X-Ubuntu-Gettext-Domain=indicator-datetime" >> $$d; \ + done; + -- cgit v1.2.3