Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Run tests on packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ltworf committed Dec 27, 2013
1 parent 0f53807 commit 7fa10a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
SHELL=sh -e

%:
./driver.py
dh $@

clean:
Expand Down
2 changes: 1 addition & 1 deletion relational_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def printhelp(code=0):
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:
Expand Down

0 comments on commit 7fa10a0

Please sign in to comment.