aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlool <lool>2006-10-28 14:39:42 +0000
committerlool <lool>2006-10-28 14:39:42 +0000
commit6f06e8e896dd79251f9b0e4cbb1b325121e9bac7 (patch)
tree2623605aeb8678a53f43ad04fbc29671ffce618d
parent90e2b9cb00c0e1c93cec0b9fadc175a60e648b0c (diff)
downloadpbuilder-6f06e8e896dd79251f9b0e4cbb1b325121e9bac7.tar
pbuilder-6f06e8e896dd79251f9b0e4cbb1b325121e9bac7.tar.gz
* testsuite/run-test-satisfy-depends.sh: fix invocation from CVS
checkout by only copying debian/rules and not debian/*.
-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"