[Pkg-bitcoin-commits] [electrum] 01/02: Run wrap-and-sort -t -s.

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Oct 23 19:06:23 UTC 2015


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

mithrandi pushed a commit to branch master
in repository electrum.

commit a3f5c3885a52476940aeca9328bf6b5ade6030b7
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Fri Oct 23 21:05:44 2015 +0200

    Run wrap-and-sort -t -s.
---
 debian/control           | 19 ++++++++++---------
 debian/copyright         |  2 +-
 debian/electrum.manpages |  2 +-
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index d13f556..0a3f71b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,16 @@ Priority: optional
 Section: utils
 Maintainer: Debian Bitcoin Packaging Team <pkg-bitcoin-devel at lists.alioth.debian.org>
 Uploaders: Tristan Seligmann <mithrandi at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends:
+ debhelper (>= 9),
  devscripts,
- python,
  dh-python,
+ pyqt4-dev-tools,
+ python,
  python-ecdsa (>= 0.9~),
- python-slowaes,
  python-qt4,
  python-setuptools,
- pyqt4-dev-tools,
+ python-slowaes,
 Standards-Version: 3.9.6
 Homepage: http://electrum.org/
 Vcs-Git: git://anonscm.debian.org/pkg-bitcoin/electrum.git
@@ -21,8 +22,7 @@ X-Python-Version: >= 2.6
 Package: python-electrum
 Section: python
 Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Replaces: electrum
 Breaks: electrum (<= 2.3.1~)
 Description: Easy to use Bitcoin client - Python module
@@ -36,10 +36,11 @@ Description: Easy to use Bitcoin client - Python module
 
 Package: electrum
 Architecture: all
-Depends: ${misc:Depends},
+Depends:
+ python-electrum (= ${binary:Version}),
+ ${misc:Depends},
  ${python:Depends},
- python-electrum (= ${binary:Version})
-Suggests: python-trezor, python-btchip
+Suggests: python-btchip, python-trezor
 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
diff --git a/debian/copyright b/debian/copyright
index 6d33df0..1b3d57a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -132,7 +132,7 @@ License: BSD-2-clause
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
     distribution.
- .                                                                          
+ .
  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
diff --git a/debian/electrum.manpages b/debian/electrum.manpages
index ef66faa..5e113ad 100644
--- a/debian/electrum.manpages
+++ b/debian/electrum.manpages
@@ -1 +1 @@
-debian/electrum.1
\ No newline at end of file
+debian/electrum.1

-- 
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