[wcstools] 01/01: Run CI test during package build as well

Ole Streicher olebole at moszumanska.debian.org
Mon Jun 1 14:20:32 UTC 2015


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

olebole pushed a commit to branch debian
in repository wcstools.

commit ee063a3b3cacf6a4497e7a199fb93873830d2381
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Jun 1 16:21:26 2015 +0200

    Run CI test during package build as well
---
 debian/changelog | 6 ++++++
 debian/rules     | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c4ee8d0..5740ec4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wcstools (3.9.2-3) UNRELEASED; urgency=low
+
+  * Run CI test during package build as well
+
+ -- Ole Streicher <olebole at debian.org>  Mon, 01 Jun 2015 16:20:25 +0200
+
 wcstools (3.9.2-2) unstable; urgency=low
 
   * Fix crash with long CTYPEs. LP: #1458333
diff --git a/debian/rules b/debian/rules
index 8c7812a..65acf3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,11 @@ override_dh_auto_build:
 	mv bin/imcat bin/imcatalog
 	mv bin/remap bin/wcsremap
 
+override_dh_auto_test:
+	LD_LIBRARY_PATH=$$PWD/libwcs:$$LD_LIBRARY_PATH \
+	PATH=$$PWD/bin:$$PATH \
+	debian/tests/wcstools-test
+
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 

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



More information about the debian-science-commits mailing list