[Pkg-javascript-commits] [node-inline-source-map] 03/03: New unstable version:
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Aug 17 09:51:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-inline-source-map.
commit e4f9ba7d2a7c4bc5aa3e12c0345d0646f7a775f6
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Tue Aug 15 11:02:38 2017 +0200
New unstable version:
* Team upload.
* Bump policy (no changes)
* Honor debian/rules nocheck flags
* Use compat 10
---
debian/changelog | 9 +++++++++
debian/compat | 2 +-
debian/control | 13 +++++++------
debian/rules | 7 +++++++
test/inline-source-map.js | 3 +++
test/source-content.js | 1 +
6 files changed, 28 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3f2d9dc..990b34a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+node-inline-source-map (0.6.1-4) unstable; urgency=medium
+
+ * Team upload.
+ * Bump policy (no changes)
+ * Honor debian/rules nocheck flags
+ * Use compat 10
+
+ -- Bastien Roucariès <rouca at debian.org> Tue, 15 Aug 2017 11:02:35 +0200
+
node-inline-source-map (0.6.1-3) experimental; urgency=medium
* Team upload.
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 0379cff..b95e923 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,13 @@ Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Ross Gammon <rosco2 at ubuntu.com>
-Build-Depends: debhelper (>= 9),
- dh-buildinfo,
- nodejs,
- node-tap,
- node-source-map (>= 0.5.3)
-Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10)
+ , dh-buildinfo,
+ , nodejs
+ , dpkg-dev (>= 1.17.14)
+ , node-tap (>= 0.7.0) <!nocheck>
+ , node-source-map (>= 0.5.3) <!nocheck>
+Standards-Version: 4.0.1
Homepage: https://github.com/thlorenz/inline-source-map
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-inline-source-map.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-inline-source-map.git
diff --git a/debian/rules b/debian/rules
index dc58d25..1b6ae5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,14 @@
dh $@
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
tap test/*.js
+else
+ @echo '**********************************************************'
+ @echo 'Skip test suite '
+ @echo '**********************************************************'
+endif
+
override_dh_installexamples:
dh_installexamples
diff --git a/test/inline-source-map.js b/test/inline-source-map.js
index a6b9f5e..5154fde 100644
--- a/test/inline-source-map.js
+++ b/test/inline-source-map.js
@@ -226,6 +226,7 @@ test('generated mappings', function (t) {
)
t.end()
})
+ t.end()
})
test('given mappings, with one having no original', function (t) {
@@ -312,6 +313,7 @@ test('given mappings, with one having no original', function (t) {
)
t.end()
})
+ t.end()
});
test('inline mapping url with charset opt', function(t){
@@ -339,4 +341,5 @@ test('inline mapping url with charset opt', function(t){
t.end();
});
+ t.end();
});
diff --git a/test/source-content.js b/test/source-content.js
index d18997d..8a662dd 100644
--- a/test/source-content.js
+++ b/test/source-content.js
@@ -140,4 +140,5 @@ test('generated mappings', function (t) {
t.deepEqual(gen.toJSON()["sourcesContent"], [""])
t.end()
});
+ t.end();
})
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-inline-source-map.git
More information about the Pkg-javascript-commits
mailing list