[Pkg-octave-commit] rev 622 - trunk/packages/octaviz/debian

Rafael Laboissiere rafael at costa.debian.org
Fri Jun 2 08:51:18 UTC 2006


Author: rafael
Date: 2006-06-02 08:51:18 +0000 (Fri, 02 Jun 2006)
New Revision: 622

Modified:
   trunk/packages/octaviz/debian/check-symlink.sh
Log:
* Wrapped long line in echo command
* Added "yelling" exclamation marks
* Removed debugging echo command with stuts value

Modified: trunk/packages/octaviz/debian/check-symlink.sh
===================================================================
--- trunk/packages/octaviz/debian/check-symlink.sh	2006-06-02 05:55:36 UTC (rev 621)
+++ trunk/packages/octaviz/debian/check-symlink.sh	2006-06-02 08:51:18 UTC (rev 622)
@@ -6,18 +6,19 @@
 status=$(/usr/sbin/update-alternatives --display octave-config | grep -c "status is manual");
 fqdn=$(/bin/hostname --fqdn);
 
-echo "status=$status"
-
 if [ $status == "1" ]
-  then 
-    echo "  ABORTING BUILD!" 
-    echo "  octave-config alternative symlink is set to 'manual'." 
-    echo "  If you are the buildd admin of this machine, please read http://lists.debian.org/debian-devel/2006/01/msg01566.html" 
+  then
+    echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
+    echo "  ABORTING BUILD!"
+    echo "  octave-config alternative symlink is set to 'manual'."
+    echo "  If you are the buildd admin of this machine, please read"
+    echo "    http://lists.debian.org/debian-devel/2006/01/msg01566.html"
     echo "  If you are in a hurry, just run "
     echo "    # update-alternatives --auto octave-config"
-    echo "  in the buildd chroot" 
-    echo 
+    echo "  in the buildd chroot"
+    echo
     echo "  FQDN of this host: $fqdn"
+    echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
   fi
 
 exit $status




More information about the Pkg-octave-commit mailing list