gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: improve debian packaging


From: gnunet
Subject: [taler-wallet-core] branch master updated: improve debian packaging
Date: Thu, 07 Dec 2023 16:18:07 +0100

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

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new af4d565f6 improve debian packaging
af4d565f6 is described below

commit af4d565f66c19610b148a97e378292de28d3ed49
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Dec 7 16:05:10 2023 +0100

    improve debian packaging
---
 packages/taler-harness/debian/rules    | 27 ++++++---------------------
 packages/taler-wallet-cli/debian/rules | 27 ++++++---------------------
 2 files changed, 12 insertions(+), 42 deletions(-)

diff --git a/packages/taler-harness/debian/rules 
b/packages/taler-harness/debian/rules
index 4190ad3a4..e2ad4a751 100755
--- a/packages/taler-harness/debian/rules
+++ b/packages/taler-harness/debian/rules
@@ -1,32 +1,17 @@
 #!/usr/bin/make -f
+
 include /usr/share/dpkg/default.mk
 
-TALER_HARNESS_HOME = /usr/share/taler-harness
+%:
+       dh ${@}
 
-build: build-arch build-indep
-build-arch:
-       true
-build-indep:
-       true
-override_dh_auto_install:
-       dh_install bin/taler-harness.mjs 
$(TALER_HARNESS_HOME)/node_modules/taler-harness/bin
-       dh_install dist/taler-harness-bundled.cjs 
$(TALER_HARNESS_HOME)/node_modules/taler-harness/dist
-       dh_install dist/taler-harness-bundled.cjs.map 
$(TALER_HARNESS_HOME)/node_modules/taler-harness/dist
-       dh_link 
$(TALER_HARNESS_HOME)/node_modules/taler-harness/bin/taler-harness.mjs 
/usr/bin/taler-harness
+# Override because our configure doesn't like extra arguments.
+override_dh_auto_configure:
+       ./configure --prefix=/usr
 
 override_dh_builddeb:
        dh_builddeb -- -Zgzip
 
-binary:
-       dh $@
-binary-arch:
-       dh $@
-binary-indep:
-       dh $@
-
-clean:
-       true
-
 # Override this step because it's very slow and likely
 # unnecessary for us.
 override_dh_strip_nondeterminism:
diff --git a/packages/taler-wallet-cli/debian/rules 
b/packages/taler-wallet-cli/debian/rules
index 5fd6f74f9..e2ad4a751 100755
--- a/packages/taler-wallet-cli/debian/rules
+++ b/packages/taler-wallet-cli/debian/rules
@@ -1,32 +1,17 @@
 #!/usr/bin/make -f
+
 include /usr/share/dpkg/default.mk
 
-TALER_WALLET_HOME = /usr/share/taler-wallet-cli
+%:
+       dh ${@}
 
-build: build-arch build-indep
-build-arch:
-       true
-build-indep:
-       true
-override_dh_auto_install:
-       dh_install bin/taler-wallet-cli.mjs 
$(TALER_WALLET_HOME)/node_modules/taler-wallet-cli/bin
-       dh_install dist/taler-wallet-cli-bundled.cjs 
$(TALER_WALLET_HOME)/node_modules/taler-wallet-cli/dist
-       dh_install dist/taler-wallet-cli-bundled.cjs.map 
$(TALER_WALLET_HOME)/node_modules/taler-wallet-cli/dist
-       dh_link 
$(TALER_WALLET_HOME)/node_modules/taler-wallet-cli/bin/taler-wallet-cli.mjs 
/usr/bin/taler-wallet-cli
+# Override because our configure doesn't like extra arguments.
+override_dh_auto_configure:
+       ./configure --prefix=/usr
 
 override_dh_builddeb:
        dh_builddeb -- -Zgzip
 
-binary:
-       dh $@
-binary-arch:
-       dh $@
-binary-indep:
-       dh $@
-
-clean:
-       true
-
 # Override this step because it's very slow and likely
 # unnecessary for us.
 override_dh_strip_nondeterminism:

-- 
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]