[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[robocop] branch master updated: make debian ignore configure script
From: |
Admin |
Subject: |
[robocop] branch master updated: make debian ignore configure script |
Date: |
Tue, 10 Jun 2025 08:54:31 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository robocop.
The following commit(s) were added to refs/heads/master by this push:
new 438eed7 make debian ignore configure script
438eed7 is described below
commit 438eed7f2f80c2bd9109be44b9b6989aefc8a6b6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 10 08:54:28 2025 +0200
make debian ignore configure script
---
debian/rules | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/rules b/debian/rules
index 1427ac7..86c9b42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,12 @@
%:
dh $@
+override_dh_auto_test:
+ true
+
+override_dh_auto_configure:
+ true
+
override_dh_auto_build:
cargo build
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [robocop] branch master updated: make debian ignore configure script,
Admin <=