diff -Nru node-grunt-contrib-copy-1.0.0/debian/changelog node-grunt-contrib-copy-1.0.0/debian/changelog --- node-grunt-contrib-copy-1.0.0/debian/changelog 2016-12-22 21:51:22.000000000 +0000 +++ node-grunt-contrib-copy-1.0.0/debian/changelog 2017-04-21 07:20:25.000000000 +0000 @@ -1,3 +1,11 @@ +node-grunt-contrib-copy (1.0.0-2) unstable; urgency=medium + + * add Testsuite: autopkgtest entry in source stanza + * run built-time tests with run_tests script + * run autopkgtests with run_tests script (Closes: #860634) + + -- Paolo Greppi Fri, 21 Apr 2017 09:20:25 +0200 + node-grunt-contrib-copy (1.0.0-1) unstable; urgency=low * Initial release (Closes: #848854) diff -Nru node-grunt-contrib-copy-1.0.0/debian/control node-grunt-contrib-copy-1.0.0/debian/control --- node-grunt-contrib-copy-1.0.0/debian/control 2016-12-22 05:55:59.000000000 +0000 +++ node-grunt-contrib-copy-1.0.0/debian/control 2017-04-21 07:20:25.000000000 +0000 @@ -15,6 +15,7 @@ Homepage: https://github.com/gruntjs/grunt-contrib-copy#readme Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-grunt-contrib-copy.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-grunt-contrib-copy.git +Testsuite: autopkgtest Package: node-grunt-contrib-copy Architecture: all diff -Nru node-grunt-contrib-copy-1.0.0/debian/rules node-grunt-contrib-copy-1.0.0/debian/rules --- node-grunt-contrib-copy-1.0.0/debian/rules 2016-12-22 05:55:59.000000000 +0000 +++ node-grunt-contrib-copy-1.0.0/debian/rules 2017-04-21 07:20:25.000000000 +0000 @@ -10,10 +10,7 @@ #override_dh_auto_build: override_dh_auto_test: - rm -rf tmp - mkdir -p tmp - grunt copy - nodeunit + ./debian/tests/run_tests override_dh_clean: dh_clean diff -Nru node-grunt-contrib-copy-1.0.0/debian/tests/control node-grunt-contrib-copy-1.0.0/debian/tests/control --- node-grunt-contrib-copy-1.0.0/debian/tests/control 2016-12-22 06:02:30.000000000 +0000 +++ node-grunt-contrib-copy-1.0.0/debian/tests/control 2017-04-21 07:20:25.000000000 +0000 @@ -1,5 +1,5 @@ Tests: require Depends: node-grunt-contrib-copy -Test-Command: nodeunit +Test-Command: ./debian/tests/run_tests Depends: @, @builddeps@