[jel] 01/01: Enable build time tests

Ole Streicher olebole at moszumanska.debian.org
Wed Feb 22 11:06:47 UTC 2017


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

olebole pushed a commit to branch master
in repository jel.

commit 87b768f9b8694f327496ddae6c65f2dc5a92e4b6
Author: Ole Streicher <olebole at debian.org>
Date:   Wed Feb 22 11:56:49 2017 +0100

    Enable build time tests
---
 debian/control | 2 +-
 debian/rules   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d144bda..aab7208 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Astro Team <debian-astro-maintainers at lists.alioth.debian.org>
 Uploaders: Ole Streicher <olebole at debian.org>
 Build-Depends: ant, debhelper (>= 9), dh-exec, javahelper (>= 0.40)
-Build-Depends-Indep: default-jdk, default-jdk-doc, junit
+Build-Depends-Indep: default-jdk, default-jdk-doc, junit, ant-optional
 Standards-Version: 3.9.8
 Homepage: https://www.gnu.org/software/jel/
 Vcs-Git: https://anonscm.debian.org/cgit/debian-astro/packages/jel.git
diff --git a/debian/rules b/debian/rules
index c20d181..e948c9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@
 
 override_dh_auto_build:
 	(cd source && ant dist)
+
+override_dh_auto_test:
+	(cd source && ant test)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/jel.git



More information about the debian-science-commits mailing list