[Pkg-scicomp-commits] sundials/trunk/debian

Rafael Laboissiere rafael at debian.org
Fri Feb 13 10:36:09 UTC 2009


SVN commit 4131 by rafael:

Add code for checking the examples programs


 M  +2 -0      sundials/trunk/debian/changelog  
 A             sundials/trunk/debian/check.sh  
 M  +3 -0      sundials/trunk/debian/rules  


--- sundials/trunk/debian/changelog #4130:4131
@@ -27,6 +27,8 @@
   * debian/{libsundials-cvode0,libsundials-cvodes1,libsundials-ida1,
     libsundials-kinsol0,libsundials-nvecserial0}.symbols : Add shared
     library symbols files
+  * debian/check.sh: Add script for exercising the serial checks
+  * debian/rules: (build/libsundials-serial): Call debian/check.sh
 
   [ Daniel Leidert ]
   * debian/control (Depends): Added gfortran to build FORTRAN examples.
--- sundials/trunk/debian/rules #4130:4131
@@ -25,3 +25,6 @@
 get-orig-source:
 	wget -O $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz \
 	     https://computation.llnl.gov/casc/sundials/download/code/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz
+
+build/libsundials-serial::
+	$(SHELL) debian/check.sh



More information about the Pkg-scicomp-commits mailing list