aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xtestsuite/run-test-satisfy-depends.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bc8ebe2..69730e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
* testsuite/satisfydepends/gtk2-engines_*.changelog,
testsuite/satisfydepends/gtk2-engines_*.control: initial test data.
* testsuite/run-test-satisfy-depends.log: initial test results.
+ * testsuite/run-test-satisfy-depends.sh: fix invocation from CVS
+ checkout by only copying debian/rules and not debian/*.
2006-10-27 Junichi Uekawa <dancer@debian.org>
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"