From 6f06e8e896dd79251f9b0e4cbb1b325121e9bac7 Mon Sep 17 00:00:00 2001 From: lool Date: Sat, 28 Oct 2006 14:39:42 +0000 Subject: * testsuite/run-test-satisfy-depends.sh: fix invocation from CVS checkout by only copying debian/rules and not debian/*. --- testsuite/run-test-satisfy-depends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/run-test-satisfy-depends.sh b/testsuite/run-test-satisfy-depends.sh index abf6ee4..861ca03 100755 --- a/testsuite/run-test-satisfy-depends.sh +++ b/testsuite/run-test-satisfy-depends.sh @@ -61,7 +61,7 @@ for control in satisfydepends/*.control; do [ -d "$package_dir" ] && rm -rf "$package_dir" # create package structure mkdir -p "$package_dir/debian" - cp -l satisfydepends/debian/* "$package_dir/debian" + cp -l satisfydepends/debian/rules "$package_dir/debian" cp -l $changelog "$package_dir/debian/changelog" cp -l $control "$package_dir/debian/control" log_i "Building package $package/$version as \"$PDEBUILD --buildresult $RESULT_DIR -- --pkgname-logfile\" in $package_dir" -- cgit v1.2.3