[debian-edu-commits] debian-edu/ 01/03: Fix permissions in added files when creating tests.tgz to make build reproducable.
Petter Reinholdtsen
pere at moszumanska.debian.org
Sat Jan 23 22:05:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository desktop-profiles.
commit c889639586ba94f5c1e5afb69a136054f5cb50f5
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sat Jan 23 23:01:37 2016 +0100
Fix permissions in added files when creating tests.tgz to make build reproducable.
---
Makefile | 2 +-
debian/changelog | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 8ac6358..15120c5 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ install: install-l10n
zip-tests:
find tests -not -type d -print0 | \
LC_ALL="C" sort --zero-terminated | \
- GZIP="-9n" tar --create --gzip --null --files-from=- \
+ GZIP="-9n" tar --mode=go=rX,u+rw,a-s --create --gzip --null --files-from=- \
--file=tests.tgz --mtime="$(BUILD_DATE)" \
--owner=root --group=root --numeric-owner
diff --git a/debian/changelog b/debian/changelog
index 1168c2a..c4e1b9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+desktop-profiles (1.4.22) UNRELEASED; urgency=medium
+
+ * Fix permissions in added files when creating tests.tgz to make build
+ reproducable.
+
+ -- Petter Reinholdtsen <pere at debian.org> Sat, 23 Jan 2016 23:00:19 +0100
+
desktop-profiles (1.4.21) unstable; urgency=medium
* Make the build reproducable (Closes: #779602).
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/desktop-profiles.git
More information about the debian-edu-commits
mailing list