Your message dated Sat, 25 Jul 2009 19:52:58 +0100
with message-id <1248547978.106239.23521.nullmai...@kmos.homeip.net>
and subject line gob has been removed from Debian, closing #523657
has caused the Debian Bug report #523657,
regarding gob: Please update build dep for libglib1.2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
523657: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523657
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gob
Version: 1.0.12-4
Severity: important
Hi,
Now that Gtk1.2 is removed we are also looking to remove glib1.2 from
the archive. Gob currently fails to build with glib2.0 as it uses
AM_PATH_GLIB. Here is a patch that makes it build, though it probably
needs more testing. (And obviously an autoreconf -fvi).
Thank you,
Barry deFreese
Debian QA
diff -u gob-1.0.12/debian/changelog gob-1.0.12/debian/changelog
--- gob-1.0.12/debian/changelog
+++ gob-1.0.12/debian/changelog
@@ -1,3 +1,10 @@
+gob (1.0.12-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Test building with glib2.0.
+
+ -- Barry deFreese <bdefre...@debian.org> Sat, 11 Apr 2009 13:31:21 -0400
+
gob (1.0.12-4) unstable; urgency=low
* Fix build for people trying to run with sudo (closes: #424744).
diff -u gob-1.0.12/debian/control gob-1.0.12/debian/control
--- gob-1.0.12/debian/control
+++ gob-1.0.12/debian/control
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Mark Brown <broo...@debian.org>
Standards-Version: 3.5.8
-Build-Depends: flex, byacc | bison, libglib1.2-dev, debhelper
+Build-Depends: flex, byacc | bison, libglib2.0-dev, debhelper
Package: gob
Architecture: any
only in patch2:
unchanged:
--- gob-1.0.12.orig/configure.in
+++ gob-1.0.12/configure.in
@@ -34,7 +34,7 @@
AC_PATH_PROG(RM, rm, /bin/rm)
AC_PATH_PROG(MV, mv, /bin/mv)
AC_PATH_PROG(TAR, tar, /bin/tar)
-AM_PATH_GLIB(1.2.0,,,)
+AM_PATH_GLIB_2_0(2.0.0,,,)
dnl We don't check popt since we're not using it at the moment, but
dnl We just might use it later
dnl AC_CHECK_LIB(popt,poptGetContext, [POPT_LIB="-lpopt"],
only in patch2:
unchanged:
--- gob-1.0.12.orig/src/Makefile.am
+++ gob-1.0.12/src/Makefile.am
@@ -1,10 +1,10 @@
#YACCFLAGS += -d -t
-YFLAGS += -d -t
+AM_YFLAGS = -d -t
SUBDIRS =
-CFLAGS += -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations
+AM_CFLAGS = -Wall -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations
-CFLAGS += -DPKGDATADIR=\"$(pkgdatadir)\"
+AM_CFLAGS += -DPKGDATADIR=\"$(pkgdatadir)\"
INCLUDES = @GLIB_CFLAGS@ -I$(includedir)
@@ -36,7 +36,7 @@
# we might want popt back in the future
# @POPT_LIB@
-CLEANFILES += $(BUILT_SOURCES) gtk-weird-button.*
gtk-weird-button-private.h
+CLEANFILES = $(BUILT_SOURCES) gtk-weird-button.* gtk-weird-button-private.h
EXTRA_DIST = $(BUILT_SOURCES) test.gob generate_treefuncs.pl treefuncs.def
only in patch2:
unchanged:
--- End Message ---
--- Begin Message ---
Version: 1.0.12-4+rm
The gob package has been removed from Debian so we are closing
the bugs that were still opened against it.
For more information about this package's removal, read
http://bugs.debian.org/537457 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Kind regards,
--
Marco Rodrigues
--- End Message ---