[Pkg-javascript-commits] [node-vlq] 04/04: Package upstream 1.0.0 and refresh packaging
Julien Puydt
julien.puydt at laposte.net
Mon Jan 15 10:22:37 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-vlq.
commit c43c78539fd9d3f49396f7bd62048b8fd1e7b999
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Mon Jan 15 11:08:23 2018 +0100
Package upstream 1.0.0 and refresh packaging
---
debian/changelog | 10 ++++++++++
debian/control | 7 ++-----
debian/copyright | 4 ++--
debian/rules | 5 ++++-
4 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ee1245c..7ef8aa0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+node-vlq (1.0.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Refresh packaging:
+ - Update dates in d/copyright.
+ - Bump std-ver to 4.1.3.
+ - Move from node-babel to node-typescript.
+
+ -- Julien Puydt <julien.puydt at laposte.net> Mon, 15 Jan 2018 11:16:48 +0100
+
node-vlq (0.2.3-2) unstable; urgency=medium
* Move from node-es6-module-transpiler to node-babel.
diff --git a/debian/control b/debian/control
index cb57763..d01b439 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,8 @@ 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),
- node-babel-cli,
- node-babel-preset-es2015,
- nodejs
-Standards-Version: 4.1.1
+Build-Depends: debhelper (>= 10), nodejs, node-typescript
+Standards-Version: 4.1.3
Homepage: https://github.com/Rich-Harris/vlq
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-vlq.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-vlq.git
diff --git a/debian/copyright b/debian/copyright
index 8b53fc3..9e0ad49 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Upstream-Contact: https://github.com/Rich-Harris/vlq/issues
Source: https://github.com/Rich-Harris/vlq
Files: *
-Copyright: 2016 Rich Harris
+Copyright: 2016-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 7926c75..40a08b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,10 @@
dh $@
override_dh_auto_build:
- babeljs --presets=es2015 src/vlq.js > index.js
+ tsc --module commonjs src/vlq.ts && mv src/vlq.js index.js
+
+override_dh_auto_check:
+ nodejs test/
override_dh_auto_clean:
rm -f index.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-vlq.git
More information about the Pkg-javascript-commits
mailing list