[med-svn] [Git][med-team/python-biopython][master] 2 commits: d/rules: normalize HOME; this stabilizes build reproducibility.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed Sep 18 21:41:57 BST 2024
Étienne Mollier pushed to branch master at Debian Med / python-biopython
Commits:
5581bf3f by Étienne Mollier at 2024-09-18T22:26:46+02:00
d/rules: normalize HOME; this stabilizes build reproducibility.
- - - - -
d5a269da by Étienne Mollier at 2024-09-18T22:27:58+02:00
Update the changelog.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,9 @@
python-biopython (1.84+dfsg-1~0exp2) UNRELEASED; urgency=medium
* d/salsa-ci.yml: disable build path variation in reprotest.
+ * d/rules: normalize HOME; this stabilizes build reproducibility.
- -- Étienne Mollier <emollier at debian.org> Tue, 17 Sep 2024 20:42:21 +0200
+ -- Étienne Mollier <emollier at debian.org> Wed, 18 Sep 2024 22:27:46 +0200
python-biopython (1.84+dfsg-1~0exp1) experimental; urgency=medium
=====================================
debian/rules
=====================================
@@ -6,6 +6,10 @@ export DH_VERBOSE=1
# Fails to build with hardening=+all switched on
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+# Fix partially build reproducibility issues. Also, refrain from
+# meddling with build user's home directory.
+export HOME = /nonexistent
+
BUILDARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
# avoid PAML_tools and EmbossPhylipNew since paml resp. embassy-phylip
View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/compare/439ea736cbbed39fc6424bf82ec81b041ee2d209...d5a269dad9141d3aec72915b5bf97de54b5ca26a
--
View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/compare/439ea736cbbed39fc6424bf82ec81b041ee2d209...d5a269dad9141d3aec72915b5bf97de54b5ca26a
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/20240918/8c9e51c6/attachment-0001.htm>
More information about the debian-med-commit
mailing list