diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-25 12:25:13 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-25 12:25:13 +0100 |
commit | 143e003991a0274287455e0577c27d6ce3e9ea18 (patch) | |
tree | fb5fcaee4faa12c8e8085614fed7095195f71585 /packages/taler-wallet-cli | |
parent | d8698159e1119d1cee50728e3d7022edf7169f94 (diff) |
draft for taler-harness Debian package
Diffstat (limited to 'packages/taler-wallet-cli')
-rw-r--r-- | packages/taler-wallet-cli/debian/README | 7 | ||||
-rw-r--r-- | packages/taler-wallet-cli/debian/control | 2 |
2 files changed, 5 insertions, 4 deletions
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. |