[Pkg-javascript-commits] [node-source-map] 08/09: Add overrides for long lines containing source code with \n
Julien Puydt
julien.puydt at laposte.net
Thu Sep 28 05:55:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-source-map.
commit 786e0cc6b70f722e4c6654b081530f8bd75455ab
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Thu Sep 28 07:53:38 2017 +0200
Add overrides for long lines containing source code with \n
---
debian/changelog | 1 +
debian/source/lintian-overrides | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8c33942..276b6f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ node-source-map (0.6.0+dfsg-1) UNRELEASED; urgency=medium
* Bump std-ver to 4.1.0.
* Mark the libjs-* package as Multi-Arch foreign following hinter.
* Bump d/watch to version 4.
+ * Add overrides for long lines containing source code with \n.
-- Julien Puydt <julien.puydt at laposte.net> Thu, 28 Sep 2017 07:45:46 +0200
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..81e8d74
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# Those line are a long test source code put on a single line with \n inside...
+node-source-map source: source-is-missing test/test-source-node.js line length is 299 characters (>256)
+node-source-map source: source-is-missing dist/test/test_source_node.js line length is 300 characters (>256)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-source-map.git
More information about the Pkg-javascript-commits
mailing list