[med-svn] [Git][med-team/python-cooler][master] 3 commits: debian/rules: Pass --mtime and --mode arguments to tar for example tests tarball.
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jan 10 07:18:23 GMT 2022
Andreas Tille pushed to branch master at Debian Med / python-cooler
Commits:
11e84940 by Vagrant Cascadian at 2022-01-10T08:13:59+01:00
debian/rules: Pass --mtime and --mode arguments to tar for example tests tarball.
https://reproducible-builds.org/docs/archives/
- - - - -
8ecbb897 by Andreas Tille at 2022-01-10T08:15:07+01:00
Add changelog entry for patch
- - - - -
7bc94167 by Andreas Tille at 2022-01-10T08:17:59+01:00
routine-update: Ready to upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-cooler (0.8.11-2) unstable; urgency=medium
+
+ [ Vagrant Cascadian ]
+ * Do not include file mode and timestamps in tarball
+ Closes: #1003316
+
+ -- Andreas Tille <tille at debian.org> Mon, 10 Jan 2022 08:15:46 +0100
+
python-cooler (0.8.11-1) unstable; urgency=medium
[ Andreas Tille ]
=====================================
debian/rules
=====================================
@@ -9,4 +9,4 @@ export PYBUILD_NAME=cooler
override_dh_installexamples:
dh_installexamples
- cd debian/python3-$(PYBUILD_NAME)-examples/usr/share/doc/python3-$(PYBUILD_NAME) && tar --create --owner=0 --group=0 --numeric-owner --sort=name --file tests.tar.xz tests && rm -rf tests
+ cd debian/python3-$(PYBUILD_NAME)-examples/usr/share/doc/python3-$(PYBUILD_NAME) && tar --create --owner=0 --group=0 --numeric-owner --sort=name --mtime="@$(SOURCE_DATE_EPOCH)" --mode=u=wrX,og=rX --file tests.tar.xz tests && rm -rf tests
View it on GitLab: https://salsa.debian.org/med-team/python-cooler/-/compare/4a1885f9336a43d33fe8e5244ac35a37b728d7eb...7bc9416724858879858e9274c9eed7d71e8f864c
--
View it on GitLab: https://salsa.debian.org/med-team/python-cooler/-/compare/4a1885f9336a43d33fe8e5244ac35a37b728d7eb...7bc9416724858879858e9274c9eed7d71e8f864c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220110/782609dd/attachment-0001.htm>
More information about the debian-med-commit
mailing list