[dpkg] 180/187: build: Set umask to 0022 for functional test suite

Reiner Herrmann reiner at reiner-h.de
Sun Nov 6 12:46:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a commit to branch master
in repository dpkg.

commit e1aebafaf6b8b54828655ec35e11ad290bc56873
Author: Guillem Jover <guillem at debian.org>
Date:   Sun Nov 6 05:08:40 2016 +0100

    build: Set umask to 0022 for functional test suite
---
 debian/changelog  | 3 ++-
 t-func/atlocal.in | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 54dc943..ba2f1b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 dpkg (1.18.12) UNRELEASED; urgency=medium
 
-  *
+  * Build system:
+    - Set umask to 0022 for functional test suite.
 
  -- Guillem Jover <guillem at debian.org>  Sun, 06 Nov 2016 05:03:23 +0100
 
diff --git a/t-func/atlocal.in b/t-func/atlocal.in
index 9b8a441..2fe4b55 100644
--- a/t-func/atlocal.in
+++ b/t-func/atlocal.in
@@ -4,6 +4,9 @@ PATH="@abs_top_builddir@/dpkg-deb:@abs_top_builddir@/dpkg-split:@abs_top_builddi
 export PATH
 
 # Setup a sane environment
+
+umask 0022
+
 LC_ALL=C
 export LC_ALL
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list