[Pkg-logwatch-general] r33 - trunk

Willi Mann willi-guest at costa.debian.org
Sat Mar 25 12:48:55 UTC 2006


Author: willi-guest
Date: 2006-03-25 12:48:55 +0000 (Sat, 25 Mar 2006)
New Revision: 33

Modified:
   trunk/buildversion.sh
Log:
Remove some more verbosity but add short information about what's going on.


Modified: trunk/buildversion.sh
===================================================================
--- trunk/buildversion.sh	2006-03-25 12:43:34 UTC (rev 32)
+++ trunk/buildversion.sh	2006-03-25 12:48:55 UTC (rev 33)
@@ -10,10 +10,13 @@
 if [ -d "$BASEDIR" ]; then
 	rm -fr $BASEDIR
 fi
-tar xzvf $TARBALL
 
+echo "Unpacking tarball ...."
+tar xzf $TARBALL
+
 test -f $ORIGLINK || ln -s $TARBALL $ORIGLINK
 
+echo "Copying debian dir to build directory ...."
 cp -a debian $BASEDIR
 
 #patch
@@ -25,6 +28,6 @@
 	fi
 done
 
-
+echo "Removing .svn directories from build tree ..."
 find $BASEDIR -type d -name ".svn" -print0 | xargs -0 rm -fr 
 	




More information about the Pkg-logwatch-general mailing list