aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-08-24 16:15:34 -0500
committerTed Gould <ted@gould.cx>2011-08-24 16:15:34 -0500
commit7ce6dd65fc01f9d02dedb8de39ac9fa438dd95d1 (patch)
tree03263758954ea832a3929d56993f07bfe36e3c00 /debian
parent531bfc8641760da80d50d6bd298b2c62f6d0ab42 (diff)
downloadlibdbusmenu-7ce6dd65fc01f9d02dedb8de39ac9fa438dd95d1.tar.gz
libdbusmenu-7ce6dd65fc01f9d02dedb8de39ac9fa438dd95d1.tar.bz2
libdbusmenu-7ce6dd65fc01f9d02dedb8de39ac9fa438dd95d1.zip
* Removed debian/patches:
* All upstream
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/patches/lp799878.patch17
-rw-r--r--debian/patches/series1
3 files changed, 3 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog
index dec66c0..f606f44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ libdbusmenu (0.4.92-0ubuntu1~ppa1) UNRELEASED; urgency=low
* New upstream release (0.4.92).
* Fix GTK 2 build for style properties
* Fixed proxied menu events not getting returned (LP: #799878)
+ * Removed debian/patches:
+ * All upstream
- -- Ted Gould <ted@ubuntu.com> Wed, 24 Aug 2011 16:12:49 -0500
+ -- Ted Gould <ted@ubuntu.com> Wed, 24 Aug 2011 16:15:16 -0500
libdbusmenu (0.4.90-0ubuntu4) oneiric; urgency=low
diff --git a/debian/patches/lp799878.patch b/debian/patches/lp799878.patch
deleted file mode 100644
index dff130a..0000000
--- a/debian/patches/lp799878.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-=== modified file 'libdbusmenu-glib/server.c'
---- old/libdbusmenu-glib/server.c 2011-06-17 03:42:29 +0000
-+++ new/libdbusmenu-glib/server.c 2011-06-28 16:40:16 +0000
-@@ -976,10 +976,10 @@
- gotsomething = TRUE;
- } else {
- GError * error = NULL;
-- megadata[1] = g_variant_parse(G_VARIANT_TYPE("a(ia(s))"), "[ ]", NULL, NULL, &error);
-+ megadata[1] = g_variant_parse(G_VARIANT_TYPE("a(ias)"), "[ ]", NULL, NULL, &error);
-
- if (error != NULL) {
-- g_warning("Unable to parse '[ ]' as a 'a(ia(s))': %s", error->message);
-+ g_warning("Unable to parse '[ ]' as a 'a(ias)': %s", error->message);
- g_error_free(error);
- }
- }
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 43b331a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-lp799878.patch