--- libgconf-bridge-0.1.orig/debian/changelog +++ libgconf-bridge-0.1/debian/changelog @@ -0,0 +1,38 @@ +libgconf-bridge (0.1-2.2ubuntu1) trusty; urgency=medium + + * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by + getting new libtool macros (still updates config.{sub,guess}). + + -- Logan Rosen Wed, 01 Jan 2014 22:31:04 -0500 + +libgconf-bridge (0.1-2.2) unstable; urgency=low + + * Non-maintainer upload. + * FTBFS with glib 2.32.0 (closes: 665671) + - patch made by Peter Green + + -- Willi Mann Fri, 15 Jun 2012 18:14:51 +0200 + +libgconf-bridge (0.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * FTBFS with binutils-gold (Closes: #555177). + - patch made by Artur Rona . + * FTBFS on armhf/s390x, reproduced on amd64: error: + format not a string literal and no format arguments + [-Werror=format-security] (Closes: #654218). + - patch made by peter green . + + -- HIGUCHI Daisuke (VDR dai) Mon, 09 Jan 2012 02:07:19 +0900 + +libgconf-bridge (0.1-2) unstable; urgency=low + + * Add API documentation to -dev (Closes: #448172) + + -- Ross Burton Tue, 13 Nov 2007 18:13:25 +0000 + +libgconf-bridge (0.1-1) unstable; urgency=low + + * Initial upload. + + -- Ross Burton Tue, 17 Oct 2006 17:18:12 +0100 --- libgconf-bridge-0.1.orig/debian/compat +++ libgconf-bridge-0.1/debian/compat @@ -0,0 +1 @@ +5 --- libgconf-bridge-0.1.orig/debian/control +++ libgconf-bridge-0.1/debian/control @@ -0,0 +1,33 @@ +Source: libgconf-bridge +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ross Burton +Build-Depends: debhelper (>= 5), cdbs, dh-autoreconf, libgconf2-dev, libgtk2.0-dev, gtk-doc-tools +Standards-Version: 3.7.2 + +Package: libgconf-bridge0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Bind GObject properties to GConf keys + libgconf-bridge is a utility library for + binding GObject properties to GConf keys. + It is intended to save the application programmer + from having to implement property synchronisation + manually. + . + Homepage: http://projects.o-hand.com/libgconf-bridge + +Package: libgconf-bridge-dev +Section: libdevel +Architecture: any +Depends: libgconf-bridge0 (= ${Source-Version}), libgconf2-dev, libgtk2.0-dev +Description: Bind GObject properties to GConf keys (development files) + libgconf-bridge is a utility library for binding GObject properties to GConf + keys. It is intended to save the application programmer from having to + implement property synchronisation manually. + . + This package contains the development files. + . + Homepage: http://projects.o-hand.com/libgconf-bridge --- libgconf-bridge-0.1.orig/debian/copyright +++ libgconf-bridge-0.1/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Ross Burton on Tue, 17 Oct 2006 +17:12:35 +0100. + +It was downloaded from http://projects.o-hand.com/libgconf-bridge + +Upstream Author: Jorn Baayen + +Copyright: (C) 2005 OpenedHand Ltd. + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU Library General Public +License can be found in `/usr/share/common-licenses/LGPL'. --- libgconf-bridge-0.1.orig/debian/libgconf-bridge-dev.install +++ libgconf-bridge-0.1/debian/libgconf-bridge-dev.install @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/lib*.so +usr/lib/pkgconfig/* +usr/share/gtk-doc/html/libgconf-bridge --- libgconf-bridge-0.1.orig/debian/libgconf-bridge-dev.links +++ libgconf-bridge-0.1/debian/libgconf-bridge-dev.links @@ -0,0 +1 @@ +usr/share/gtk-doc/html/libgconf-bridge usr/share/doc/libgconf-bridge-dev/html --- libgconf-bridge-0.1.orig/debian/libgconf-bridge0.install +++ libgconf-bridge-0.1/debian/libgconf-bridge0.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- libgconf-bridge-0.1.orig/debian/rules +++ libgconf-bridge-0.1/debian/rules @@ -0,0 +1,15 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/autoreconf.mk + + +DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc + +DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp + +DEB_DH_MAKESHLIBS_ARGS_ALL := -V + +common-binary-predeb-arch:: list-missing --- libgconf-bridge-0.1.orig/libgconf-bridge/Makefile.am +++ libgconf-bridge-0.1/libgconf-bridge/Makefile.am @@ -1,6 +1,6 @@ AM_CPPFLAGS=-DPKGDATADIR=\"$(pkgdatadir)\" -DGETTEXT_PACKAGE=\"libgconf-bridge\" AM_CFLAGS = -Wall -g $(LIBGCONF_BRIDGE_CFLAGS) \ - -I$(top_srcdir) -I$(top_builddir) -Werror + -I$(top_srcdir) -I$(top_builddir) libgconf_bridgeincdir = $(includedir)/libgconf-bridge --- libgconf-bridge-0.1.orig/libgconf-bridge/Makefile.in +++ libgconf-bridge-0.1/libgconf-bridge/Makefile.in @@ -205,7 +205,7 @@ target_alias = @target_alias@ AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -DGETTEXT_PACKAGE=\"libgconf-bridge\" AM_CFLAGS = -Wall -g $(LIBGCONF_BRIDGE_CFLAGS) \ - -I$(top_srcdir) -I$(top_builddir) -Werror + -I$(top_srcdir) -I$(top_builddir) libgconf_bridgeincdir = $(includedir)/libgconf-bridge lib_LTLIBRARIES = libgconf-bridge.la --- libgconf-bridge-0.1.orig/libgconf-bridge/gconf-bridge.c +++ libgconf-bridge-0.1/libgconf-bridge/gconf-bridge.c @@ -1169,16 +1169,13 @@ g_warning ("GConf error:\n %s", error->message); if (!shown_dialog) { - char *message; GtkWidget *dlg; - message = g_strdup_printf (_("GConf error: %s"), - error->message); dlg = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, - message); - g_free (message); + _("GConf error: %s"), + error->message); gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dlg), --- libgconf-bridge-0.1.orig/libgconf-bridge/gconf-bridge.loT +++ libgconf-bridge-0.1/libgconf-bridge/gconf-bridge.loT @@ -0,0 +1,7 @@ +# gconf-bridge.lo - a libtool object file +# Generated by ltmain.sh - GNU libtool 1.5.20 Debian 1.5.20-2 (1.1220.2.287 2005/08/31 18:54:15) +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# Name of the PIC object. --- libgconf-bridge-0.1.orig/tests/Makefile.am +++ libgconf-bridge-0.1/tests/Makefile.am @@ -5,7 +5,7 @@ noinst_PROGRAMS = test test_SOURCES = test.c -test_LDADD = $(top_builddir)/libgconf-bridge/libgconf-bridge.la +test_LDADD = $(top_builddir)/libgconf-bridge/libgconf-bridge.la -lgtk-x11-2.0 -lgobject-2.0 -lgconf-2 CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(BUILT_SOURCES) --- libgconf-bridge-0.1.orig/tests/Makefile.in +++ libgconf-bridge-0.1/tests/Makefile.in @@ -196,7 +196,7 @@ -I$(top_srcdir) -I$(top_builddir) -Werror test_SOURCES = test.c -test_LDADD = $(top_builddir)/libgconf-bridge/libgconf-bridge.la +test_LDADD = $(top_builddir)/libgconf-bridge/libgconf-bridge.la -lgtk-x11-2.0 -lgobject-2.0 -lgconf-2 CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(BUILT_SOURCES) MAINTAINERCLEANFILES = Makefile.in $(BUILT_SOURCES)