r37048 - in /packages/atlas/trunk/debian: changelog rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Sun Nov 28 16:01:30 UTC 2010


Author: sylvestre
Date: Sun Nov 28 16:01:12 2010
New Revision: 37048

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37048
Log:
+  [ Simon McVittie ]
+  * Run 'make check' and 'make ptcheck' to build the tests, then install them
+    in libatlas-test (Closes: #588418)


Modified:
    packages/atlas/trunk/debian/changelog
    packages/atlas/trunk/debian/rules

Modified: packages/atlas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/changelog?rev=37048&op=diff
==============================================================================
--- packages/atlas/trunk/debian/changelog (original)
+++ packages/atlas/trunk/debian/changelog Sun Nov 28 16:01:12 2010
@@ -1,3 +1,11 @@
+atlas (3.8.3-29) unstable; urgency=low
+
+  [ Simon McVittie ]
+  * Run 'make check' and 'make ptcheck' to build the tests, then install them
+    in libatlas-test (Closes: #588418)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 23 Nov 2010 22:55:34 +0100
+
 atlas (3.8.3-28) unstable; urgency=low
 
   * Support of sh4. Thanks to Nobuhiro Iwamatsu. (Closes: #595896)

Modified: packages/atlas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/rules?rev=37048&op=diff
==============================================================================
--- packages/atlas/trunk/debian/rules (original)
+++ packages/atlas/trunk/debian/rules Sun Nov 28 16:01:12 2010
@@ -188,6 +188,9 @@
 			cd lib;												\
 			$(MAKE) shared;										\
 			$(MAKE) ptshared;									\
+			cd ..;       										\
+			$(MAKE) check;									  \
+			$(MAKE) ptcheck;									\
 			echo "==============================================";	\
 			cd ../../../;										\
 		done




More information about the debian-science-commits mailing list