[Python-modules-commits] [pyjwt] 01/02: Make the build reproducible

Daniele Tricoli eriol-guest at moszumanska.debian.org
Wed Jul 6 18:14:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository pyjwt.

commit 0c78b49b87507ae42c633df73fd2b686782f106f
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Wed Jul 6 19:51:37 2016 +0200

    Make the build reproducible
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 27bec25..40a797a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,5 +13,6 @@ override_dh_auto_build:
 	sed -i 's/jwt/jwt3/g' debian/jwt3.1
 
 override_dh_auto_install:
+	find .pybuild -type f -name .coverage -delete
 	dh_auto_install
 	mv debian/python3-jwt/usr/bin/jwt debian/python3-jwt/usr/bin/jwt3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyjwt.git



More information about the Python-modules-commits mailing list