tags 473952 + patch thanks Greetings!
I prepared an NMU for g-wrap (versioned as 1.9.11-1.1; patch attached) to fix this bug, and am about to upload it with a two-day delay per standing project-wide policy. Please feel free to tell me if I should delay it longer. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.
diff -u g-wrap-1.9.11/debian/changelog g-wrap-1.9.11/debian/changelog --- g-wrap-1.9.11/debian/changelog +++ g-wrap-1.9.11/debian/changelog @@ -1,3 +1,11 @@ +g-wrap (1.9.11-1.1) unstable; urgency=low + + * Non-maintainer upload to fix an RC bug causing a downstream FTBFS. + * Correct unresolved @LIBFFI_*_INSTALLED@ references in + g-wrap-2.0-guile.pc(.in). (Closes: #473952.) + + -- Aaron M. Ucko <[EMAIL PROTECTED]> Wed, 28 May 2008 19:52:33 -0400 + g-wrap (1.9.11-1) unstable; urgency=low * New upstream release. only in patch2: unchanged: --- g-wrap-1.9.11.orig/guile/g-wrap-2.0-guile.pc.in +++ g-wrap-1.9.11/guile/g-wrap-2.0-guile.pc.in @@ -11,5 +11,5 @@ Name: G-Wrap Description: A Guile wrapper generator Version: @VERSION@ -Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@ @LIBFFI_LIBS_INSTALLED@ -Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS_INSTALLED@ +Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@ @LIBFFI_LIBS@ +Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS@