[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-merchant-demos] branch master updated: debian: simplify
From: |
gnunet |
Subject: |
[taler-taler-merchant-demos] branch master updated: debian: simplify |
Date: |
Wed, 04 Oct 2023 21:13:41 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository taler-merchant-demos.
The following commit(s) were added to refs/heads/master by this push:
new 18e7df5 debian: simplify
18e7df5 is described below
commit 18e7df535b85bc130965ebbc88d55979c21b7b2e
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Oct 4 21:13:47 2023 +0200
debian: simplify
---
debian/rules | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/debian/rules b/debian/rules
index f09f6b3..28025c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,25 +4,20 @@ include /usr/share/dpkg/default.mk
SHELL := sh -e
-DEV =
-FULLVER = $(DEB_VERSION_UPSTREAM)$(DEV)
-
%:
dh ${@}
clean:
true
-# Override the build step, because we current need to do it manually
-# outside the regular Debian package build.
+# Override the build step, as everything is
+# done on "make install", which is invoked by dh_auto_install
override_dh_auto_build:
true
override_dh_auto_test:
true
override_dh_auto_configure:
true
-override_dh_auto_install:
- dh_install mydest/* /
# Override this step because it's very slow and likely
# unnecessary for us.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-taler-merchant-demos] branch master updated: debian: simplify,
gnunet <=