[cpl-plugin-hawki] 01/02: Fix include_test_data=no case
    Ole Streicher 
    olebole-guest at moszumanska.debian.org
       
    Mon Dec  9 12:14: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 cpl-plugin-hawki.
commit 9e75e72755b3017d1178fa9a23609e64b2588037
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Sat Dec 7 17:52:51 2013 +0100
    Fix include_test_data=no case
---
 debian/repackage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/repackage.sh b/debian/repackage.sh
index fa9c13f..1eddf38 100755
--- a/debian/repackage.sh
+++ b/debian/repackage.sh
@@ -34,7 +34,7 @@ rm -f ${BASEDIR}/${DEBIAN_PACKAGE}_${VERSION}.orig*.tar.* ${FILENAME}
 
 TAREXCLUDE="--exclude ${PIPELINE}-${VERSION}/html"
 if [ $INCLUDE_TEST_DATA = "no" ] ; then
-  TAREXCLUDE+=" --exclude ${PIPELINE}-${VERSION}/*/tests/ref_data"
+  TAREXCLUDE=${TAREXCLUDE}" --exclude ${PIPELINE}-${VERSION}/*/tests/ref_data"
 fi
 
 tar xf ${BASEDIR}/${PIPELINE}-kit-${VERSION}/${PIPELINE}-${VERSION}.tar.gz\
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-hawki.git
    
    
More information about the debian-science-commits
mailing list