diff options
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | debian/patches/lp_844741.patch | 12 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 28 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3a5139d..a7128ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,11 +4,24 @@ indicator-datetime (0.3.1-0ubuntu1~ppa1) oneiric; urgency=low * Drop an unused icon (LP: #746176) * Fix showing a timezone that we're currently set to (LP: #833337) * Remove check for libunique as it's unused - * debian/control: Drop libunique requirements + * debian/control: Drop libunique requirements, it was unused -- Ted Gould <ted@ubuntu.com> Thu, 13 Oct 2011 13:40:21 -0500 -indicator-datetime (0.3.0-0ubuntu1~ppa1) oneiric; urgency=low +indicator-datetime (0.3.0-0ubuntu3) oneiric; urgency=low + + * Reupload to oneiric final, the fix is safe and important enough. + + -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 06 Oct 2011 06:50:30 +0200 + +indicator-datetime (0.3.0-0ubuntu2) oneiric-proposed; urgency=low + + * debian/patches/lp_844741.patch + - gnome-control-center crashed with SIGABRT in raise() (LP: #844741) + + -- Ken VanDine <ken.vandine@canonical.com> Wed, 05 Oct 2011 11:59:21 -0400 + +indicator-datetime (0.3.0-0ubuntu1) oneiric; urgency=low [ Ken VanDine ] * debian/control diff --git a/debian/patches/lp_844741.patch b/debian/patches/lp_844741.patch new file mode 100644 index 0000000..459779d --- /dev/null +++ b/debian/patches/lp_844741.patch @@ -0,0 +1,12 @@ +=== modified file 'src/timezone-completion.c' +--- a/src/timezone-completion.c 2011-09-06 12:47:37 +0000 ++++ b/src/timezone-completion.c 2011-10-05 15:47:06 +0000 +@@ -355,7 +355,6 @@ + gchar * locale = get_locale (); + gchar * url = g_strdup_printf (GEONAME_URL, escaped, version, locale); + g_free (locale); +- g_free (version); + g_free (escaped); + + GFile * file = g_file_new_for_uri (url); + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..9ebd065 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +lp_844741.patch |