[med-svn] [gubbins] 02/05: Use testing according to same principle like installing

Andreas Tille tille at debian.org
Mon Nov 30 11:11:40 UTC 2015


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

tille pushed a commit to branch master
in repository gubbins.

commit e75a3e934166d5bbadc9062226f46b3d624a4f34
Author: Andreas Tille <tille at debian.org>
Date:   Mon Nov 30 12:04:00 2015 +0100

    Use testing according to same principle like installing
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 7c8ca1e..e7dfa8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,11 @@ override_dh_auto_install:
 	cd python && \
 	python3 setup.py install --root=../debian/gubbins --install-layout=deb --install-lib=/usr/share/gubbins --install-scripts=/usr/share/gubbins
 
+override_dh_auto_test:
+	dh_auto_test
+	cd python && \
+	python3 setup.py test
+
 override_dh_clean:
 	dh_clean
 	rm -rf python/*.egg-info python/build  python/Makefile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gubbins.git



More information about the debian-med-commit mailing list