summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2014-11-04 23:35:17 -0300
committerFelipe Sateler <fsateler@debian.org>2014-11-05 00:41:31 -0300
commit77975a88cbdfa5e1bec3290d5ed7a35a1d289bd6 (patch)
tree3138abc019c7d563aaab3ee79164f1ec89d084d0 /debian
parent2a634c27fae437f3f7ee3d1fb6b0f0449e9f5e5b (diff)
Enable tests
Diffstat (limited to 'debian')
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules4
2 files changed, 3 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 79489e83..6d7f84a0 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,9 @@ Build-Depends:
python-six (>= 1.7.3),
python-texttable (>= 0.8.1),
python-websocket (>= 0.11),
+ python-mock (>= 1.0.1),
+ python-nose,
+ python-flake8
Standards-Version: 3.9.1
X-Python-Version: >= 2.5
diff --git a/debian/rules b/debian/rules
index 88991831..0d562671 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,6 @@ export PYBUILD_NAME=fig
%:
dh $@ --with python2 --buildsystem=pybuild
-override_dh_auto_test:
-
-override_dh_auto_build:
-
override_dh_auto_install:
python setup.py install --root=debian/fig --install-layout=deb --install-lib=/usr/share/fig --install-scripts=/usr/share/fig