Run tests on packaging

master
Salvo 'LtWorf' Tomaselli 2013-12-27 01:05:04 +07:00
parent 0f53807bd0
commit 7fa10a0228
3 changed files with 3 additions and 1 deletions

1
debian/changelog vendored

@ -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 <tiposchi@tiscali.it> Fri, 27 Dec 2013 00:35:44 +0100

1
debian/rules vendored

@ -2,6 +2,7 @@
SHELL=sh -e
%:
./driver.py
dh $@
clean:

@ -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: