[debian-edu-commits] debian-edu/ 05/10: Enable tests.

Dominik George natureshadow-guest at moszumanska.debian.org
Mon Jan 15 22:58:44 UTC 2018


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository sdaps.

commit 4d3137bdc34ed7db2d7e64eeff208675793699a4
Author: Dominik George <nik at naturalnet.de>
Date:   Mon Jan 15 23:27:06 2018 +0100

    Enable tests.
---
 debian/control | 14 ++++++++++++++
 debian/rules   |  3 +++
 2 files changed, 17 insertions(+)

diff --git a/debian/control b/debian/control
index 98580ae..2c6c69a 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,20 @@ Build-Depends:
  python-dev,
  python-distutils-extra,
  python-setuptools,
+ gir1.2-poppler-0.18,
+ python-cairo,
+ python-gi,
+ python-gi-cairo,
+ python-opencv,
+ python-zbar,
+ gir1.2-gtk-3.0,
+ pdftk,
+ python-pdftools,
+ python-pil,
+ python-reportlab,
+ texlive,
+ texlive-latex-extra,
+ texlive-latex-recommended,
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-edu/pkg-team/sdaps.git
 Vcs-Git: https://anonscm.debian.org/cgit/debian-edu/pkg-team/sdaps.git
diff --git a/debian/rules b/debian/rules
index f5fa7e0..399f481 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,8 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 %:
 	dh $@ --with python2 --buildsystem=pybuild
 
+override_dh_auto_test:
+	cd test; PATH=./bin:$$PATH PYTHONPATH=. ./run-test.sh
+
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/sdaps.git



More information about the debian-edu-commits mailing list