Étienne Mollier pushed to branch master at Debian Med / python-biopython
Commits: 4955492d by Étienne Mollier at 2020-09-12T19:25:03+02:00 fix typo in unversioned python patch - - - - - 15084cac by Étienne Mollier at 2020-09-12T21:13:48+02:00 remove last update date in Tutorial.tex This went through a patch, which improves build reproducibility. - - - - - 4 changed files: - debian/changelog - debian/patches/fix-use-of-unversionned-python.patch → debian/patches/fix-use-of-unversioned-python.patch - + debian/patches/reproduciblebuild.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -5,6 +5,7 @@ python-biopython (1.78+dfsg-1) UNRELEASED; urgency=medium * Removed patches applied upstream. * New upstream version * debhelper-compat 13 (routine-update) + * Improved build reproducibility -- Étienne Mollier <[email protected]> Wed, 09 Sep 2020 22:53:13 +0200 ===================================== debian/patches/fix-use-of-unversionned-python.patch → debian/patches/fix-use-of-unversioned-python.patch ===================================== @@ -1,6 +1,6 @@ -Description: fix use of unversionned 'python' interpreter +Description: fix use of unversioned 'python' interpreter The Doc/Makefile uses python to evaluate the current version of the library in - order to build the documentation, but the unversionned "python" interpreter is + order to build the documentation, but the unversioned "python" interpreter is not available anymore, at least not in the build context. Author: Étienne Mollier <[email protected]> Forwarded: no ===================================== debian/patches/reproduciblebuild.patch ===================================== @@ -0,0 +1,22 @@ +Description: make the build reproducible + This patch removes the last update date, which would correspond to the moment + when the package was build, and wouldn't be too relevant in the document. + Focusing on the version number would be a better approach here. This patch is + not needed upstream, as it would interfere with development releases, marked + only with the version "dev", so would benefit of the date here. +Author: Étienne Mollier <[email protected]> +Forwarded: not-needed +Last-Update: 2020-09-12 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- python-biopython.orig/Doc/Tutorial.tex ++++ python-biopython/Doc/Tutorial.tex +@@ -86,7 +86,7 @@ + + \author{Jeff Chang, Brad Chapman, Iddo Friedberg, Thomas Hamelryck, \\ + Michiel de Hoon, Peter Cock, Tiago Antao, Eric Talevich, Bartek Wilczy\'{n}ski} +-\date{Last Update -- \today\ (Biopython \bpversion)} ++\date{Biopython \bpversion} + + %Hack to get the logo at the start of the HTML front page: + %(hopefully this isn't going to be too wide for most people) ===================================== debian/patches/series ===================================== @@ -2,6 +2,7 @@ remove_mathml-qname.patch privacy_breach.patch privacy_breach_ie9.patch blastdbv4-impl.patch -fix-use-of-unversionned-python.patch +fix-use-of-unversioned-python.patch stabilize-phyml-test.patch spelling-error-in-binaries.patch +reproduciblebuild.patch View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/compare/68e959e2deccce41315988c2744262db15065ddc...15084cac1de49115c23e7e7e595da382d22b88ec -- View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/compare/68e959e2deccce41315988c2744262db15065ddc...15084cac1de49115c23e7e7e595da382d22b88ec You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
