From: Ian Jackson Date: Thu, 4 Jul 2024 11:28:16 +0000 (+0100) Subject: Enable future=+lfs build flag (large file support) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=9c6c4f061f43f5c36e5d189905e505d73a0ca203;p=chiark-utils.git Enable future=+lfs build flag (large file support) Closes: #1067157 Signed-off-by: Ian Jackson --- diff --git a/debian/rules b/debian/rules index d625bee..6a5eaee 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ cwd= $(shell pwd) d= $(cwd)/debian t= $d/tmp -D_BUILDFLAGS=dpkg-buildflags +D_BUILDFLAGS=DEB_BUILD_MAINT_OPTIONS=future=+lfs dpkg-buildflags makebuildargs := OPTIMISE= DEBUG= \ CMDLINE_CFLAGS="$(shell $(D_BUILDFLAGS) --get CFLAGS)" \