diff -Nru directfb-1.2.10.0/debian/changelog directfb-1.2.10.0/debian/changelog --- directfb-1.2.10.0/debian/changelog 2011-07-25 02:20:33.000000000 +0900 +++ directfb-1.2.10.0/debian/changelog 2011-08-10 08:10:13.000000000 +0900 @@ -1,3 +1,13 @@ +directfb (1.2.10.0-4.2) unstable; urgency=low + + * Non-maintainer upload. + * Changed designation of the architecture for libsysfs-dev and libts-dev + from list of architectures to linux-any. (Closes: #596949, #634512) + * Fix Build on Renesas sh4. (Closes: #635888) + Update patches/02_fix_sh772x_build.patch. + + -- Nobuhiro Iwamatsu Wed, 10 Aug 2011 07:27:09 +0900 + directfb (1.2.10.0-4.1) unstable; urgency=low * Non-maintainer upload. diff -Nru directfb-1.2.10.0/debian/control directfb-1.2.10.0/debian/control --- directfb-1.2.10.0/debian/control 2010-07-01 03:10:37.000000000 +0900 +++ directfb-1.2.10.0/debian/control 2011-08-10 08:02:09.000000000 +0900 @@ -4,9 +4,9 @@ Uploaders: Fathi Boudra , Otavio Salvador , Luis Mondesi Build-Depends: debhelper (>= 7.4.15), autoconf, automake, libtool, pkg-config, libfreetype6-dev, libjpeg-dev, libpng12-dev, - libts-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], + libts-dev [linux-any], zlib1g-dev, x11proto-core-dev, libx11-dev, libxext-dev, - libsysfs-dev [alpha amd64 arm armel avr32 hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sh4] + libsysfs-dev [linux-any] Standards-Version: 3.9.0 Section: libs Homepage: http://www.directfb.org/ diff -Nru directfb-1.2.10.0/debian/patches/02_fix_sh772x_build.patch directfb-1.2.10.0/debian/patches/02_fix_sh772x_build.patch --- directfb-1.2.10.0/debian/patches/02_fix_sh772x_build.patch 2009-10-20 17:00:11.000000000 +0900 +++ directfb-1.2.10.0/debian/patches/02_fix_sh772x_build.patch 2011-08-10 07:52:36.000000000 +0900 @@ -1,16 +1,25 @@ Author: Nobuhiro Iwamatsu Fix FTBFS on Renesas SH (sh4) because libjpeg doesn't link against sh772x driver. -See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536314 +Fix FTBFS sh7722_jpegtool.c:80: undefined reference to `direct_page_align' (#635888) ---- a/gfxdrivers/sh772x/Makefile.am -+++ b/gfxdrivers/sh772x/Makefile.am -@@ -32,6 +32,8 @@ libsh7722_jpeg_la_LDFLAGS = \ +--- a/gfxdrivers/sh772x/Makefile.am 2011-08-10 07:49:24.000000000 +0900 ++++ b/gfxdrivers/sh772x/Makefile.am 2011-08-10 07:50:28.000000000 +0900 +@@ -32,6 +32,9 @@ -export-dynamic \ -avoid-version +libsh7722_jpeg_la_LIBADD = \ -+ $(LIBJPEG) ++ $(top_builddir)/src/libdirectfb.la \ ++ $(LIBJPEG) bin_PROGRAMS = sh7722_jpegtool +@@ -40,6 +43,7 @@ + + sh7722_jpegtool_LDADD = \ + $(top_builddir)/src/libdirectfb.la \ ++ $(top_builddir)/lib/direct/libdirect.la \ + libsh7722_jpeg.la + +