Nilesh Patra pushed to branch master at Debian Med / hdmf
Commits: 4ff7c551 by Nilesh Patra at 2021-05-18T23:30:48+05:30 d/rules: set LC_ALL to C.UTF-8 to make build reproducible - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,8 +3,9 @@ hdmf (2.5.5-1) UNRELEASED; urgency=medium * Team Upload. * New upstream version 2.5.5 * Fix copyright + * d/rules: set LC_ALL to C.UTF-8 to make build reproducible - -- Nilesh Patra <[email protected]> Fri, 14 May 2021 22:40:21 +0530 + -- Nilesh Patra <[email protected]> Tue, 18 May 2021 23:30:29 +0530 hdmf (2.3.0-1) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -2,6 +2,7 @@ # This file was automatically generated by stdeb 0.8.5 at # Thu, 08 Aug 2019 17:19:27 -0400 +export LC_ALL=C.UTF-8 export PYBUILD_NAME=hdmf %: dh $@ --with python3 --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/med-team/hdmf/-/commit/4ff7c551e5b56bdca3b5900bc3ff6c38a28969e9 -- View it on GitLab: https://salsa.debian.org/med-team/hdmf/-/commit/4ff7c551e5b56bdca3b5900bc3ff6c38a28969e9 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
