r17748 - in /packages/unstable/gir-repository/debian: changelog control control.in patches/01-missing_files.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Nov 27 08:06:41 UTC 2008


Author: slomo
Date: Thu Nov 27 08:06:41 2008
New Revision: 17748

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17748
Log:
  + debian/patches/01-missing_files.patch:
    - Add some missing files from SVN.

Added:
    packages/unstable/gir-repository/debian/patches/01-missing_files.patch
Modified:
    packages/unstable/gir-repository/debian/changelog
    packages/unstable/gir-repository/debian/control
    packages/unstable/gir-repository/debian/control.in

Modified: packages/unstable/gir-repository/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gir-repository/debian/changelog?rev=17748&op=diff
==============================================================================
--- packages/unstable/gir-repository/debian/changelog (original)
+++ packages/unstable/gir-repository/debian/changelog Thu Nov 27 08:06:41 2008
@@ -3,6 +3,8 @@
   * New upstream release:
     + debian/control.in:
       - Update build dependends. 
+    + debian/patches/01-missing_files.patch:
+      - Add some missing files from SVN.
 
  -- Sebastian Dröge <slomo at debian.org>  Thu, 27 Nov 2008 08:39:12 +0100
 

Modified: packages/unstable/gir-repository/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gir-repository/debian/control?rev=17748&op=diff
==============================================================================
--- packages/unstable/gir-repository/debian/control (original)
+++ packages/unstable/gir-repository/debian/control Thu Nov 27 08:06:41 2008
@@ -40,7 +40,6 @@
                libdbus-glib-1-dev,
                libxml2-dev,
                libxfixes-dev,
-               libnautilus-extension-dev,
                libunique-dev,
                libgnome-menu-dev
 Standards-Version: 3.8.0

Modified: packages/unstable/gir-repository/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gir-repository/debian/control.in?rev=17748&op=diff
==============================================================================
--- packages/unstable/gir-repository/debian/control.in (original)
+++ packages/unstable/gir-repository/debian/control.in Thu Nov 27 08:06:41 2008
@@ -40,7 +40,6 @@
                libdbus-glib-1-dev,
                libxml2-dev,
                libxfixes-dev,
-               libnautilus-extension-dev,
                libunique-dev,
                libgnome-menu-dev
 Standards-Version: 3.8.0

Added: packages/unstable/gir-repository/debian/patches/01-missing_files.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gir-repository/debian/patches/01-missing_files.patch?rev=17748&op=file
==============================================================================
--- packages/unstable/gir-repository/debian/patches/01-missing_files.patch (added)
+++ packages/unstable/gir-repository/debian/patches/01-missing_files.patch Thu Nov 27 08:06:41 2008
@@ -1,0 +1,202 @@
+--- /dev/null	2008-11-27 08:18:24.507601743 +0100
++++ gir/clutter-0.8.c	2008-11-21 18:46:26.000000000 +0100
+@@ -0,0 +1,187 @@
++/* This file should be considered to be under the same terms as the
++ * main upstream source code.
++ */
++
++/* Hack to make clutter_init(NULL, NULL) work the actual signature:
++ *
++ * ClutterInitError clutter_init (int          *argc,
++ *                                char       ***argv);
++ *
++ * Is a a single inout array with length, which we can't represent
++ * at the current time.
++ */
++/**
++ * clutter_init:
++ * @argc: (inout): 
++ * @argv: (inout): 
++ */
++
++/* parameter_string/translation_domain are char *, should be const char *
++ * http://bugzilla.openedhand.com/show_bug.cgi?id=1197
++ */
++/**
++ * clutter_init_with_args:
++ * @argc: (inout): 
++ * @argv: (inout): 
++ * @parameter_string: (transfer none): 
++ * @entries: 
++ * @translation_domain: (transfer none): 
++ * @error: 
++ */
++
++/**
++ * clutter_actor_get_parent:
++ *
++ * Return value: (transfer none):
++ */
++
++/**
++ * clutter_actor_get_stage:
++ *
++ * Return value: (transfer none):
++ */
++
++/**
++ * clutter_container_get_children:
++ *
++ * Return value: (element-type Actor) (transfer container): 
++ */
++
++/**
++ * clutter_stage_get_default:
++ *
++ * Return value: (transfer none): 
++ */
++
++/**
++ * clutter_actor_get_preferred_size:
++ * @min_width_p: (out) (allow-none): 
++ * @min_height_p: (out) (allow-none): 
++ * @natural_width_p: (out) (allow-none): 
++ * @natural_height_p: (out) (allow-none): 
++ */
++
++/**
++ * clutter_stage_get_key_focus:
++ *
++ * Return value: (transfer none):
++ */
++
++/**
++ * clutter_model_set_types:
++ * @model: model
++ * @n_columns: column count
++ * @types: (array length=n_columns): Element types
++ */
++
++/**
++ * clutter_model_set_names:
++ * @model: model
++ * @n_columns: column count
++ * @names: (array length=n_columns): Element types
++ */
++
++/**
++ * clutter_model_appendv:
++ * @model: model
++ * @n_columns: column count
++ * @columns: (array length=n_columns): column indicies
++ * @values: (array length=n_columns): oElement types
++ */
++
++/**
++ * clutter_model_insertv:
++ * @model: model
++ * @row: row index
++ * @n_columns: column count
++ * @columns: (array length=n_columns): column indicies
++ * @values: (array length=n_columns): oElement types
++ */
++
++/**
++ * clutter_actor_raise:
++ * @self: actor
++ * @below: (allow-none): actor to raise above
++ */
++
++/**
++ * clutter_actor_lower:
++ * @self: actor
++ * @above: (allow-none): actor to lower below
++ */
++
++/**
++ * clutter_actor_transform_stage_point:
++ * @self: actor
++ * @x: (in):
++ * @y: (in):
++ * @x_out: (out):
++ * @y_out: (out):
++ */
++
++/**
++ * clutter_group_lower:
++ * @self: group
++ * @actor: actor
++ * @sibling: sibling
++ *
++ * Deprecated: 0.6: Use clutter_container_lower_child() instead.
++ */
++
++/**
++ * clutter_group_raise:
++ * @self: group
++ * @actor: actor
++ * @sibling: sibling
++ *
++ * Deprecated: 0.6: Use clutter_container_raise_child() instead.
++ */
++
++/**
++ * clutter_group_get_nth_child:
++ *
++ * Return value: (transfer none): 
++ */
++
++/**
++ * clutter_effect_fade:
++ *
++ * Return value: (transfer none):
++ */
++
++/**
++ * clutter_effect_depth:
++ *
++ * Return value: (transfer none):
++ */
++
++/**
++ * clutter_effect_move:
++ *
++ * Return value: (transfer none):
++ */
++
++/**
++ * clutter_effect_path:
++ *
++ * Return value: (transfer none):
++ */
++
++/**
++ * clutter_effect_scale:
++ *
++ * Return value: (transfer none):
++ */
++
++/**
++ * clutter_effect_rotate:
++ *
++ * Return value: (transfer none):
++ */
++
++/**
++ * clutter_alpha_get_timeline:
++ *
++ * Return value: (transfer none):
++ */
++
+--- /dev/null	2008-11-27 08:18:24.507601743 +0100
++++ gir/GtkClutter-custom.c	2008-10-30 20:15:49.000000000 +0100
+@@ -0,0 +1,9 @@
++/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
++
++#include <config.h>
++
++/**
++ * gtk_clutter_init:
++ * @argc: (inout): argument count
++ * @argv: (inout) (array length=argc): arguments
++ **/




More information about the pkg-gnome-commits mailing list