[cpl-plugin-amber] 01/02: Fix include_test_data=no case

Ole Streicher olebole-guest at moszumanska.debian.org
Mon Dec 9 10:35:46 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-amber.

commit 425c51cd0091d554d4b429e6b16f8af89c1e6240
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-amber.git



More information about the debian-science-commits mailing list