summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-03-02 06:09:24 +0200
committerGuillem Jover <guillem@debian.org>2009-03-02 07:04:51 +0200
commit33a84d38568ef6de0c8becbe9fdea8ee5ad98a65 (patch)
treebf2bdc9da094ac8e762780ca6d591371548354ef /ChangeLog
parent8ba416cb3f7afd75fd422e93b4fed727f211cd80 (diff)
downloaddpkg-33a84d38568ef6de0c8becbe9fdea8ee5ad98a65.tar.gz
u-a: Fix test suite to use t.tmp from builddir instead of srcdir
This fixes “make distcheck”, as t.tmp is a read/write directory it has to be used under builddir, which in most cases happens to be the same as srcdir.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eebd8af40..3ad5363e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-03-02 Guillem Jover <guillem@debian.org>
+ * scripts/t/900_update_alternatives.t: Do not use $srcdir for t.tmp,
+ it's actually located in builddir.
+
+2009-03-02 Guillem Jover <guillem@debian.org>
+
* scripts/update-alternatives.pl (load): Print an actual error on open
instead of an empty string.