r31689 - in /packages/unstable/gnome-shell/debian: changelog patches/07-Add-some-element-type-annotations-to-appease-g-i-mas.patch patches/series
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Nov 20 21:53:48 UTC 2011
Author: sjoerd
Date: Sun Nov 20 21:53:46 2011
New Revision: 31689
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31689
Log:
* debian/patches/07-Add-some-element-type-annotations-to-appease-g-i-mas.patch:
+ Added. Add annotation to prevent warnings from new g-i (from upstream
git)
Added:
packages/unstable/gnome-shell/debian/patches/07-Add-some-element-type-annotations-to-appease-g-i-mas.patch
Modified:
packages/unstable/gnome-shell/debian/changelog
packages/unstable/gnome-shell/debian/patches/series
Modified: packages/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell/debian/changelog?rev=31689&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/changelog [utf-8] Sun Nov 20 21:53:46 2011
@@ -4,8 +4,11 @@
+ Added. When picking a user to authenticate with, try the current user
first, then root and if all else fails the first user that is allowed to
authenticate. (from upstream git)
-
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 20 Nov 2011 21:40:33 +0000
+ * debian/patches/07-Add-some-element-type-annotations-to-appease-g-i-mas.patch:
+ + Added. Add annotation to prevent warnings from new g-i (from upstream
+ git)
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 20 Nov 2011 21:53:07 +0000
gnome-shell (3.0.2-6) unstable; urgency=low
Added: packages/unstable/gnome-shell/debian/patches/07-Add-some-element-type-annotations-to-appease-g-i-mas.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell/debian/patches/07-Add-some-element-type-annotations-to-appease-g-i-mas.patch?rev=31689&op=file
==============================================================================
--- packages/unstable/gnome-shell/debian/patches/07-Add-some-element-type-annotations-to-appease-g-i-mas.patch (added)
+++ packages/unstable/gnome-shell/debian/patches/07-Add-some-element-type-annotations-to-appease-g-i-mas.patch [utf-8] Sun Nov 20 21:53:46 2011
@@ -1,0 +1,70 @@
+From b035f81809e0c925158dedb79c37f2b4698f5aa8 Mon Sep 17 00:00:00 2001
+From: Dan Winship <danw at gnome.org>
+Date: Tue, 30 Aug 2011 12:07:11 -0400
+Subject: [PATCH] Add some (element-type) annotations to appease g-i master
+
+Conflicts:
+
+ src/shell-app.c
+---
+ src/gvc/gvc-mixer-card.c | 9 +++++++++
+ src/gvc/gvc-mixer-stream.c | 9 +++++++++
+ 2 files changed, 18 insertions(+), 0 deletions(-)
+
+diff --git a/src/gvc/gvc-mixer-card.c b/src/gvc/gvc-mixer-card.c
+index 56502e3..168bc79 100644
+--- a/src/gvc/gvc-mixer-card.c
++++ b/src/gvc/gvc-mixer-card.c
+@@ -263,6 +263,11 @@ gvc_mixer_card_change_profile (GvcMixerCard *card,
+ return TRUE;
+ }
+
++/**
++ * gvc_mixer_card_get_profiles:
++ *
++ * Return value: (transfer none) (element-type GvcMixerCardProfile):
++ */
+ const GList *
+ gvc_mixer_card_get_profiles (GvcMixerCard *card)
+ {
+@@ -281,6 +286,10 @@ sort_profiles (GvcMixerCardProfile *a,
+ return -1;
+ }
+
++/**
++ * gvc_mixer_card_set_profiles:
++ * @profiles: (transfer full) (element-type GvcMixerCardProfile):
++ */
+ gboolean
+ gvc_mixer_card_set_profiles (GvcMixerCard *card,
+ GList *profiles)
+diff --git a/src/gvc/gvc-mixer-stream.c b/src/gvc/gvc-mixer-stream.c
+index 78de6b3..f35954a 100644
+--- a/src/gvc/gvc-mixer-stream.c
++++ b/src/gvc/gvc-mixer-stream.c
+@@ -508,6 +508,11 @@ gvc_mixer_stream_change_port (GvcMixerStream *stream,
+ return GVC_MIXER_STREAM_GET_CLASS (stream)->change_port (stream, port);
+ }
+
++/**
++ * gvc_mixer_stream_get_ports:
++ *
++ * Return value: (transfer none) (element-type GvcMixerStreamPort):
++ */
+ const GList *
+ gvc_mixer_stream_get_ports (GvcMixerStream *stream)
+ {
+@@ -526,6 +531,10 @@ sort_ports (GvcMixerStreamPort *a,
+ return -1;
+ }
+
++/**
++ * gvc_mixer_stream_set_ports:
++ * @ports: (transfer full) (element-type GvcMixerStreamPort):
++ */
+ gboolean
+ gvc_mixer_stream_set_ports (GvcMixerStream *stream,
+ GList *ports)
+--
+1.7.7.3
+
Modified: packages/unstable/gnome-shell/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell/debian/patches/series?rev=31689&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/patches/series [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/patches/series [utf-8] Sun Nov 20 21:53:46 2011
@@ -4,3 +4,4 @@
04_remove-glx-dependency-on-armel.patch
05_fix_glib_2.30_compat.patch
06-polkit-Find-the-best-user-to-authenticate-as.patch
+07-Add-some-element-type-annotations-to-appease-g-i-mas.patch
More information about the pkg-gnome-commits
mailing list