[SCM] qtscript packaging branch, experimental, updated. debian/5.6.0-rc+dfsg-1-7-ge7d3b91

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sat Mar 19 16:38:38 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtscript.git;a=commitdiff;h=e7d3b91

The following commit has been merged in the experimental branch:
commit e7d3b916c3594350fac843d65a62e356d4f3b940
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Mar 19 13:38:20 2016 -0300

    Add source lintian-overrides for javascript tests
---
 debian/changelog                |  2 ++
 debian/source/lintian-overrides | 28 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ea0b793..c33bbfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ qtscript-opensource-src (5.6.0+dfsg-1) UNRELEASED; urgency=medium
     - Restore debian/watch to official releases.
   * Update symbols files with buildds' logs.
   * Add the dfsg suffix when repacking tarballs using uscan.
+  * Add source lintian-overrides for javascript tests that Lintian sees as
+    minified files.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 19 Mar 2016 12:46:49 -0300
 
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..3029bc5
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,28 @@
+# This is not a minified javascript, it's a test containing multiple UTF-8 characters.
+qtscript-opensource-src source: insane-line-length-in-source-file tests/auto/qscriptv8testsuite/tests/unicode-test.js line length is *
+qtscript-opensource-src source: source-contains-prebuilt-javascript-object tests/auto/qscriptv8testsuite/tests/unicode-test.js line length is *
+qtscript-opensource-src source: source-is-missing tests/auto/qscriptv8testsuite/tests/unicode-test.js line length is *
+
+# This is a test, not minified javascript.
+qtscript-opensource-src source: source-contains-prebuilt-javascript-object tests/auto/qscriptjstestsuite/tests/ecma/ObjectObjects/15.2.1.1.js line length is *
+qtscript-opensource-src source: source-is-missing tests/auto/qscriptjstestsuite/tests/ecma/ObjectObjects/15.2.1.1.js line length is *
+
+# This is a test, not minified javascript.
+qtscript-opensource-src source: source-contains-prebuilt-javascript-object tests/auto/qscriptjstestsuite/tests/ecma/String/15.5.2.js line length is *
+qtscript-opensource-src source: source-is-missing tests/auto/qscriptjstestsuite/tests/ecma/String/15.5.2.js line length is *
+
+# This is a test, not minified javascript.
+qtscript-opensource-src source: insane-line-length-in-source-file tests/auto/qscriptjstestsuite/tests/ecma_3/RegExp/regress-209067.js line length is *
+qtscript-opensource-src source: insane-line-length-in-source-file tests/auto/qscriptjstestsuite/tests/ecma_3/RegExp/regress-307456.js line length is *
+
+# Also a valid test.
+qtscript-opensource-src source: source-contains-prebuilt-javascript-object tests/auto/qscriptjstestsuite/tests/ecma/String/15.5.4.4-4.js line length is *
+qtscript-opensource-src source: source-is-missing tests/auto/qscriptjstestsuite/tests/ecma/String/15.5.4.4-4.js line length is *
+
+# Also a valid test.
+qtscript-opensource-src source: source-contains-prebuilt-javascript-object tests/auto/qscriptjstestsuite/tests/ecma_3/RegExp/regress-209067.js line length is *
+qtscript-opensource-src source: source-is-missing tests/auto/qscriptjstestsuite/tests/ecma_3/RegExp/regress-209067.js line length is *
+
+# Also a valid test.
+qtscript-opensource-src source: source-contains-prebuilt-javascript-object tests/auto/qscriptjstestsuite/tests/ecma_3/RegExp/regress-307456.js line length is *
+qtscript-opensource-src source: source-is-missing tests/auto/qscriptjstestsuite/tests/ecma_3/RegExp/regress-307456.js line length is *

-- 
qtscript packaging



More information about the pkg-kde-commits mailing list