aboutsummaryrefslogtreecommitdiff
path: root/contrib/debian
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-09-24 14:45:10 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-09-24 15:03:52 +0200
commitef4945f2218789d521da81fa9348a85eaef24b6f (patch)
tree7a4565a03958d0f10c96e4023411aa7766bbb4fb /contrib/debian
parent82d2aef7b3e05abda81db03a8d4725d52f06f203 (diff)
parentb0beae8b8215ca696fb9e0eeb6022d13a215a283 (diff)
downloadbitcoin-ef4945f2218789d521da81fa9348a85eaef24b6f.tar.xz
Merge pull request #6600
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)
Diffstat (limited to 'contrib/debian')
-rw-r--r--contrib/debian/bitcoin-tx.install1
-rw-r--r--contrib/debian/control14
2 files changed, 15 insertions, 0 deletions
diff --git a/contrib/debian/bitcoin-tx.install b/contrib/debian/bitcoin-tx.install
new file mode 100644
index 0000000000..2c21052a68
--- /dev/null
+++ b/contrib/debian/bitcoin-tx.install
@@ -0,0 +1 @@
+usr/local/bin/bitcoin-tx usr/bin
diff --git a/contrib/debian/control b/contrib/debian/control
index 4392bb3385..01625b8438 100644
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -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.