diff -Nru webkit2gtk-2.12.4/debian/changelog webkit2gtk-2.12.4/debian/changelog --- webkit2gtk-2.12.4/debian/changelog 2016-08-30 07:56:50.000000000 +0000 +++ webkit2gtk-2.12.4/debian/changelog 2016-09-03 03:50:42.000000000 +0000 @@ -1,3 +1,9 @@ +webkit2gtk (2.12.4-2ubuntu1~ppa2) yakkety; urgency=medium + + * Build with -fno-delete-null-pointer-checks + + -- Jeremy Bicha Fri, 02 Sep 2016 23:50:42 -0400 + webkit2gtk (2.12.4-2) unstable; urgency=high * debian/rules: diff -Nru webkit2gtk-2.12.4/debian/control webkit2gtk-2.12.4/debian/control --- webkit2gtk-2.12.4/debian/control 2016-08-30 07:56:50.000000000 +0000 +++ webkit2gtk-2.12.4/debian/control 2016-09-03 03:50:42.000000000 +0000 @@ -1,7 +1,8 @@ Source: webkit2gtk Priority: optional Section: web -Maintainer: Debian WebKit Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian WebKit Maintainers Uploaders: Gustavo Noronha Silva , Emilio Pozuelo Monfort , Alberto Garcia diff -Nru webkit2gtk-2.12.4/debian/rules webkit2gtk-2.12.4/debian/rules --- webkit2gtk-2.12.4/debian/rules 2016-08-30 07:56:50.000000000 +0000 +++ webkit2gtk-2.12.4/debian/rules 2016-09-03 03:50:42.000000000 +0000 @@ -6,8 +6,8 @@ DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS) -Wall -CFLAGS = $(shell dpkg-buildflags --get CFLAGS) +CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS) -Wall -fno-delete-null-pointer-checks +CFLAGS = $(shell dpkg-buildflags --get CFLAGS) -fno-delete-null-pointer-checks LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed DEBHELPER_VERSION = $(shell dpkg-query -W -f='$${source:Version}' debhelper)