Author: frank
Date: 2006-05-26 09:28:15 +0000 (Fri, 26 May 2006)
New Revision: 1387

Modified:
   tetex-base/trunk/debian/searchbase35
   tetex-base/trunk/debian/tetex-base.dirs.in
Log:
- restore /usr/share/tetex-base in dirs.in; only the map directory is not 
necessary

- fix regexp, and add tar.bz2 support in searchbase35

Modified: tetex-base/trunk/debian/searchbase35
===================================================================
--- tetex-base/trunk/debian/searchbase35        2006-05-25 18:06:29 UTC (rev 
1386)
+++ tetex-base/trunk/debian/searchbase35        2006-05-26 09:28:15 UTC (rev 
1387)
@@ -39,11 +39,14 @@
        tar.gz)
          command="tar -tzf"
          ;;
+       tar.bz2)
+         command="tar -tjf"
+         ;;
        zip)
          command="unzip -l"
          ;;
       esac
-      queryResult=`$command $archive | grep /${longfile#texmf*/}$ | sed -e 
'[EMAIL PROTECTED]:space:]]@@'`
+      queryResult=`$command $archive | grep ${longfile#texmf*/} | sed -e 
'[EMAIL PROTECTED]:space:]]@@'`
       resultLines=`echo $queryResult | wc -w`
       if [ "$resultLines" -eq 1 ]; then
        echo -e "$file:\t$queryResult\tin `basename $archive`"

Modified: tetex-base/trunk/debian/tetex-base.dirs.in
===================================================================
--- tetex-base/trunk/debian/tetex-base.dirs.in  2006-05-25 18:06:29 UTC (rev 
1386)
+++ tetex-base/trunk/debian/tetex-base.dirs.in  2006-05-26 09:28:15 UTC (rev 
1387)
@@ -1,6 +1,7 @@
 #include variables
 usr/share/texmf-tetex
 usr/share/doc/tetex-base
+usr/share/tetex-base
 etc/X11/app-defaults
 etc/texmf/updmap.d
 <:=$LANGUAGE_DIR:>


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to