Source: electrum
Priority: optional
Section: utils
Maintainer: Debian Bitcoin Packaging Team <pkg-bitcoin-devel@lists.alioth.debian.org>
Uploaders: Vasudev Kamath <kamathvasudev@gmail.com>,
 Tristan Seligmann <mithrandi@debian.org>
Build-Depends: cdbs (>= 0.4.106~),
 debhelper,
 dh-buildinfo,
 devscripts,
 python,
 python-ecdsa (>= 0.9~),
 python-slowaes,
 python-qt4,
 python-setuptools,
 pyqt4-dev-tools
Standards-Version: 3.9.5
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
X-Python-Version: >= 2.6

Package: python-electrum
Section: python
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.
 .
 This package provides electrum Python module which can be used to
 access 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.
 .
 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.
