Package: webkit Version: 1.8.1-3.2 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for webkit (versioned as 1.8.1-3.3) and will upload it tomorrow. It should help with the failing builds on ia64. Regards. diff -Nru webkit-1.8.1/debian/changelog webkit-1.8.1/debian/changelog --- webkit-1.8.1/debian/changelog 2012-09-08 18:40:15.000000000 +0200 +++ webkit-1.8.1/debian/changelog 2012-09-13 23:39:57.000000000 +0200 @@ -1,3 +1,10 @@ +webkit (1.8.1-3.3) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Disable debug symbols also for ia64. + + -- Ansgar Burchardt <ans...@debian.org> Thu, 13 Sep 2012 23:39:52 +0200 + webkit (1.8.1-3.2) unstable; urgency=low * Non-maintainer upload. diff -Nru webkit-1.8.1/debian/rules webkit-1.8.1/debian/rules --- webkit-1.8.1/debian/rules 2012-09-08 18:40:00.000000000 +0200 +++ webkit-1.8.1/debian/rules 2012-09-13 23:12:20.000000000 +0200 @@ -29,7 +29,7 @@ LDFLAGS += -Wl,--no-relax endif -ifneq (,$(findstring $(DEB_BUILD_ARCH),mips mipsel s390 s390x hurd-i386)) +ifneq (,$(findstring $(DEB_BUILD_ARCH),ia64 mips mipsel s390 s390x hurd-i386)) CFLAGS := $(CFLAGS:-g=) endif -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org