Source: python-pip Version: 8.0.3-2 Severity: wishlist Tags: patch User: [email protected] Usertags: timestamps X-Debbugs-Cc: [email protected]
Hi! While working on the "reproducible builds" effort [1], we have noticed that python-pip could not be built reproducibly. It embeds the current date and time into a Python script. The attached patch removes this timestamp. Regards, Reiner [1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/debian/makepip.py b/debian/makepip.py
index 10397bb..76eb798 100644
--- a/debian/makepip.py
+++ b/debian/makepip.py
@@ -2,7 +2,7 @@
TEMPLATE = """\
#!{shebang}
-# GENERATED BY DEBIAN ON {date} UTC
+# GENERATED BY DEBIAN
import sys
signature.asc
Description: PGP signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

