[Pkg-javascript-commits] [node-sourcemap-codec] 03/03: Package new upstream 1.4.0

Julien Puydt julien.puydt at laposte.net
Mon Feb 19 21:45:41 UTC 2018


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

jpuydt-guest pushed a commit to branch master
in repository node-sourcemap-codec.

commit 3b8ba2c3c693d837e4f77d8ff60900fd647bd556
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Mon Feb 19 22:21:41 2018 +0100

    Package new upstream 1.4.0
---
 debian/changelog | 9 +++++++++
 debian/control   | 6 +++---
 debian/copyright | 6 +++---
 debian/rules     | 4 ++++
 4 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fdd4c00..46d0a55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+node-sourcemap-codec (1.4.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Updated packaging:
+    - Bump std-ver
+    - Refresh d/copyright (dates and https use)
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Mon, 19 Feb 2018 22:18:50 +0100
+
 node-sourcemap-codec (1.3.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 0aa2dc8..eb991dc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
 Source: node-sourcemap-codec
-Section: web
+Section: javascript
 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 (>= 10), nodejs, node-es6-module-transpiler, node-vlq
-Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10), nodejs, node-es6-module-transpiler, node-typescript, node-vlq
+Standards-Version: 4.1.3
 Homepage: https://github.com/Rich-Harris/sourcemap-codec
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-sourcemap-codec.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-sourcemap-codec.git
diff --git a/debian/copyright b/debian/copyright
index 82d0356..b668e18 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,14 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: sourcemap-codec
 Upstream-Contact: https://github.com/Rich-Harris/sourcemap-codec/issues
 Source: https://github.com/Rich-Harris/sourcemap-codec
 
 Files: *
-Copyright: 2015-2016 Rich Harris
+Copyright: 2015-2018 Rich Harris
 License: Expat
 
 Files: debian/*
-Copyright: 2016 Julien Puydt <julien.puydt at laposte.net>
+Copyright: 2016-2018 Julien Puydt <julien.puydt at laposte.net>
 License: Expat
 
 License: Expat
diff --git a/debian/rules b/debian/rules
index 3030324..7517026 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,8 @@
 	dh $@
 
 override_dh_auto_build:
+	tsc src/sourcemap-codec.ts --baseUrl /usr/lib/nodejs/vlq/
 	compile-modules convert -f commonjs -I/usr/lib/nodejs/vlq src/sourcemap-codec.js > index.js
+
+override_dh_auto_clean:
+	rm -f src/sourcemap-codec.js index.js

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



More information about the Pkg-javascript-commits mailing list