[Pkg-javascript-commits] [jquery] 09/18: really fix date handling
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Apr 9 13:59:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch debian/1.x
in repository jquery.
commit 89c9c1b44f11887c409e12761fe3d7648f5df564
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Apr 8 19:12:27 2016 -0300
really fix date handling
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 552bd26..4047d37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
source = $(shell find src/ -name '*.js')
-timestamp = $(shell date --iso-8601=minutes --utc --date="$(shell dpkg-parsechangelog -S Date)" | sed -e 's/+00:?00/Z/')
+timestamp = $(shell date --iso-8601=minutes --utc --date="$(shell dpkg-parsechangelog -S Date)" | sed -e 's/+00:\?00/Z/')
version = $(shell dpkg-parsechangelog -SVersion | cut -d - -f 1)
override_dh_auto_build: dist/jquery.js dist/jquery.min.js dist/jquery.min.map
--
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