[Pkg-bitcoin-commits] [SCM] electrum packaging branch, master, updated. upstream/1.8-32-gb428bb9

Vasudev Kamath kamathvasudev at gmail.com
Tue Jun 25 16:57:50 UTC 2013


The following commit has been merged in the master branch:
commit b75344ae46935215fa7a297618a326aa091470c3
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Jun 23 00:26:27 2013 +0530

    Add proper dependency for electrum and python-electrum

diff --git a/debian/rules b/debian/rules
index 4786a58..b896619 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,8 +27,11 @@ CDBS_BUILD_DEPENDS += , $(electrum_depends), pyqt4-dev-tools
 # Suppress unneeded build-dependencies
 CDBS_BUILD_DEPENDS_class_python-distutils_python =
 
-# dependency
-CDBS_DEPENDS_$(python_module) = $(electrum_depends)
+# dependency for module
+CDBS_DEPENDS_$(python_module) += $(electrum_depends)
+
+# dependency for program
+CDBS_DEPENDS_$(package) += python (>= 2.6)
 
 # Move aes and ecdsa from build directory to let package link against
 # the python-ecdsa and python-slowaes

-- 
electrum packaging



More information about the Pkg-bitcoin-commits mailing list