[Pkg-jed-commit] r1059 - slcfitsio/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Sun Mar 16 14:21:23 UTC 2008


Author: rafael
Date: 2008-03-16 14:21:23 +0000 (Sun, 16 Mar 2008)
New Revision: 1059

Modified:
   slcfitsio/trunk/debian/changelog
   slcfitsio/trunk/debian/rules
Log:
DEB_MAKE_CHECK_TARGET to run the tests instead of using an explicit build rule

Modified: slcfitsio/trunk/debian/changelog
===================================================================
--- slcfitsio/trunk/debian/changelog	2008-03-16 14:00:49 UTC (rev 1058)
+++ slcfitsio/trunk/debian/changelog	2008-03-16 14:21:23 UTC (rev 1059)
@@ -3,6 +3,8 @@
   * New upstream tarball for version 0.3.8, this time without the .svn
     directories
   * debian/copyright: Add author name and fix the GPL-2 file name
+  * debian/rules: Use DEB_MAKE_CHECK_TARGET to run the tests instead of
+    using an explicit build rule
 
  -- Rafael Laboissiere <rafael at debian.org>  Sun, 16 Mar 2008 14:58:05 +0100
 

Modified: slcfitsio/trunk/debian/rules
===================================================================
--- slcfitsio/trunk/debian/rules	2008-03-16 14:00:49 UTC (rev 1058)
+++ slcfitsio/trunk/debian/rules	2008-03-16 14:21:23 UTC (rev 1059)
@@ -5,9 +5,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_MAKE_BUILD_TARGET := all RPATH=
+DEB_MAKE_CHECK_TARGET := -C src test
 
 clean::
 	rm -f *.fit Makefile config.log config.status
-
-build/slang-cfitsio::
-	(cd src; make test)




More information about the Pkg-jed-commit mailing list