[Python-modules-commits] [python-latexcodec] 01/01: deb/rules: added -f- to date

Daniel Stender stender at moszumanska.debian.org
Sun May 29 16:26:56 UTC 2016


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

stender pushed a commit to branch master
in repository python-latexcodec.

commit 570307a13ee496e09d6e5a35085b80f69d1f750b
Author: Daniel Stender <stender at debian.org>
Date:   Sun May 29 18:24:23 2016 +0200

    deb/rules: added -f- to date
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d89397d..9fd2232 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-latexcodec (1.0.3-3) unstable; urgency=medium
+
+  * deb/rules: added -f- to date for reproducible builds (Closes: #824454).
+
+ -- Daniel Stender <stender at debian.org>  Sun, 29 May 2016 18:23:46 +0200
+
 python-latexcodec (1.0.3-2) unstable; urgency=medium
 
   * deb/control: corrected X-Python3-version.
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

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



More information about the Python-modules-commits mailing list