[Pkg-javascript-commits] [jquery] 01/03: debian/build.mk: read date from changelog (Closes: #782899)

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Aug 25 18:57:55 UTC 2015


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

terceiro pushed a commit to branch master
in repository jquery.

commit 15e5d0e58ba682c959d78e6de3ceacfb17424f9c
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Aug 25 15:48:56 2015 -0300

    debian/build.mk: read date from changelog (Closes: #782899)
---
 debian/build.mk  | 2 +-
 debian/changelog | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/build.mk b/debian/build.mk
index 5e2e95c..507df03 100644
--- a/debian/build.mk
+++ b/debian/build.mk
@@ -1,5 +1,5 @@
 source = $(shell grep -v '^\s*\#' debian/build-$(version).txt)
-timestamp = $(shell date --iso-8601=minutes --utc --date=$(SOURCE_DATE_EPOCH))
+timestamp = $(shell date --iso-8601=minutes --utc --date="$(shell dpkg-parsechangelog -S Date)")
 version = $(shell dpkg-parsechangelog -SVersion | cut -d + -f 1)
 
 install: dist/jquery.js dist/jquery.min.js dist/jquery.min.map
diff --git a/debian/changelog b/debian/changelog
index 337f3f3..5056781 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jquery (1.11.3+dfsg-2) UNRELEASED; urgency=medium
+
+  * debian/build.mk: read date from changelog (Closes: #782899)
+
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 25 Aug 2015 15:47:42 -0300
+
 jquery (1.11.3+dfsg-1) unstable; urgency=medium
 
   * New upstream release (Closes: #730014)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery.git



More information about the Pkg-javascript-commits mailing list