r24942 - in /desktop/experimental/d-conf/debian: changelog control control.in libdconf-dev.install libdconf0.symbols patches/ patches/01_unbump_gi.patch patches/series
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Wed Aug 4 20:44:45 UTC 2010
Author: kov
Date: Wed Aug 4 20:44:44 2010
New Revision: 24942
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24942
Log:
New upstream release, minus gobject-introspection requirement bump
Added:
desktop/experimental/d-conf/debian/patches/
desktop/experimental/d-conf/debian/patches/01_unbump_gi.patch
desktop/experimental/d-conf/debian/patches/series
Modified:
desktop/experimental/d-conf/debian/changelog
desktop/experimental/d-conf/debian/control
desktop/experimental/d-conf/debian/control.in
desktop/experimental/d-conf/debian/libdconf-dev.install
desktop/experimental/d-conf/debian/libdconf0.symbols
Modified: desktop/experimental/d-conf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/changelog?rev=24942&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/changelog [utf-8] (original)
+++ desktop/experimental/d-conf/debian/changelog [utf-8] Wed Aug 4 20:44:44 2010
@@ -1,9 +1,17 @@
-d-conf (0.4.2-2) UNRELEASED; urgency=low
+d-conf (0.5-1) experimental; urgency=low
- * debian/contro{,.in}:
+ [ Sjoerd Simons ]
+ * debian/contro{,.in}:
- build-depend on newer (unstable) libglib as there was an ABI change
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 01 Aug 2010 19:22:04 +0100
+ [ Gustavo Noronha Silva ]
+ * New upstream release
+ - needs valac 0.9.4
+ - doesn't ship static library anymore (dropped libtool, btw)
+ - broke ABI - not changing package name, it's experimental after all,
+ right? RIGHT?
+
+ -- Gustavo Noronha Silva <kov at debian.org> Wed, 04 Aug 2010 17:17:38 -0300
d-conf (0.4.2-1) experimental; urgency=low
Modified: desktop/experimental/d-conf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/control?rev=24942&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/control [utf-8] (original)
+++ desktop/experimental/d-conf/debian/control [utf-8] Wed Aug 4 20:44:44 2010
@@ -7,12 +7,12 @@
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Gustavo Noronha Silva <kov at debian.org>, Laurent Bigonville <bigon at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Gustavo Noronha Silva <kov at debian.org>, Laurent Bigonville <bigon at debian.org>
Build-Depends: debhelper (>= 7.0.50~),
autotools-dev,
gnome-pkg-tools,
gtk-doc-tools (>= 1.14),
- valac (>= 0.9.2),
+ valac (>= 0.9.4),
libglib2.0-dev (>= 2.25.12),
libgtk2.0-dev,
libxml2-dev,
Modified: desktop/experimental/d-conf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/control.in?rev=24942&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/control.in [utf-8] (original)
+++ desktop/experimental/d-conf/debian/control.in [utf-8] Wed Aug 4 20:44:44 2010
@@ -7,7 +7,7 @@
autotools-dev,
gnome-pkg-tools,
gtk-doc-tools (>= 1.14),
- valac (>= 0.9.2),
+ valac (>= 0.9.4),
libglib2.0-dev (>= 2.25.12),
libgtk2.0-dev,
libxml2-dev,
Modified: desktop/experimental/d-conf/debian/libdconf-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/libdconf-dev.install?rev=24942&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/libdconf-dev.install [utf-8] (original)
+++ desktop/experimental/d-conf/debian/libdconf-dev.install [utf-8] Wed Aug 4 20:44:44 2010
@@ -1,6 +1,5 @@
debian/tmp/usr/lib/pkgconfig
debian/tmp/usr/lib/*.so
-debian/tmp/usr/lib/*.a
debian/tmp/usr/include
debian/tmp/usr/share/gir-1.0
Modified: desktop/experimental/d-conf/debian/libdconf0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/libdconf0.symbols?rev=24942&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/libdconf0.symbols [utf-8] (original)
+++ desktop/experimental/d-conf/debian/libdconf0.symbols [utf-8] Wed Aug 4 20:44:44 2010
@@ -1,4 +1,5 @@
-libdconf.so.0 libdconf0 #MINVER#
+libdconf.so.0 libdconf0 (>= 0.5)
+ dconf_client_construct at Base 0.5
dconf_client_get_type at Base 0.4
dconf_client_is_writable at Base 0.4
dconf_client_list at Base 0.4
@@ -7,21 +8,32 @@
dconf_client_read_default at Base 0.4
dconf_client_read_no_default at Base 0.4
dconf_client_set_locked at Base 0.4
+ dconf_client_set_locked_async at Base 0.5
+ dconf_client_set_locked_finish at Base 0.5
+ dconf_client_unwatch at Base 0.5
+ dconf_client_unwatch_async at Base 0.5
+ dconf_client_unwatch_finish at Base 0.5
+ dconf_client_watch at Base 0.5
+ dconf_client_watch_async at Base 0.5
+ dconf_client_watch_finish at Base 0.5
dconf_client_write at Base 0.4
dconf_client_write_async at Base 0.4
dconf_client_write_finish at Base 0.4
dconf_client_write_many at Base 0.4
- dconf_client_write_many_async at Base 0.4
- dconf_client_write_many_finish at Base 0.4
dconf_engine_decode_notify at Base 0.4
+ dconf_engine_free at Base 0.5
+ dconf_engine_get_state at Base 0.5
dconf_engine_interpret_reply at Base 0.4
dconf_engine_is_writable at Base 0.4
dconf_engine_list at Base 0.4
+ dconf_engine_message_copy at Base 0.5
+ dconf_engine_message_destroy at Base 0.5
dconf_engine_new at Base 0.4
dconf_engine_read at Base 0.4
- dconf_engine_ref at Base 0.4
+ dconf_engine_read_default at Base 0.5
+ dconf_engine_read_no_default at Base 0.5
dconf_engine_set_locked at Base 0.4
- dconf_engine_unref at Base 0.4
+ dconf_engine_set_service_func at Base 0.5
dconf_engine_unwatch at Base 0.4
dconf_engine_watch at Base 0.4
dconf_engine_write at Base 0.4
@@ -32,4 +44,5 @@
dconf_is_rel at Base 0.4
dconf_is_rel_dir at Base 0.4
dconf_is_rel_key at Base 0.4
+ dconf_shmdir_from_environment at Base 0.5
gvdb_table_walk at Base 0.4
Added: desktop/experimental/d-conf/debian/patches/01_unbump_gi.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/patches/01_unbump_gi.patch?rev=24942&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/patches/01_unbump_gi.patch (added)
+++ desktop/experimental/d-conf/debian/patches/01_unbump_gi.patch [utf-8] Wed Aug 4 20:44:44 2010
@@ -1,0 +1,67 @@
+Index: d-conf-0.5/client/Makefile.am
+===================================================================
+--- d-conf-0.5.orig/client/Makefile.am 2010-08-03 21:59:02.000000000 -0300
++++ d-conf-0.5/client/Makefile.am 2010-08-04 17:28:46.000000000 -0300
+@@ -6,7 +6,6 @@
+ dconf_0_3_gir_CFLAGS = $(INCLUDES)
+ dconf_0_3_gir_LIBS = dconf
+ dconf_0_3_gir_FILES = dconf-client.c dconf-client.h
+-dconf_0_3_gir_SCANNERFLAGS = --no-libtool
+ INTROSPECTION_GIRS = dconf-0.3.gir
+
+ girdir = $(datadir)/gir-1.0
+Index: d-conf-0.5/configure.ac
+===================================================================
+--- d-conf-0.5.orig/configure.ac 2010-08-03 22:34:05.000000000 -0300
++++ d-conf-0.5/configure.ac 2010-08-04 17:28:46.000000000 -0300
+@@ -15,7 +15,7 @@
+ AM_PROG_VALAC([0.9.4])
+
+ # Introspection
+-GOBJECT_INTROSPECTION_CHECK([0.9.3])
++GOBJECT_INTROSPECTION_CHECK([0.6.7])
+
+ # Gtk-doc support
+ GTK_DOC_CHECK([1.15])
+Index: d-conf-0.5/client/Makefile.in
+===================================================================
+--- d-conf-0.5.orig/client/Makefile.in 2010-08-04 17:30:29.534461338 -0300
++++ d-conf-0.5/client/Makefile.in 2010-08-04 17:31:09.097955959 -0300
+@@ -230,7 +230,6 @@
+ @HAVE_INTROSPECTION_TRUE at dconf_0_3_gir_CFLAGS = $(INCLUDES)
+ @HAVE_INTROSPECTION_TRUE at dconf_0_3_gir_LIBS = dconf
+ @HAVE_INTROSPECTION_TRUE at dconf_0_3_gir_FILES = dconf-client.c dconf-client.h
+- at HAVE_INTROSPECTION_TRUE@dconf_0_3_gir_SCANNERFLAGS = --no-libtool
+ @HAVE_INTROSPECTION_TRUE at INTROSPECTION_GIRS = dconf-0.3.gir
+ @HAVE_INTROSPECTION_TRUE at girdir = $(datadir)/gir-1.0
+ @HAVE_INTROSPECTION_TRUE at dist_gir_DATA = $(INTROSPECTION_GIRS)
+Index: d-conf-0.5/configure
+===================================================================
+--- d-conf-0.5.orig/configure 2010-08-04 17:30:25.518454659 -0300
++++ d-conf-0.5/configure 2010-08-04 17:30:33.501957513 -0300
+@@ -3606,20 +3606,20 @@
+ as_fn_error "gobject-introspection-1.0 is not installed" "$LINENO" 5
+ fi
+ if test -n "$PKG_CONFIG" && \
+- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.9.3\""; } >&5
+- ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.3") 2>&5
++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.7\""; } >&5
++ ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.7") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ found_introspection=yes
+ else
+- as_fn_error "You need to have gobject-introspection >= 0.9.3 installed to build dconf" "$LINENO" 5
++ as_fn_error "You need to have gobject-introspection >= 0.6.7 installed to build dconf" "$LINENO" 5
+ fi
+ ;; #(
+ auto) :
+ if test -n "$PKG_CONFIG" && \
+- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.9.3\""; } >&5
+- ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.3") 2>&5
++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.7\""; } >&5
++ ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.7") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
Added: desktop/experimental/d-conf/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/patches/series?rev=24942&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/patches/series (added)
+++ desktop/experimental/d-conf/debian/patches/series [utf-8] Wed Aug 4 20:44:44 2010
@@ -1,0 +1,1 @@
+01_unbump_gi.patch
More information about the pkg-gnome-commits
mailing list