gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: debian: fix overrides for compat level


From: gnunet
Subject: [libeufin] branch master updated: debian: fix overrides for compat level 13
Date: Fri, 30 Jul 2021 19:01:28 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 7d60a79  debian: fix overrides for compat level 13
7d60a79 is described below

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

    debian: fix overrides for compat level 13
---
 debian/rules | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index fb46468..42a4ed7 100755
--- 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
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]