Skip to content

Commit

Permalink
Merge pull request #6600
Browse files Browse the repository at this point in the history
b0beae8 Drop "with minimal dependencies" from description (Zak Wilcox)
5e5e00b Split bitcoin-tx into its own package (Zak Wilcox)
05179f7 Include bitcoin-tx binary on Debian/Ubuntu (Zak Wilcox)
  • Loading branch information
laanwj committed Sep 24, 2015
2 parents 82d2aef + b0beae8 commit ef4945f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/debian/bitcoin-tx.install
@@ -0,0 +1 @@
usr/local/bin/bitcoin-tx usr/bin
14 changes: 14 additions & 0 deletions contrib/debian/control
Expand Up @@ -56,3 +56,17 @@ 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 which can be used without a bitcoin daemon. Some means of
exchanging minimal transaction data with peers is still required.

0 comments on commit ef4945f

Please sign in to comment.