[med-svn] [Git][med-team/python-ruffus][master] 2 commits: Enable reproducible build by removing non-deterministic temporary temp output
Andreas Tille
gitlab at salsa.debian.org
Fri Dec 14 10:56:55 GMT 2018
Andreas Tille pushed to branch master at Debian Med / python-ruffus
Commits:
3a3a5656 by Andreas Tille at 2018-12-14T10:30:54Z
Enable reproducible build by removing non-deterministic temporary temp output
- - - - -
33d36a53 by Andreas Tille at 2018-12-14T10:56:02Z
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-ruffus (2.8.1-4) unstable; urgency=medium
+
+ * Enable reproducible build by removing non-deterministic temporary temp
+ output (Thanks for the patch to Chris Lamb <lamby at debian.org>)
+ Closes: #916425
+
+ -- Andreas Tille <tille at debian.org> Fri, 14 Dec 2018 11:33:24 +0100
+
python-ruffus (2.8.1-3) unstable; urgency=medium
[ Gianfranco Costamagna ]
=====================================
debian/rules
=====================================
@@ -38,6 +38,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
find . -name .ruffus_history.sqlite -delete
find . -name "*.pyc" -delete
find . -name __pycache__ | xargs rm -rf
+ find .pybuild -name tmp | xargs rm -rf
endif
override_dh_auto_clean:
View it on GitLab: https://salsa.debian.org/med-team/python-ruffus/compare/808711c50a8b0f8a160f271afb33a47bde5d7136...33d36a53af1053d81ec6e686dd5f93c6d8b4df74
--
View it on GitLab: https://salsa.debian.org/med-team/python-ruffus/compare/808711c50a8b0f8a160f271afb33a47bde5d7136...33d36a53af1053d81ec6e686dd5f93c6d8b4df74
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/20181214/a2518266/attachment.html>
More information about the debian-med-commit
mailing list