[Cdd-commits] r1239 - blends/trunk/webtools

CDD Subversion Commit noreply at alioth.debian.org
Thu Nov 13 08:53:32 UTC 2008


Author: tille
Date: Thu Nov 13 08:53:32 2008
New Revision: 1239

Modified:
   blends/trunk/webtools/blend-get-names
Log:
Use real blend-get-names and not the copy of former dis-get-names


Modified: blends/trunk/webtools/blend-get-names
==============================================================================
--- blends/trunk/webtools/blend-get-names	(original)
+++ blends/trunk/webtools/blend-get-names	Thu Nov 13 08:53:32 2008
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Read DIS specific names from debian/control.stub
+# Read Blend specific names from debian/control.stub
 #
 # Copyright (C) Andreas Tille <tille at debian.org>
 # License: GPL
@@ -22,17 +22,17 @@
 
 if [ "$#" -ne 1 ] ; then
 	echo "Missing argument"
-	echo "Usage: $0 disname|disshortname|metapackageprefix"
+	echo "Usage: $0 blendname|blendshortname|metapackageprefix"
 	exit 64   #  EX_USAGE
 fi
 
 case "$1" in
-    disname)
+    blendname)
         grep '^Source:[[:space:]]*debian-' "$CONTROLFILE" | \
 	    sed 's/^Source:[[:space:]]*//'
 	exit 0
 	;;
-    disshortname)
+    blendshortname)
 	GetShortName
 	exit 0
 	;;
@@ -48,7 +48,7 @@
 	;;
     *)
 	echo "Unknown argument $1"
-	echo "Usage: $0 disname|disshortname|metapackageprefix"
+	echo "Usage: $0 blendname|blendshortname|metapackageprefix"
 	exit 64   #  EX_USAGE
 	;;
 esac



More information about the Cdd-commits mailing list