r41236 - in /desktop/unstable/gnome-shell/debian: changelog patches/45-fix-gi-annotations.patch patches/series
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Thu Apr 3 23:09:42 UTC 2014
Author: pochu
Date: Thu Apr 3 23:09:42 2014
New Revision: 41236
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41236
Log:
* debian/patches/45-fix-gi-annotations.patch:
+ Fix FTBFS with gobject-introspection 1.40 which got a tiny bit
stricter.
Added:
desktop/unstable/gnome-shell/debian/patches/45-fix-gi-annotations.patch
Modified:
desktop/unstable/gnome-shell/debian/changelog
desktop/unstable/gnome-shell/debian/patches/series
Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=41236&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog [utf-8] Thu Apr 3 23:09:42 2014
@@ -1,3 +1,11 @@
+gnome-shell (3.8.4-8) UNRELEASED; urgency=medium
+
+ * debian/patches/45-fix-gi-annotations.patch:
+ + Fix FTBFS with gobject-introspection 1.40 which got a tiny bit
+ stricter.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Fri, 04 Apr 2014 00:44:44 +0200
+
gnome-shell (3.8.4-7) unstable; urgency=medium
* Team upload
Added: desktop/unstable/gnome-shell/debian/patches/45-fix-gi-annotations.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/45-fix-gi-annotations.patch?rev=41236&op=file
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/45-fix-gi-annotations.patch (added)
+++ desktop/unstable/gnome-shell/debian/patches/45-fix-gi-annotations.patch [utf-8] Thu Apr 3 23:09:42 2014
@@ -0,0 +1,18 @@
+--- a/src/shell-global.c
++++ b/src/shell-global.c
+@@ -476,12 +476,12 @@
+ G_PARAM_READABLE));
+ }
+
+-/**•
+- * _shell_global_init: (skip)•
++/*
++ * _shell_global_init: (skip)
+ * @first_property_name: the name of the first property
+ * @...: the value of the first property, followed optionally by more
+ * name/value pairs, followed by %NULL
+- *•
++ *
+ * Initializes the shell global singleton with the construction-time
+ * properties.
+ *
Modified: desktop/unstable/gnome-shell/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/series?rev=41236&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/patches/series [utf-8] Thu Apr 3 23:09:42 2014
@@ -5,5 +5,6 @@
40_change-pam-name-to-match-gdm.patch
41-handle-logind-fail.patch
42-Specifically-ask-for-Telepathy-0.x.patch
+45-fix-gi-annotations.patch
revert-suspend-break.patch
git_relock_screen_after_crash.patch
More information about the pkg-gnome-commits
mailing list