On 2007-09-01 Andreas Metzler <[EMAIL PROTECTED]> wrote:
> Package: libgnomemm-dev
> Version: 1.2.4-3.2
> Severity: serious
> I have just tried to rebuild gabber on current sid, it failed with:
[...]
> libtool: link: cannot find the library `/usr/lib/libdb-4.5.la' or unhandled
> argument `/usr/lib/libdb-4.5.la'
> make[3]: *** [gabber] Error 1
> -----
[...]
> Both libglade-gnome0-dev and libgnomemm-dev need rebuilt against
> libgnome-dev 1.4.2-37. This version requirement for libgnome-dev in
> both build-depends and depends needs to bumped accordingly. -
> libgnome-dev (>=1.4.2-37).
[...]
I have uploaded a NMU with exactly this change.
cu andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff -u gnomemm-1.2.4/scripts/config.guess gnomemm-1.2.4/scripts/config.guess
--- gnomemm-1.2.4/scripts/config.guess
+++ gnomemm-1.2.4/scripts/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2007-03-06'
+timestamp='2007-07-22'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -330,7 +330,7 @@
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
- i86pc:SunOS:5.*:*)
+ i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
sun4*:SunOS:6*:*)
@@ -793,7 +793,7 @@
exit ;;
*:Interix*:[3456]*)
case ${UNAME_MACHINE} in
- x86)
+ x86)
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
EM64T | authenticamd)
diff -u gnomemm-1.2.4/scripts/config.sub gnomemm-1.2.4/scripts/config.sub
--- gnomemm-1.2.4/scripts/config.sub
+++ gnomemm-1.2.4/scripts/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2007-01-18'
+timestamp='2007-06-28'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -475,8 +475,8 @@
basic_machine=craynv-cray
os=-unicosmp
;;
- cr16c)
- basic_machine=cr16c-unknown
+ cr16)
+ basic_machine=cr16-unknown
os=-elf
;;
crds | unos)
@@ -683,6 +683,10 @@
basic_machine=i386-pc
os=-mingw32
;;
+ mingw32ce)
+ basic_machine=arm-unknown
+ os=-mingw32ce
+ ;;
miniframe)
basic_machine=m68000-convergent
;;
diff -u gnomemm-1.2.4/debian/control gnomemm-1.2.4/debian/control
--- gnomemm-1.2.4/debian/control
+++ gnomemm-1.2.4/debian/control
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Bradley Bell <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), flex, m4, libgnome-dev (>= 1.4.1.7-2), libgtkmm-dev (>= 1.2.10-8), libsigc++-dev (>= 1.0.4-5), autotools-dev, devscripts, g++ (>= 3:3.2.2-0)
+Build-Depends: debhelper (>> 3.0.0), flex, m4, libgnome-dev (>= 1.4.2-37), libgtkmm-dev (>= 1.2.10-8), libsigc++-dev (>= 1.0.4-5), autotools-dev, devscripts, g++ (>= 3:3.2.2-0)
Standards-Version: 3.7.2
Package: libgnomemm1.2-9c2
@@ -21,7 +21,7 @@
Package: libgnomemm-dev
Architecture: any
Section: devel
-Depends: libgnomemm1.2-9c2 (= ${Source-Version}), libgnome-dev, libgtkmm-dev (>= 1.2.10-8), libsigc++-dev (>= 1.0.4-5)
+Depends: libgnomemm1.2-9c2 (= ${Source-Version}), libgnome-dev (>= 1.4.2-37), libgtkmm-dev (>= 1.2.10-8), libsigc++-dev (>= 1.0.4-5)
Priority: optional
Description: C++ wrapper for GNOME 1 (development files)
Gnome-- (gnomemm) is a powerful C++ binding for the GNOME libraries.
diff -u gnomemm-1.2.4/debian/changelog gnomemm-1.2.4/debian/changelog
--- gnomemm-1.2.4/debian/changelog
+++ gnomemm-1.2.4/debian/changelog
@@ -1,3 +1,11 @@
+gnomemm (1.2.4-3.3) unstable; urgency=low
+
+ * NMU
+ * Build-depend on libgnome-dev (>=1.4.2-37) and increase version
+ requirement of libgnomemm-dev on this package. Closes: #440416
+
+ -- Andreas Metzler <[EMAIL PROTECTED]> Sun, 07 Oct 2007 08:18:34 +0000
+
gnomemm (1.2.4-3.2) unstable; urgency=low
* NMU