From 143e003991a0274287455e0577c27d6ce3e9ea18 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 25 Feb 2023 12:25:13 +0100 Subject: draft for taler-harness Debian package --- packages/taler-wallet-cli/debian/README | 7 ++++--- packages/taler-wallet-cli/debian/control | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'packages/taler-wallet-cli') diff --git a/packages/taler-wallet-cli/debian/README b/packages/taler-wallet-cli/debian/README index 2b4f83aa2..d221c6e37 100644 --- a/packages/taler-wallet-cli/debian/README +++ b/packages/taler-wallet-cli/debian/README @@ -1,7 +1,8 @@ -For the moment, building the debian package needs -a preliminary manual step to compile the taler-wallet-cli +For the moment, building the Debian package needs +a preliminary manual step to install the taler-wallet-cli Node.JS package. In the future, this will either be invoked by DH, or added as packaging instructions to Debian. -$ pnpm run compile +$ ./configure --prefix=/usr +$ make install $ dpkg-buildpackage -rfakeroot -b -uc -us diff --git a/packages/taler-wallet-cli/debian/control b/packages/taler-wallet-cli/debian/control index d44a2e3ee..41b507480 100644 --- a/packages/taler-wallet-cli/debian/control +++ b/packages/taler-wallet-cli/debian/control @@ -13,4 +13,4 @@ Architecture: all Depends: nodejs, ${misc:Depends} Recommends: -Description: Software package to test Taler installations. +Description: This is a command-line interface version of the GNU Taler wallet. -- cgit v1.2.3