diff options
| author | Zak Wilcox <[email protected]> | 2015-09-17 07:23:04 +0100 |
|---|---|---|
| committer | Zak Wilcox <[email protected]> | 2015-09-17 07:23:04 +0100 |
| commit | 5e5e00bf4c6bc6501e9d42657e8ccebecc5543d3 (patch) | |
| tree | fa4c546c09b09f76fe90979381f3e2bedcc557e8 /contrib/debian/control | |
| parent | Include bitcoin-tx binary on Debian/Ubuntu (diff) | |
| download | discoin-5e5e00bf4c6bc6501e9d42657e8ccebecc5543d3.tar.xz discoin-5e5e00bf4c6bc6501e9d42657e8ccebecc5543d3.zip | |
Split bitcoin-tx into its own package
Reverts the change putting it in the bitcoind deb.
Diffstat (limited to 'contrib/debian/control')
| -rw-r--r-- | contrib/debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/debian/control b/contrib/debian/control index 4392bb338..2b30d46b7 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -56,3 +56,18 @@ Description: peer-to-peer network based digital currency - Qt GUI requires 20+ GB of space, slowly growing. . 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 a free open source peer-to-peer electronic cash system that + is completely decentralized, without the need for a central server or + trusted parties. Users hold the crypto keys to their own money and + transact directly with each other, with the help of a P2P network to + check for double-spending. + . + This package provides bitcoin-tx, a command-line transaction creation + tool with minimal dependencies which can be used without a bitcoin + daemon. Some means of exchanging minimal transaction data with peers + is still required. |