[Pkg-octave-commit] r1228 - semidef-oct/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Sat Feb 23 12:06:29 UTC 2008
Author: rafael
Date: 2008-02-23 12:06:29 +0000 (Sat, 23 Feb 2008)
New Revision: 1228
Modified:
semidef-oct/trunk/debian/changelog
semidef-oct/trunk/debian/rules
Log:
Add test suite
Modified: semidef-oct/trunk/debian/changelog
===================================================================
--- semidef-oct/trunk/debian/changelog 2008-02-23 11:15:03 UTC (rev 1227)
+++ semidef-oct/trunk/debian/changelog 2008-02-23 12:06:29 UTC (rev 1228)
@@ -13,8 +13,9 @@
+ Use the Vcs-* headers instead of the deprecated XS-Vcs-* ones
* debian/copyright: Add more comments about the licensing terms of the
different parts of the package
+ * debian/rules: Add test suite
- -- Rafael Laboissiere <rafael at debian.org> Sat, 23 Feb 2008 12:11:26 +0100
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 23 Feb 2008 12:34:03 +0100
semidef-oct (1:2003-5) unstable; urgency=low
Modified: semidef-oct/trunk/debian/rules
===================================================================
--- semidef-oct/trunk/debian/rules 2008-02-23 11:15:03 UTC (rev 1227)
+++ semidef-oct/trunk/debian/rules 2008-02-23 12:06:29 UTC (rev 1228)
@@ -19,7 +19,8 @@
build: build-stamp
build-stamp: patch-stamp
dh_testdir
- cd SRC; $(MAKE) sp.oct
+ cd SRC; $(MAKE) sp.oct ; \
+ echo -e "1\n2\n3\n4\n5" | octave -qf ./demosp.m
touch build-stamp
clean: unpatch
More information about the Pkg-octave-commit
mailing list