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 <[email protected]>)
+    Closes: #916425
+
+ -- Andreas Tille <[email protected]>  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.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to