diff -Nru xf86-video-armsoc-1.4.0/debian/changelog xf86-video-armsoc-1.4.0/debian/changelog --- xf86-video-armsoc-1.4.0/debian/changelog 2016-07-31 23:51:37.000000000 +0000 +++ xf86-video-armsoc-1.4.0/debian/changelog 2016-08-01 12:33:30.000000000 +0000 @@ -1,3 +1,9 @@ +xf86-video-armsoc (1.4.0-0ubuntu2+0sunxi5) xenial; urgency=medium + + * Run quilt before autogen + + -- Simon Eisenmann Mon, 01 Aug 2016 14:33:13 +0200 + xf86-video-armsoc (1.4.0-0ubuntu2+0sunxi4) xenial; urgency=medium * Rebuild diff -Nru xf86-video-armsoc-1.4.0/debian/rules xf86-video-armsoc-1.4.0/debian/rules --- xf86-video-armsoc-1.4.0/debian/rules 2016-07-31 17:07:21.000000000 +0000 +++ xf86-video-armsoc-1.4.0/debian/rules 2016-08-01 12:32:28.000000000 +0000 @@ -4,10 +4,11 @@ COMMON_CONFIGURE_FLAGS = $(shell dpkg-buildflags --export=configure) %: - dh $@ --with autoreconf,quilt,xsf + dh $@ --with autoreconf,xsf # create m4 directory before running autoreconf override_dh_autoreconf: + dh_quilt_patch mkdir -p m4 NOCONFIGURE=1 dh_autoreconf ./autogen.sh @@ -15,6 +16,7 @@ override_dh_autoreconf_clean: dh_autoreconf_clean rm -rf m4 + dh_quilt_unpatch override_dh_auto_configure: $(DRMMODES:%=doconfigure-%)