tags 672050 + patch pending thanks
uploaded to delayed/5
diff -Nru ruby-ffi-1.0.11debian/debian/changelog ruby-ffi-1.0.11debian/debian/changelog --- ruby-ffi-1.0.11debian/debian/changelog 2012-01-22 21:21:11.000000000 +0000 +++ ruby-ffi-1.0.11debian/debian/changelog 2012-05-21 01:13:03.000000000 +0000 @@ -1,3 +1,10 @@ +ruby-ffi (1.0.11debian-3.1) unstable; urgency=low + + * Non maintainer upload. + * Remove unknown GCC command line option. Closes: #672050. + + -- Matthias Klose <[email protected]> Mon, 21 May 2012 01:11:56 +0000 + ruby-ffi (1.0.11debian-3) unstable; urgency=low * debian/patches/fix-test-on-sparc: fixes crash while running test suite on diff -Nru ruby-ffi-1.0.11debian/debian/patches/ftbfs-gcc-4.7.diff ruby-ffi-1.0.11debian/debian/patches/ftbfs-gcc-4.7.diff --- ruby-ffi-1.0.11debian/debian/patches/ftbfs-gcc-4.7.diff 1970-01-01 00:00:00.000000000 +0000 +++ ruby-ffi-1.0.11debian/debian/patches/ftbfs-gcc-4.7.diff 2012-05-21 01:13:08.000000000 +0000 @@ -0,0 +1,13 @@ +Index: ruby-ffi-1.0.11debian/libtest/GNUmakefile +=================================================================== +--- ruby-ffi-1.0.11debian.orig/libtest/GNUmakefile 2011-11-13 20:03:45.000000000 +0000 ++++ ruby-ffi-1.0.11debian/libtest/GNUmakefile 2012-05-21 01:11:51.482172786 +0000 +@@ -37,7 +37,7 @@ + OFLAGS = -O2 $(JFLAGS) + WFLAGS = -W -Werror -Wall -Wno-unused -Wno-parentheses + PICFLAGS = -fPIC +-SOFLAGS = -shared -mimpure-text -Wl,-O1 ++SOFLAGS = -shared -Wl,-O1 + LDFLAGS += $(SOFLAGS) + + IFLAGS = -I"$(BUILD_DIR)" diff -Nru ruby-ffi-1.0.11debian/debian/patches/series ruby-ffi-1.0.11debian/debian/patches/series --- ruby-ffi-1.0.11debian/debian/patches/series 2012-01-11 23:06:14.000000000 +0000 +++ ruby-ffi-1.0.11debian/debian/patches/series 2012-05-21 01:11:18.000000000 +0000 @@ -1,2 +1,3 @@ 0001-Add-types.conf-files-for-missing-Debian-architecture.patch fix-test-on-sparc +ftbfs-gcc-4.7.diff

