[fiona] 01/06: Fix SOURCE_DATE_EPOCH use.
Bas Couwenberg
sebastic at debian.org
Mon Jun 26 18:42:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository fiona.
commit 987fc265f238bfddc4ba3c1667311ce196af20d4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Jun 26 20:23:45 2017 +0200
Fix SOURCE_DATE_EPOCH use.
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index cc92eed..40fbcb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fiona (1.7.7-2) UNRELEASED; urgency=medium
+
+ * Fix SOURCE_DATE_EPOCH use.
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 26 Jun 2017 20:23:33 +0200
+
fiona (1.7.7-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 3731ed2..5e01c3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
-BUILD_DATE=$(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(SOURCE_DATE_EPOCH)")
+BUILD_DATE=$(shell LC_ALL=C date -u "+%B %d, %Y" -d "@$(SOURCE_DATE_EPOCH)")
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git
More information about the Pkg-grass-devel
mailing list