[Pkg-bitcoin-commits] [electrum] 01/13: Imported Debian patch 1.8-1.1

Tristan Seligmann mithrandi at moszumanska.debian.org
Wed Nov 27 23:08:51 UTC 2013


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

mithrandi pushed a commit to branch master
in repository electrum.

commit 0c5dd8f3e79675c40f78c331d46a2b73c74d8530
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Nov 4 19:29:31 2013 +0100

    Imported Debian patch 1.8-1.1
---
 .gitignore       | 2 --
 debian/changelog | 9 +++++++++
 debian/rules     | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 3f592ff..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/.ropeproject/config.py
-.pc/
diff --git a/debian/changelog b/debian/changelog
index 3359de0..fd2af58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+electrum (1.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "electrum fails to launch from terminal":
+    add dependency on python-qt4.
+    (Closes: #724750)
+
+ -- gregor herrmann <gregoa at debian.org>  Mon, 04 Nov 2013 19:29:31 +0100
+
 electrum (1.8-1) unstable; urgency=low
 
   * Initial Release.
diff --git a/debian/rules b/debian/rules
index 88bfbad..2fc9644 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ CDBS_BUILD_DEPENDS += , $(electrum_depends), pyqt4-dev-tools
 CDBS_BUILD_DEPENDS_class_python-distutils_python =
 
 # dependency for module
-CDBS_DEPENDS_$(python_module) += $(electrum_depends)
+CDBS_DEPENDS_$(python_module) += $(electrum_depends), python-qt4
 
 # dependency for program
 CDBS_DEPENDS_$(package) += python (>= 2.6)

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