[prepair] 03/03: Use pkg-info.mk variables instead of dpkg-parsechangelog output.
Bas Couwenberg
sebastic at debian.org
Fri Jun 30 20:31:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository prepair.
commit 541631d64cbbe7e2e12b0db5da61086f2811ff55
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jun 30 22:18:31 2017 +0200
Use pkg-info.mk variables instead of dpkg-parsechangelog output.
---
debian/changelog | 1 +
debian/rules | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f008fab..832564c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ prepair (0.7-7) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.0.0, no changes.
* Add autopkgtest to test installability.
+ * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
-- Bas Couwenberg <sebastic at debian.org> Fri, 30 Jun 2017 22:17:15 +0200
diff --git a/debian/rules b/debian/rules
index 868653b..fc0ad9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,9 @@
# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C date -u "+%d %B %Y" -f -)
+include /usr/share/dpkg/pkg-info.mk
+
+BUILD_DATE=$(shell LC_ALL=C date -u "+%d %B %Y" -d "@$(SOURCE_DATE_EPOCH)")
MANPAGES:=$(wildcard debian/man/*.*.xml)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/prepair.git
More information about the Pkg-grass-devel
mailing list