Nilesh Patra pushed to branch master at Debian Med / python-pairix
Commits: c8a0f25e by Nilesh Patra at 2021-12-04T23:48:51+05:30 d/rules: sort with names while tar-ing so as to make build reproducible (Closes: #995258) - - - - - 49628f5c by Nilesh Patra at 2021-12-04T23:49:21+05:30 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-pairix (0.3.7-5) unstable; urgency=medium + + * Team Upload. + * d/rules: sort with names while tar-ing so + as to make build reproducible (Closes: #995258) + + -- Nilesh Patra <[email protected]> Sat, 04 Dec 2021 23:48:55 +0530 + python-pairix (0.3.7-4.1) unstable; urgency=medium * Non-maintainer upload. ===================================== debian/rules ===================================== @@ -10,7 +10,7 @@ export PYBUILD_BEFORE_TEST=cp -a $(CURDIR)/samples {build_dir}; cp -a $(CURDIR)/ dh $@ --with python3 --buildsystem=pybuild override_dh_install: - tar caf samples.tar.xz samples --mode=go=rX,u+rw,a-s --owner=0 --group=0 --numeric-owner + tar caf samples.tar.xz samples --mode=go=rX,u+rw,a-s --owner=0 --group=0 --numeric-owner --sort=name dh_install find debian/python3-$(PYBUILD_NAME)/usr/lib -name samples -type d | xargs rm -rf find debian/*/usr/lib -name VERSION.txt -delete View it on GitLab: https://salsa.debian.org/med-team/python-pairix/-/compare/2a0747ee6c03865990953bf2b871fb78ba593e6a...49628f5c6da93fcd0d9711bd4adb8f9435ca28d3 -- View it on GitLab: https://salsa.debian.org/med-team/python-pairix/-/compare/2a0747ee6c03865990953bf2b871fb78ba593e6a...49628f5c6da93fcd0d9711bd4adb8f9435ca28d3 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
