r14428 - in /packages/unstable/libgda3/debian: changelog patches/01_gds_info_new_remove.patch

grm-guest at users.alioth.debian.org grm-guest at users.alioth.debian.org
Mon Feb 4 00:12:16 UTC 2008


Author: grm-guest
Date: Mon Feb  4 00:12:15 2008
New Revision: 14428

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14428
Log:
debian/patches/01_gds_info_new_remove.patch: Remove gda_data_source_info_new prototype from gda-config.h. Backported from upstream svn (closes: #457704)


Added:
    packages/unstable/libgda3/debian/patches/01_gds_info_new_remove.patch
Modified:
    packages/unstable/libgda3/debian/changelog

Modified: packages/unstable/libgda3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/changelog?rev=14428&op=diff
==============================================================================
--- packages/unstable/libgda3/debian/changelog (original)
+++ packages/unstable/libgda3/debian/changelog Mon Feb  4 00:12:15 2008
@@ -10,9 +10,12 @@
     - Allow uploads by DMs
   * Fix FTBFS if building twice in a row (closes: #442634)
     - debian/control.in: Build-depend on flex
-    - debian/rules: Remove files generated by flex and bison on clean 
-
- -- Gustavo R. Montesino <grmontesino at ig.com.br>  Sat, 02 Feb 2008 19:41:43 -0200
+    - debian/rules: Remove files generated by flex and bison on clean
+  * debian/patches/01_gds_info_new_remove.patch: 
+    Remove gda_data_source_info_new prototype from gda-config.h. 
+    Backported from upstream svn (closes: #457704)
+
+ -- Gustavo R. Montesino <grmontesino at ig.com.br>  Sat, 02 Feb 2008 20:59:23 -0200
 
 libgda3 (3.0.1-1) unstable; urgency=low
 
@@ -27,11 +30,10 @@
 
  -- Loic Minier <lool at dooz.org>  Fri, 25 May 2007 20:50:58 +0200
 
-libgda3 
-(3.0.0-1) unstable; urgency=low
-
-
-[ Gustavo R. Montesino ]
+libgda3 (3.0.0-1) unstable; urgency=low
+
+
+  [ Gustavo R. Montesino ]
   * New major upstream release.
     - debian/libgda3-3.install: Some libraries were removed/merged.
     - libgda3-dev.install, $(plugin).install: Install the new pkgconfig

Added: packages/unstable/libgda3/debian/patches/01_gds_info_new_remove.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/patches/01_gds_info_new_remove.patch?rev=14428&op=file
==============================================================================
--- packages/unstable/libgda3/debian/patches/01_gds_info_new_remove.patch (added)
+++ packages/unstable/libgda3/debian/patches/01_gds_info_new_remove.patch Mon Feb  4 00:12:15 2008
@@ -1,0 +1,11 @@
+diff -urN libgda-3.0.2.orig/libgda/gda-config.h libgda-3.0.2/libgda/gda-config.h
+--- libgda-3.0.2.orig/libgda/gda-config.h	2008-02-02 20:55:52.000000000 -0200
++++ libgda-3.0.2/libgda/gda-config.h	2008-02-02 20:56:38.000000000 -0200
+@@ -118,7 +118,6 @@
+ #define GDA_TYPE_DATA_SOURCE_INFO (gda_data_source_info_get_type ())
+ 
+ GType              gda_data_source_info_get_type    (void);
+-GdaDataSourceInfo *gda_data_source_info_new         ();
+ GdaDataSourceInfo *gda_data_source_info_copy        (GdaDataSourceInfo *src);
+ gboolean           gda_data_source_info_equal       (GdaDataSourceInfo *info1, GdaDataSourceInfo *info2);
+ GdaDataSourceInfo *gda_config_find_data_source      (const gchar *name);




More information about the pkg-gnome-commits mailing list