Bug#788310: zyne: Patch adding dependency

2015-06-10 Thread Fabian Greffrath
Am Mittwoch, den 10.06.2015, 10:15 +0200 schrieb Fabian Greffrath:
 There is even something like ${python:Depends}, maybe this helps.

From the build log:

make[1]: Leaving directory '/home/greffrath/Debian/zyne'
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_python2
W: dh_python2:479: Please add dh-python package to Build-Depends
   dh_installmenu
   dh_perl
   dh_link
   debian/rules override_dh_compress
make[1]: Entering directory '/home/greffrath/Debian/zyne'
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported
versions
dh_compress --exclude=.sg --exclude=.aif --exclude=.aiff
make[1]: Leaving directory '/home/greffrath/Debian/zyne'
   dh_fixperms
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: package zyne: unused substitution variable
${python:Versions}
dpkg-gencontrol: warning: package zyne: unused substitution variable
${python:Depends}
   dh_md5sums
   dh_builddeb

signature.asc
Description: This is a digitally signed message part


Bug#788310: zyne: Patch adding dependency

2015-06-10 Thread Fabian Greffrath
Am Mittwoch, den 10.06.2015, 09:06 +0200 schrieb Petr Vorel:
 there is a patch adding missing python-wxgtk2.8 dependency.

There is even something like ${python:Depends}, maybe this helps.

 https://wiki.debian.org/Python/Policy

 - Fabian


signature.asc
Description: This is a digitally signed message part


Bug#788310: zyne: Patch adding dependency

2015-06-10 Thread Petr Vorel
Package: zyne
Version: 0.1.2-1
Followup-For: Bug #788310

Hi there,

there is a patch adding missing python-wxgtk2.8 dependency.

Kind regards,
Petr
From 4b5a3309a28d8566f7d6e83db45cfb8c5beecf9f Mon Sep 17 00:00:00 2001
From: Petr Vorel vo...@jablocom.com
Date: Wed, 10 Jun 2015 09:02:38 +0200
Subject: [PATCH] Add python-wxgtk2.8 dependency

Signed-off-by: Petr Vorel vo...@jablocom.com
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f05934f..14c386e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: http://code.google.com/p/zyne
 
 Package: zyne
 Architecture: all
-Depends: python (= 2.6), python-pyo (= 0.6.2), ${misc:Depends}
+Depends: python (= 2.6), python-pyo (= 0.6.2), python-wxgtk2.8, ${misc:Depends}
 Description: Modular synthesizer written in Python
  Zyne is a modular synthesizer which comes with more than 10 builtin modules
  implementing different kind of synthesis engines and provides a simple API to
-- 
2.1.4