Source: python-latexcodec
Version: 1.0.3-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the "reproducible builds" effort [0], we noticed that 
python-latexcodec could not be built reproducibly.

Patch attached.


 [0] https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index 6f5204c..e06b214 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 #export DEB_BUILD_OPTIONS=nocheck
 export PYBUILD_NAME=latexcodec
 
-DEBDATE := $(shell dpkg-parsechangelog -Sdate | date -u +%F)
+DEBDATE := $(shell dpkg-parsechangelog -Sdate | date -u -f- +%F)
 
 %:
        dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to