From f054e2f0b4072199070178a4a0922778a5834122 Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Sun, 24 Jan 2016 22:37:11 +0100 Subject: [PATCH] Work on a universal debian package --- scripts/make_deb.sh | 2 +- stdeb.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/make_deb.sh b/scripts/make_deb.sh index 5f5f3b27..d509b724 100755 --- a/scripts/make_deb.sh +++ b/scripts/make_deb.sh @@ -5,4 +5,4 @@ pushd .. export DEB_BUILD_OPTIONS=nocheck debuild -python3 setup.py --command-packages=stdeb.command bdist_deb +python3.4 setup.py --command-packages=stdeb.command bdist_deb diff --git a/stdeb.cfg b/stdeb.cfg index 728a1559..bcba16b7 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,5 +1,6 @@ [DEFAULT] Copyright-File: LICENSE +XS-Python-Version: >= 3.4 Depends3: python3-pyqt5, open-cobol Package: opencobolide