diff -Nru node-arr-diff-4.0.0/debian/changelog node-arr-diff-4.0.0/debian/changelog --- node-arr-diff-4.0.0/debian/changelog 2017-11-24 22:25:06.000000000 +0000 +++ node-arr-diff-4.0.0/debian/changelog 2020-04-27 06:52:47.000000000 +0000 @@ -1,3 +1,24 @@ +node-arr-diff (4.0.0-2) unstable; urgency=medium + + * Team upload + + [ Debian Janitor ] + * Trim trailing whitespace. + * Bump debhelper from old 10 to 12. + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Update Vcs-* headers from URL redirect. + * Use canonical URL in Vcs-Git. + + [ Xavier Guimard ] + * Declare compliance with policy 4.5.0 + * Update VCS fields to salsa + * Use pkg-js-tools auto test & install + * Fix copyright + + -- Xavier Guimard Mon, 27 Apr 2020 08:52:47 +0200 + node-arr-diff (4.0.0-1) unstable; urgency=medium * Team upload diff -Nru node-arr-diff-4.0.0/debian/compat node-arr-diff-4.0.0/debian/compat --- node-arr-diff-4.0.0/debian/compat 2017-11-24 22:25:06.000000000 +0000 +++ node-arr-diff-4.0.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru node-arr-diff-4.0.0/debian/control node-arr-diff-4.0.0/debian/control --- node-arr-diff-4.0.0/debian/control 2017-11-24 22:25:06.000000000 +0000 +++ node-arr-diff-4.0.0/debian/control 2020-04-27 06:52:47.000000000 +0000 @@ -3,18 +3,25 @@ Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran -Build-Depends: debhelper (>= 10), nodejs, mocha, node-arr-flatten (>= 1.0.1) -Standards-Version: 4.1.1 +Build-Depends: debhelper-compat (= 12) + , mocha + , node-arr-flatten + , pkg-js-tools (>= 0.9.20~) +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-arr-diff +Vcs-Git: https://salsa.debian.org/js-team/node-arr-diff.git Homepage: https://github.com/jonschlinkert/arr-diff -Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-arr-diff.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-arr-diff.git +Testsuite: autopkgtest-pkg-nodejs +Rules-Requires-Root: no Package: node-arr-diff Architecture: all -Depends: ${misc:Depends}, nodejs, node-arr-flatten (>= 1.0.1) +Depends: ${misc:Depends} + , node-arr-flatten + , nodejs Description: Returns an array with only the unique values from the first array - Returns an array with only the unique values from the first array, by - excluding all values from additional arrays using strict equality for + Returns an array with only the unique values from the first array, by + excluding all values from additional arrays using strict equality for comparisons. . Node.js is an event-based server-side JavaScript engine. diff -Nru node-arr-diff-4.0.0/debian/copyright node-arr-diff-4.0.0/debian/copyright --- node-arr-diff-4.0.0/debian/copyright 2017-11-24 22:25:06.000000000 +0000 +++ node-arr-diff-4.0.0/debian/copyright 2020-04-27 06:52:32.000000000 +0000 @@ -4,11 +4,12 @@ Source: https://github.com/jonschlinkert/arr-diff Files: * -Copyright: 2016 Jon Schlinkert (https://github.com/jonschlinkert) +Copyright: 2014-2017 Jon Schlinkert (https://github.com/jonschlinkert) License: Expat Files: debian/* Copyright: 2016 Sruthi Chandran + 2020 Xavier Guimard License: Expat License: Expat @@ -31,4 +32,3 @@ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff -Nru node-arr-diff-4.0.0/debian/gbp.conf node-arr-diff-4.0.0/debian/gbp.conf --- node-arr-diff-4.0.0/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ node-arr-diff-4.0.0/debian/gbp.conf 2020-04-27 06:52:47.000000000 +0000 @@ -0,0 +1,5 @@ +[DEFAULT] +pristine-tar = True + +[import-orig] +filter = [ '.gitignore', '.travis.yml', '.git*' ] diff -Nru node-arr-diff-4.0.0/debian/install node-arr-diff-4.0.0/debian/install --- node-arr-diff-4.0.0/debian/install 2017-11-24 22:25:06.000000000 +0000 +++ node-arr-diff-4.0.0/debian/install 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -package.json usr/lib/nodejs/arr-diff/ -index.js usr/lib/nodejs/arr-diff/ diff -Nru node-arr-diff-4.0.0/debian/rules node-arr-diff-4.0.0/debian/rules --- node-arr-diff-4.0.0/debian/rules 2017-11-24 22:25:06.000000000 +0000 +++ node-arr-diff-4.0.0/debian/rules 2020-04-27 06:52:32.000000000 +0000 @@ -1,7 +1,4 @@ #!/usr/bin/make -f %: - dh $@ - -override_dh_auto_test: - mocha -R spec + dh $@ --with nodejs diff -Nru node-arr-diff-4.0.0/debian/source/lintian-overrides node-arr-diff-4.0.0/debian/source/lintian-overrides --- node-arr-diff-4.0.0/debian/source/lintian-overrides 2017-11-24 22:25:06.000000000 +0000 +++ node-arr-diff-4.0.0/debian/source/lintian-overrides 2020-04-27 06:52:47.000000000 +0000 @@ -1,2 +1,4 @@ # False positive -node-arr-diff source: source-is-missing benchmark/fixtures/med.js line length is 706 characters (>512) +source: source-is-missing benchmark/fixtures/med.js line length is 706 characters (>512) +source: source-contains-prebuilt-javascript-object benchmark/fixtures/med.js line length is 706 characters (>512) +source: very-long-line-length-in-source-file benchmark/fixtures/med.js line length is 706 characters (>512) diff -Nru node-arr-diff-4.0.0/debian/tests/control node-arr-diff-4.0.0/debian/tests/control --- node-arr-diff-4.0.0/debian/tests/control 2017-11-24 22:25:06.000000000 +0000 +++ node-arr-diff-4.0.0/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -Tests: require -Depends: @ - -Tests: upstreamtestsuite -Depends: @, node-mocha diff -Nru node-arr-diff-4.0.0/debian/tests/pkg-js/test node-arr-diff-4.0.0/debian/tests/pkg-js/test --- node-arr-diff-4.0.0/debian/tests/pkg-js/test 1970-01-01 00:00:00.000000000 +0000 +++ node-arr-diff-4.0.0/debian/tests/pkg-js/test 2020-04-27 06:52:32.000000000 +0000 @@ -0,0 +1 @@ +mocha diff -Nru node-arr-diff-4.0.0/debian/tests/require node-arr-diff-4.0.0/debian/tests/require --- node-arr-diff-4.0.0/debian/tests/require 2017-11-24 22:25:06.000000000 +0000 +++ node-arr-diff-4.0.0/debian/tests/require 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -#!/bin/sh -set -e -nodejs -e "require('arr-diff');" diff -Nru node-arr-diff-4.0.0/debian/tests/upstreamtestsuite node-arr-diff-4.0.0/debian/tests/upstreamtestsuite --- node-arr-diff-4.0.0/debian/tests/upstreamtestsuite 2017-11-24 22:25:06.000000000 +0000 +++ node-arr-diff-4.0.0/debian/tests/upstreamtestsuite 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -#!/bin/sh -set -e -cat test.js | sed -e "s|require('./')|require('arr-diff')|g" > test-modified.js -mocha test-modified.js diff -Nru node-arr-diff-4.0.0/debian/upstream/metadata node-arr-diff-4.0.0/debian/upstream/metadata --- node-arr-diff-4.0.0/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ node-arr-diff-4.0.0/debian/upstream/metadata 2020-04-27 06:50:52.000000000 +0000 @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/jonschlinkert/arr-diff/issues +Bug-Submit: https://github.com/jonschlinkert/arr-diff/issues/new +Repository: https://github.com/jonschlinkert/arr-diff.git +Repository-Browse: https://github.com/jonschlinkert/arr-diff