Hi!

> The attached patches make several small changes to debian/rules. Once
> applied, debianutils can be built reproducibly on our current
> experimental framework.

This was merged in debianutils/4.5 but since umask variations are now
considered, this is not enough. The attached patch should do the trick.

Thanks,
-- 
Lunar                                .''`. 
lu...@debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   
From 8e5ae1e11483352d2b12ac5762958318671be455 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= <lu...@debian.org>
Date: Mon, 4 May 2015 10:31:26 +0200
Subject: [PATCH] Ensure consistent permissions with different umasks

---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 7904421..abf1cce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,6 +99,8 @@ endif
 
 	cd debian/tmp && find * -type f ! -regex '^DEBIAN/.*' -print0 | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums
 
+	find debian/tmp ! -type l -print0 | xargs -0r chmod go=rX,u+rw,a-s
+
 	dpkg-shlibdeps debian/tmp/bin/run-parts \
 			debian/tmp/bin/tempfile \
 			debian/tmp/usr/bin/ischroot
-- 
1.9.1

Attachment: signature.asc
Description: Digital signature

Reply via email to