Author: moeller
Date: 2009-07-17 19:00:40 +0000 (Fri, 17 Jul 2009)
New Revision: 3658

Modified:
   trunk/packages/ball/trunk/debian/changelog
   trunk/packages/ball/trunk/debian/debian-ball-install
Log:
:) too bad I named the upstream version '...debian'


Modified: trunk/packages/ball/trunk/debian/changelog
===================================================================
--- trunk/packages/ball/trunk/debian/changelog  2009-07-17 13:31:13 UTC (rev 
3657)
+++ trunk/packages/ball/trunk/debian/changelog  2009-07-17 19:00:40 UTC (rev 
3658)
@@ -1,4 +1,4 @@
-ball (1.3+beta2.debian-1) unstable; urgency=low
+ball (1.3+beta2debian-1) unstable; urgency=low
 
   * Preparing for new upstream version 1.3 (Closes: #407665)
   * Improvements for Debian packaging

Modified: trunk/packages/ball/trunk/debian/debian-ball-install
===================================================================
--- trunk/packages/ball/trunk/debian/debian-ball-install        2009-07-17 
13:31:13 UTC (rev 3657)
+++ trunk/packages/ball/trunk/debian/debian-ball-install        2009-07-17 
19:00:40 UTC (rev 3658)
@@ -9,7 +9,12 @@
 }
 
 #adapt to your settings
-export BALL_PATH=`pwd | sed "s/debian-upstream$//g" | sed "s/debian$//g"`
+export BALL_PATH=`pwd | sed -e 's%/debian-upstream$%%g' -e 's%/debian$%%g'`
+if [ ! -d "$BALL_PATH" ]; then
+       echo "$0: cannot find directory '$BALL_PATH' as presumed root of the 
source tree."
+       echo "Pwd: " `pwd`
+       exit -1
+fi
 unset QTDIR
 echo $1
 


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to