diff --git a/contrib/debian/bitcoin-wallet.install b/contrib/debian/bitcoin-wallet.install new file mode 100644 index 000000000..f077fa465 --- /dev/null +++ b/contrib/debian/bitcoin-wallet.install @@ -0,0 +1 @@ +bin/bitcoin-wallet usr/bin diff --git a/contrib/debian/bitcoin-wallet.manpages b/contrib/debian/bitcoin-wallet.manpages new file mode 100644 index 000000000..fa7fd716e --- /dev/null +++ b/contrib/debian/bitcoin-wallet.manpages @@ -0,0 +1 @@ +share/man/man1/bitcoin-wallet.1 diff --git a/contrib/debian/control b/contrib/debian/control index 3413ed8e8..8207e3540 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -1,71 +1,84 @@ Source: bitcoinabc Section: utils Priority: optional Maintainer: Bitcoin ABC Package Maintainers Uploaders: Jason B. Cox Build-Depends: cmake (>= 3.16), debhelper (>=12.1), devscripts, git, help2man, libdb5.3++-dev, libevent-dev, libjemalloc-dev, libminiupnpc-dev, libboost-filesystem-dev, libboost-system-dev, libboost-thread-dev, libboost-test-dev, libprotobuf-dev, libqrencode-dev, libssl-dev, libzmq3-dev, ninja-build, protobuf-compiler, python3, qttools5-dev, qttools5-dev-tools, xvfb Standards-Version: 3.9.2 Homepage: https://bitcoinabc.org/ Vcs-Git: ssh://vcs@reviews.bitcoinabc.org:2221/source/bitcoin-abc.git Vcs-Browser: https://reviews.bitcoinabc.org/source/bitcoin-abc/ Package: bitcoind Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - daemon Bitcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Bitcoin ABC is the name of the open source software which enables the use of this currency. . This package provides the daemon, bitcoind, and the CLI tool bitcoin-cli to interact with the daemon. Package: bitcoin-qt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - Qt GUI Bitcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Bitcoin ABC is the name of the open source software which enables the use of this currency. . This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt. Package: bitcoin-tx Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer digital currency - standalone transaction tool Bitcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Bitcoin ABC is the name of the open source software which enables the use of this currency. . This package provides bitcoin-tx, a command-line transaction creation tool which can be used without a bitcoin daemon. Some means of exchanging minimal transaction data with peers is still required. + +Package: bitcoin-wallet +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: peer-to-peer digital currency - wallet tool + Bitcoin is an experimental new digital currency that enables instant + payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer + technology to operate with no central authority: managing transactions + and issuing money are carried out collectively by the network. Bitcoin ABC + is the name of the open source software which enables the use of this currency. + . + This package provides bitcoin-wallet, an offline tool for creating and + interacting with Bitcoin ABC wallet files.