libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 7d60a79e2fc7743a4f0f8f9a4b12aa4dd5bbb24f
parent a33c28ac5847b29c94999a3781097da22bf898d8
Author: Florian Dold <florian@dold.me>
Date:   Fri, 30 Jul 2021 19:01:23 +0200

debian: fix overrides for compat level 13

Diffstat:
Mdebian/rules | 11++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules @@ -18,14 +18,11 @@ clean: rm -rf libeufin-$(FULLVER) -build: build-arch build-indep - - -build-arch: +# Override the build step, because we current need to do it manually +# outside the regular Debian package build. +override_dh_auto_build: true - - -build-indep: +override_dh_auto_test: true