tags 651907 + pending thanks Dear maintainer,
I've prepared an NMU for ido (versioned as 0.2.2-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Rolling Stones: Midnight Rambler - Wembley 10-09-73
diff -Nru ido-0.2.2/debian/changelog ido-0.2.2/debian/changelog --- ido-0.2.2/debian/changelog 2011-05-04 13:50:17.000000000 +0200 +++ ido-0.2.2/debian/changelog 2011-12-27 15:31:02.000000000 +0100 @@ -1,3 +1,14 @@ +ido (0.2.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "ido FTBFS uses G_CONST_RETURN with G_DISABLE_DEPRECATED": + add patch 02_dont_disable_deprecated.patch by peter green (removes + G_DISABLE_DEPRECATED from src/Makefile.*). + (Closes: #651907) + * Add patch 03_linker.patch: add -lm to LDFLAGS. + + -- gregor herrmann <[email protected]> Tue, 27 Dec 2011 15:30:41 +0100 + ido (0.2.2-1) unstable; urgency=low [ Andrew Starr-Bochicchio ] diff -Nru ido-0.2.2/debian/patches/02_dont_disable_deprecated.patch ido-0.2.2/debian/patches/02_dont_disable_deprecated.patch --- ido-0.2.2/debian/patches/02_dont_disable_deprecated.patch 1970-01-01 01:00:00.000000000 +0100 +++ ido-0.2.2/debian/patches/02_dont_disable_deprecated.patch 2011-12-27 15:15:44.000000000 +0100 @@ -0,0 +1,25 @@ +Description: Remove G_DISABLE_DEPRECATED + Remove G_DISABLE_DEPRECATED as this package uses G_CONST_RETURN +Author: Peter Green <[email protected]> +Bug-Debian: http://bugs.debian.org/651907 + +--- ido-0.2.2.orig/src/Makefile.am ++++ ido-0.2.2/src/Makefile.am +@@ -38,7 +38,6 @@ INCLUDES = \ + -DG_LOG_DOMAIN=\"IDO\" \ + -DPREFIX=\"$(prefix)"\" \ + -DLIBDIR=\"$(libdir)"\" \ +- -DG_DISABLE_DEPRECATED \ + -DGDK_PIXBUF_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DGTK_NODISABLE_DEPRECATED +--- ido-0.2.2.orig/src/Makefile.in ++++ ido-0.2.2/src/Makefile.in +@@ -270,7 +270,6 @@ INCLUDES = \ + -DG_LOG_DOMAIN=\"IDO\" \ + -DPREFIX=\"$(prefix)"\" \ + -DLIBDIR=\"$(libdir)"\" \ +- -DG_DISABLE_DEPRECATED \ + -DGDK_PIXBUF_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DGTK_NODISABLE_DEPRECATED diff -Nru ido-0.2.2/debian/patches/03_linker.patch ido-0.2.2/debian/patches/03_linker.patch --- ido-0.2.2/debian/patches/03_linker.patch 1970-01-01 01:00:00.000000000 +0100 +++ ido-0.2.2/debian/patches/03_linker.patch 2011-12-27 15:30:33.000000000 +0100 @@ -0,0 +1,28 @@ +Description: explicitly link with -lm, otherwise this FTBFS with binutils-gold or --no-add-needed +Origin: vendor +Forwarded: no +Author: gregor herrmann <[email protected]> +Last-Update: 2011-12-27 + +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -70,7 +70,7 @@ + libido.h + + libido_0_1_la_LIBADD = $(GTK_LIBS) +-libido_0_1_la_LDFLAGS = $(GTK_LT_LDFLAGS) ++libido_0_1_la_LDFLAGS = $(GTK_LT_LDFLAGS) -lm + + idoheadersdir = $(includedir)/ido-0.1/ido + +--- a/src/Makefile.in ++++ b/src/Makefile.in +@@ -300,7 +300,7 @@ + libido.h + + libido_0_1_la_LIBADD = $(GTK_LIBS) +-libido_0_1_la_LDFLAGS = $(GTK_LT_LDFLAGS) ++libido_0_1_la_LDFLAGS = $(GTK_LT_LDFLAGS) -lm + idoheadersdir = $(includedir)/ido-0.1/ido + DISTCLEANFILES = \ + stamp-idotypebuiltins.h \ diff -Nru ido-0.2.2/debian/patches/series ido-0.2.2/debian/patches/series --- ido-0.2.2/debian/patches/series 2011-04-05 09:26:43.000000000 +0200 +++ ido-0.2.2/debian/patches/series 2011-12-27 15:28:12.000000000 +0100 @@ -1 +1,3 @@ 01_dont_use_ubuntu_gtk_widget_set_has_grab.patch +02_dont_disable_deprecated.patch +03_linker.patch
signature.asc
Description: Digital signature

