From 79e980d8068b4e9931b4ed91faf03d8ad88bdad2 Mon Sep 17 00:00:00 2001 From: Alexander Lenz Date: Wed, 19 Jul 2017 11:25:22 +0200 Subject: [PATCH] [deb] Add build deps and rename src pkg. Change-Id: I9f3f0d80294d93b8defbda744f949ee036c9eeda --- debian/control | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 3012466..51768cf 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,14 @@ -Source: secop-playground +Source: secop-core Section: misc Priority: extra Maintainer: Enrico Faulhaber Build-Depends: debhelper (>= 9.0.0), git, python (>= 2.7), - python-setuptools + python-setuptools, + python-sip-dev, + python-qt4-dev, + python-qt4 Standards-Version: 3.9.3 Package: secop-core @@ -18,5 +21,6 @@ Depends: python (>= 2.7), python-mlzlog, markdown, python-daemon, - python-pytest + python-pytest, + python-qt4 Description: SECoP Playground core system