[Pkg-javascript-commits] [jquery] 04/16: New upstream release

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Apr 9 17:32:18 UTC 2016


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

terceiro pushed a commit to branch master
in repository jquery.

commit 45d10c5070218201c31f75567ad1c5d192b0c02e
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Apr 9 11:09:03 2016 -0300

    New upstream release
---
 debian/changelog                          | 15 +++++++++++++++
 debian/rules                              |  2 +-
 debian/tests/check-against-upstream-build |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 49352e0..1d214e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+jquery (3.0.0~beta1-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+  * Drop the version number mangling to add a `+dfsg` suffix. First the
+    changes from upstream are not due to the DFSG, but are removing pre-built
+    Javascript files, which is not a problem according to the DFSG, but a
+    policy. Second, if the package is in the Debian main component, obviously
+    it complies with the DFSG. Anyway, the files removed are documented in
+    debian/copyright.
+    - debian/watch: remove version mangling options.
+    - debian/rules: updated version number parsing
+    - debian/tests/check-against-upstream-build: updated version number parsing
+
+ -- Antonio Terceiro <terceiro at debian.org>  Sat, 09 Apr 2016 11:06:39 -0300
+
 jquery (3.0.0~alpha1+dfsg-2) experimental; urgency=medium
 
   * remove unused lintian overrides
diff --git a/debian/rules b/debian/rules
index 77dea06..df97e73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 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 | sed 's/~/-/')
+version = $(shell dpkg-parsechangelog -SVersion | cut -d - -f 1 | sed 's/~/-/')
 
 dist = dist/jquery.js dist/jquery.min.js dist/jquery.min.map
 dist_compat = dist-compat/jquery.js dist-compat/jquery.min.js dist-compat/jquery.min.map
diff --git a/debian/tests/check-against-upstream-build b/debian/tests/check-against-upstream-build
index 8549571..886042d 100755
--- a/debian/tests/check-against-upstream-build
+++ b/debian/tests/check-against-upstream-build
@@ -4,7 +4,7 @@ exec 2>&1
 
 set -ex
 
-version=$(dpkg-parsechangelog -SVersion | cut -d + -f 1 | sed 's/~/-/')
+version=$(dpkg-parsechangelog -SVersion | cut -d - -f 1 | sed 's/~/-/')
 
 main_build="$1"
 if [ -z "$main_build" ]; then

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