[skycat] 04/08: Fix missing tcl files in tclutil

Ole Streicher olebole-guest at alioth.debian.org
Sat Aug 10 12:07:05 UTC 2013


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a commit to branch debian
in repository skycat.

commit 309bf48f33c99bf2651bd96b6936a03fb5f88744
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Sat Aug 10 12:57:07 2013 +0200

    Fix missing tcl files in tclutil
---
 debian/patches/fhs.patch |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/fhs.patch b/debian/patches/fhs.patch
index e578e4f..99aa145 100644
--- a/debian/patches/fhs.patch
+++ b/debian/patches/fhs.patch
@@ -368,7 +368,7 @@ Description: Change the paths so that they correspond to the FHS.
  cheaders=`cd $srcdir; echo generic/*.h`
  cincludes="-I. -I$srcdir/bitmaps -I$srcdir/generic"
 -tclsources=`cd $srcdir; echo library/*.tcl`
-+tclsources=`cd $srcdir; echo library/*.tcl | fgrep -v mkIndex.tcl | fgrep -v itcldoc.tcl`
++tclsources=`cd $srcdir; ls library/*.tcl | fgrep -v mkIndex.tcl | fgrep -v itcldoc.tcl`
  
  TEA_ADD_SOURCES([${csources}])
  TEA_ADD_HEADERS([${cheaders}])
@@ -379,7 +379,7 @@ Description: Change the paths so that they correspond to the FHS.
  cheaders=`cd $srcdir; echo generic/*.h press/*.h libwcs/*.h`
  cincludes="-I$srcdir/../tclutil/generic -I$srcdir/generic -I$srcdir/press -I$srcdir/libwcs"
 -tclsources=`cd $srcdir; echo library/*.tcl`
-+tclsources=`cd $srcdir; echo library/*.tcl | fgrep -v mkIndex.tcl`
++tclsources=`cd $srcdir; ls library/*.tcl | fgrep -v mkIndex.tcl`
  
  TEA_ADD_SOURCES([${csources}])
  TEA_ADD_HEADERS([${cheaders}])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skycat.git



More information about the debian-science-commits mailing list