[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 ee5c40a4080b7f926911594c89c57c94337d9e29
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Jun 23 00:26:45 2013 +0530

    Add proper substvars for dependencies

diff --git a/debian/control.in b/debian/control.in
index 35e7819..d245001 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,7 +13,9 @@ X-Python-Version: >= 2.6
 Package: python-electrum
 Section: python
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+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
@@ -26,8 +28,8 @@ Description: Easy to use bitcoin client - python module
 Package: electrum
 Architecture: all
 Depends: ${misc:Depends},
- ${python:Depends},
- python-electrum
+ ${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

-- 
electrum packaging



More information about the Pkg-bitcoin-commits mailing list