[SCM] hdf5 branch, upstream, updated. upstream/1.8.4-patch1-79-gbfcb1ff

Francesco Paolo Lovergine frankie at debian.org
Wed Nov 16 10:34:14 UTC 2011


The following commit has been merged in the upstream branch:
commit 76a897d24713571225b7ad9364858ccdfd5cbc3f
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Wed Feb 3 09:40:43 2010 +0000

    Added test target.

diff --git a/debian/changelog b/debian/changelog
index 87f5455..a691e2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 hdf5 (1.8.4-6) unstable; urgency=low
 
   * Fixed typo in 1.8.4-4 changelog.
+  * Added a useful test target in debian/rules to run the auto test suite.
 
  -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 02 Feb 2010 15:27:09 +0100
 
diff --git a/debian/rules b/debian/rules
index 896df73..039346e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -182,6 +182,13 @@ build-stamp-mpich: configure-stamp-mpich
 	$(MAKE) -C debian/build-mpich/
 	touch $@
 
+#
+# Be sure to not have a previous version installed before running
+# the test suite
+#
+test: build-stamp-serial
+	$(MAKE) -C debian/build-serial/ test
+
 clean: unpatch
 	test -f debian/control.in
 	dh_testroot

-- 
Hierarchical Data Format 5 (HDF5)



More information about the Pkg-grass-devel mailing list