[Pkg-javascript-commits] [jquery] 08/15: debian/rules: normalize version number

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Sep 2 14:44:32 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 0a0582731f8874d7feb3a25ade706f399049f983
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Aug 30 22:17:17 2015 -0300

    debian/rules: normalize version number
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index aed8109..1e08efb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 source = $(shell find src/ -name '*.js')
 timestamp = $(shell date --iso-8601=minutes --utc --date="$(shell dpkg-parsechangelog -S Date)" | sed -e 's/+0000/Z/')
-version = $(shell dpkg-parsechangelog -SVersion | cut -d + -f 1)
+version = $(shell dpkg-parsechangelog -SVersion | cut -d + -f 1 | sed 's/~/-/')
 
 override_dh_auto_build: dist/jquery.js dist/jquery.min.js dist/jquery.min.map
 	dh_auto_build

-- 
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