From 7fa10a022846ff23251b2df5a55b65336d0c8ac1 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Fri, 27 Dec 2013 01:05:04 +0100 Subject: [PATCH] Run tests on packaging --- debian/changelog | 1 + debian/rules | 1 + relational_gui.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a4980e8..2023cc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ relational (1.2-1) unstable; urgency=medium * New upstream release * Point to new upstream location * Can only use PyQt + * Run tests before packaging -- Salvo 'LtWorf' Tomaselli Fri, 27 Dec 2013 00:35:44 +0100 diff --git a/debian/rules b/debian/rules index cc99c69..4655b6c 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ SHELL=sh -e %: + ./driver.py dh $@ clean: diff --git a/relational_gui.py b/relational_gui.py index bad93d7..e674879 100755 --- a/relational_gui.py +++ b/relational_gui.py @@ -84,7 +84,7 @@ if __name__ == "__main__": if x11: import sip # needed on windows - from PyQt4 import QtGuiq + from PyQt4 import QtGui try: from relational_gui import maingui, guihandler, about, surveyForm except: