[Pkg-octave-commit] r1795 - semidef-oct/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Thu Apr 24 21:57:06 UTC 2008


tags 477616 pending
thanks

Author: rafael
Date: 2008-04-24 21:57:06 +0000 (Thu, 24 Apr 2008)
New Revision: 1795

Modified:
   semidef-oct/trunk/debian/changelog
   semidef-oct/trunk/debian/rules
Log:
Use /bin/echo in debian/rules to avoid a bashism


Modified: semidef-oct/trunk/debian/changelog
===================================================================
--- semidef-oct/trunk/debian/changelog	2008-04-23 10:53:36 UTC (rev 1794)
+++ semidef-oct/trunk/debian/changelog	2008-04-24 21:57:06 UTC (rev 1795)
@@ -3,7 +3,10 @@
   [ Rafael Laboissiere ]
   * debian/control: Force the build-dependency on octave3.0 >= 3.0.0-2,
     ensuring the transition from g77 to gfortran
-  * debian/rules: Include md5sums control file
+  * debian/rules:
+    + Include md5sums control file
+    + Use /bin/echo instead of shell built-i echo command, avoiding a
+      bashism (closes: #477616)
 
   [ Thomas Weber ]
   * debian/control: Vcs-fields point to the trunk/ directory

Modified: semidef-oct/trunk/debian/rules
===================================================================
--- semidef-oct/trunk/debian/rules	2008-04-23 10:53:36 UTC (rev 1794)
+++ semidef-oct/trunk/debian/rules	2008-04-24 21:57:06 UTC (rev 1795)
@@ -20,7 +20,7 @@
 build-stamp: patch-stamp
 	dh_testdir
 	cd SRC; $(MAKE) sp.oct ; \
-		echo -e "1\n2\n3\n4\n5" | octave -qf ./demosp.m
+		/bin/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