aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-10-05 15:04:17 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-10-05 15:04:17 -0400
commite86b713958fdafa8c47bc2d83a12a25b66fcf40b (patch)
tree00175025740cd1fae97338c9a6bd59040abe6679 /debian
parent2f51b432c65b7d766def319ff83c3e3fa2280afb (diff)
downloadayatana-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')
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/lp_844741.patch12
-rw-r--r--debian/patches/series1
3 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 86a5e42..c798325 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+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 ]
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