[Pkg-bitcoin-commits] [electrum] 02/02: Resync debian/control and debian/control.in.

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Nov 24 06:01:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository electrum.

commit cfc7b6146f107a7edfc67a40dd8bdc71b3c59bae
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Mon Nov 24 07:56:05 2014 +0200

    Resync debian/control and debian/control.in.
---
 debian/control    |  3 +--
 debian/control.in | 56 +++++++++++++++++++++++++++++++------------------------
 2 files changed, 33 insertions(+), 26 deletions(-)

diff --git a/debian/control b/debian/control
index 3dfca74..d8f40bb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: electrum
 Priority: optional
 Section: utils
 Maintainer: Debian Bitcoin Packaging Team <pkg-bitcoin-devel at lists.alioth.debian.org>
-Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>,
- Tristan Seligmann <mithrandi at debian.org>
+Uploaders: Tristan Seligmann <mithrandi at debian.org>
 Build-Depends: cdbs (>= 0.4.106~),
  debhelper,
  dh-buildinfo,
diff --git a/debian/control.in b/debian/control.in
index b096a1e..a2b4272 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -4,7 +4,7 @@ Section: utils
 Maintainer: Debian Bitcoin Packaging Team <pkg-bitcoin-devel at lists.alioth.debian.org>
 Uploaders: Tristan Seligmann <mithrandi at debian.org>
 Build-Depends: @cdbs@
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://electrum.org/
 Vcs-Git: git://anonscm.debian.org/pkg-bitcoin/electrum.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-bitcoin/electrum.git
@@ -16,34 +16,42 @@ Architecture: all
 Depends: ${misc:Depends},
  ${python:Depends},
  ${cdbs:Depends}
-Description: Easy to use bitcoin client - python module
- This package provides a light weight bitcoin client which protects
- you from loosing your bitcoin in a backup mistake or computer
- failure. Also electrum does not require waiting time because it does
- not download bitcoin block chain.
+Description: Easy to use Bitcoin client - Python module
+ This package provides a lightweight Bitcoin client which protects
+ you from losing your bitcoins in a backup mistake or computer
+ failure. Also, Electrum does not require waiting time because it does
+ not download the Bitcoin blockchain.
  .
- This package provides electrum Python module which can be used to
- access bitcoin wallet from Python programs.
+ This package provides the "electrum" Python module which can be used to access
+ a Bitcoin wallet from Python programs.
 
 Package: electrum
 Architecture: all
 Depends: ${misc:Depends},
  ${cdbs:Depends},
  python-electrum (= ${binary:Version})
-Description: Easy to use bitcoin client
- This package provides a light weight bitcoin client which protects
- you from loosing your bitcoin in a backup mistake or computer
- failure. Also electrum does not require waiting time because it does
- not download bitcoin block chain.
+Description: Easy to use Bitcoin client
+ This package provides a lightweight Bitcoin client which protects
+ you from losing your bitcoins in a backup mistake or computer
+ failure. Also, Electrum does not require waiting time because it does
+ not download the Bitcoin blockchain.
  .
- Features of the electurm are listed. below
-   * Instant on: client does not download block chain, uses remote
-     server
-   * Forgiving: wallet can be recovered from secret seed.
-   * Safe: seed or private keys are not sent to the server,
-     information received from the server is verified using SPV.
-   * No downtimes: several public servers are available, so one can
-     switch instantly.
-   * Ubiquitous: same wallet can be used on different server, it will
-     auto syncrhonize.
-   * Open: private keys can be exported into other clients.
+ Features of Electrum:
+ .
+   * Instant on: Your client does not download the blockchain. It uses a
+     network of specialized servers that index the blockchain.
+   * Forgiving: Your wallet can be recovered from a secret seed.
+   * Safe: Your seed and private keys are encrypted on your hard drive.
+     They are never sent to the servers.
+   * Low trust: Information received from the servers is verified using
+     SPV. Servers are authenticated using SSL.
+   * No downtimes: Your client is not tied to a particular server; it
+     will switch instantly if your server is down.
+   * Ubiquitous: You can use the same wallet on different computers, they
+     will synchronize automatically.
+   * Cold Storage: Sign transactions from a computer that is always
+     offline. Broadcast them using a machine that does not have your keys.
+   * Reachable: You can export your private keys into other Bitcoin
+     clients.
+   * Established: Electrum is open source and was first released in
+     November 2011.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/electrum.git



More information about the Pkg-bitcoin-commits mailing list