[med-svn] [Git][med-team/python-pairix][master] 2 commits: make the build reproducible
Andreas Tille
gitlab at salsa.debian.org
Mon Nov 9 14:41:25 GMT 2020
Andreas Tille pushed to branch master at Debian Med / python-pairix
Commits:
d5f7b737 by Andreas Tille at 2020-11-09T15:25:57+01:00
make the build reproducible
- - - - -
b5ee9263 by Andreas Tille at 2020-11-09T15:31:06+01:00
routine-update: Ready to upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-pairix (0.3.7-3) unstable; urgency=medium
+
+ [ Chris Lamb ]
+ * make the build reproducible
+ Closes: #973801
+
+ -- Andreas Tille <tille at debian.org> Mon, 09 Nov 2020 15:26:23 +0100
+
python-pairix (0.3.7-2) unstable; urgency=medium
* Rules-Requires-Root: no (routine-update)
=====================================
debian/rules
=====================================
@@ -10,7 +10,7 @@ export PYBUILD_BEFORE_TEST=cp -a $(CURDIR)/samples {build_dir}; cp -a $(CURDIR)/
dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
- tar caf samples.tar.xz samples
+ tar caf samples.tar.xz samples --mode=go=rX,u+rw,a-s --owner=0 --group=0 --numeric-owner
dh_install
find debian/python3-$(PYBUILD_NAME)/usr/lib -name samples -type d | xargs rm -rf
find debian/*/usr/lib -name VERSION.txt -delete
View it on GitLab: https://salsa.debian.org/med-team/python-pairix/-/compare/7385979077c6091197bdb297d7e477aee0da6478...b5ee92633a04f129ddf41c28f28bf9f5a738fa26
--
View it on GitLab: https://salsa.debian.org/med-team/python-pairix/-/compare/7385979077c6091197bdb297d7e477aee0da6478...b5ee92633a04f129ddf41c28f28bf9f5a738fa26
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/20201109/7ae2fd8d/attachment.html>
More information about the debian-med-commit
mailing list