From 8b3f91d98eb992094b89e49c2ca5f5d6c5837040 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 22 Feb 2019 17:06:35 +0100 Subject: [PATCH] Try to apply patches before building the package --- build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build b/build index f0cbd45..4295309 100755 --- a/build +++ b/build @@ -96,6 +96,8 @@ esac dch -r -D $dist "" +dh_quilt_patch + # create or update pbuilder chroot basetgz=/var/cache/pbuilder/base-$builddist.tgz if [ ! -f $basetgz ] -- GitLab