summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-13 00:42:26 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-13 00:43:16 +0100
commit0992cbebeb1bcf1dbda34a03917e25ba75fad046 (patch)
treea5f0d95e61c46f442604b4ccc3ec1a992ee8cff8 /debian/changelog
parente2fa683e96e51f173b17b91f77affa1f7c310867 (diff)
test suite: Do not save non-world-readable artifactsdebian/5.9+exp2archive/debian/5.9+exp2
Save things to $AUTOPKGTEST_ARTIFACTS without preserving access control information. Works around #903680. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ae3e58d..663eca8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dgit (5.9+exp2) experimental; urgency=medium
+
+ * test suite: Save things to $AUTOPKGTEST_ARTIFACTS without
+ preserving access control information. Works around #903680.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> Fri, 13 Jul 2018 00:43:11 +0100
+
dgit (5.9+exp1) experimental; urgency=medium
* test suite: Use dch -r -D sid '' not dch -r sid. Closes:#903441.