diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-10-05 15:04:17 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-10-05 15:04:17 -0400 |
commit | e86b713958fdafa8c47bc2d83a12a25b66fcf40b (patch) | |
tree | 00175025740cd1fae97338c9a6bd59040abe6679 /debian/patches | |
parent | 2f51b432c65b7d766def319ff83c3e3fa2280afb (diff) | |
download | ayatana-indicator-datetime-e86b713958fdafa8c47bc2d83a12a25b66fcf40b.tar.gz ayatana-indicator-datetime-e86b713958fdafa8c47bc2d83a12a25b66fcf40b.tar.bz2 ayatana-indicator-datetime-e86b713958fdafa8c47bc2d83a12a25b66fcf40b.zip |
releasing version 0.3.0-0ubuntu2
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/lp_844741.patch | 12 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 13 insertions, 0 deletions
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 |