[Pkg-javascript-commits] [jquery] 08/18: cope with removal of upstream version mangling

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 cbd7b0294fda51d36d34b11c69fb03b182620b83
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Apr 8 19:11:55 2016 -0300

    cope with removal of upstream version mangling
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 94e2fb6..625292d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ jquery (1.12.3-1) UNRELEASED; urgency=medium
     - debian/watch: remove version mangling options.
   * Copy and adapt autopkgtest tests from experimental branch
   * debian/rules:
+    - cope with removal of upstream version mangling
     - change date formatting to cope with changes in output of `date
       --iso-8601=m` starting with coreutils 8.25
     - drop workaround for bug in upstream build that has been fixed
diff --git a/debian/rules b/debian/rules
index 82c31d9..552bd26 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/+00:?00/Z/')
-version = $(shell dpkg-parsechangelog -SVersion | cut -d + -f 1)
+version = $(shell dpkg-parsechangelog -SVersion | cut -d - -f 1)
 
 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