[Pkg-javascript-commits] [node-es6-shim] 03/09: Update to 0.35.0 and ship map files (#814674)

Julien Puydt julien.puydt at laposte.net
Sun May 29 11:36:11 UTC 2016


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

jpuydt-guest pushed a commit to branch master
in repository node-es6-shim.

commit 7db3de198819ba66421d2900f87316c8821fdfe4
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Thu Apr 28 10:26:12 2016 +0200

    Update to 0.35.0 and ship map files (#814674)
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 debian/rules     | 5 ++++-
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1daafc4..c77e18d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+node-es6-shim (0.35.0+ds-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * Push standards-version to 3.9.8.
+  * Ship map files. (Closes: #814674)
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Thu, 28 Apr 2016 10:23:30 +0200
+
 node-es6-shim (0.34.1+ds-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 4f4afe2..1df1476 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: web
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Julien Puydt <julien.puydt at laposte.net>
-Build-Depends: debhelper (>= 9), nodejs, uglifyjs
-Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9), nodejs, uglifyjs, node-source-map
+Standards-Version: 3.9.8
 Homepage: https://github.com/paulmillr/es6-shim/
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-es6-shim.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-es6-shim.git
diff --git a/debian/rules b/debian/rules
index 5f1b0db..5c90438 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,10 @@
 
 override_dh_auto_build:
 	uglifyjs es6-sham.js > es6-sham.min.js
-	uglifyjs es6-shim.js > es6-shim.min.js
+	uglifyjs --source-map $(CURDIR)/build/es6-shim.map \
+		--output \
+		$(CURDIR)/build/es6-shim.min.js \
+		$(CURDIR)/js/vendor/es6-shim/es6-shim.js
 
 # Debian doesn't have all it takes
 override_dh_auto_test:

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



More information about the Pkg-javascript-commits mailing list