diff -Nru node-browserify-aes-1.1.1/debian/changelog node-browserify-aes-1.1.1/debian/changelog --- node-browserify-aes-1.1.1/debian/changelog 2017-11-09 12:37:06.000000000 +0000 +++ node-browserify-aes-1.1.1/debian/changelog 2018-02-18 22:41:54.000000000 +0000 @@ -1,3 +1,10 @@ +node-browserify-aes (1.1.1-2) unstable; urgency=medium + + * Bump policy no changes + * Bump compat to 11 + + -- Bastien Roucariès Sun, 18 Feb 2018 23:41:54 +0100 + node-browserify-aes (1.1.1-1) unstable; urgency=medium * New upstream version diff -Nru node-browserify-aes-1.1.1/debian/compat node-browserify-aes-1.1.1/debian/compat --- node-browserify-aes-1.1.1/debian/compat 2017-11-09 12:33:35.000000000 +0000 +++ node-browserify-aes-1.1.1/debian/compat 2018-02-18 22:41:54.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru node-browserify-aes-1.1.1/debian/control node-browserify-aes-1.1.1/debian/control --- node-browserify-aes-1.1.1/debian/control 2017-11-09 12:37:06.000000000 +0000 +++ node-browserify-aes-1.1.1/debian/control 2018-02-18 22:41:54.000000000 +0000 @@ -5,7 +5,7 @@ Uploaders: Bastien Roucariès , Pirate Praveen Build-Depends: - debhelper (>= 10) + debhelper (>= 11) , dh-buildinfo , nodejs (>= 4.1) , node-create-hash (>= 1.1.0) @@ -15,7 +15,8 @@ , node-buffer-xor (>= 1.0.3) , node-safe-buffer (>= 5.0.1) , node-tape (>=4.6) -Standards-Version: 4.1.1 + , node-tap (>=10) +Standards-Version: 4.1.3 Homepage: https://github.com/crypto-browserify/browserify-aes Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-browserify-aes.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-browserify-aes.git diff -Nru node-browserify-aes-1.1.1/debian/copyright node-browserify-aes-1.1.1/debian/copyright --- node-browserify-aes-1.1.1/debian/copyright 2017-11-09 12:33:35.000000000 +0000 +++ node-browserify-aes-1.1.1/debian/copyright 2018-02-18 22:41:54.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: browserify-aes Upstream-Contact: https://github.com/crypto-browserify/browserify-aes/issues Source: https://github.com/crypto-browserify/browserify-aes @@ -62,7 +62,7 @@ https://github.com/bitwiseshiftleft/sjcl/commits/master/core/gcm.js Files: debian/* -Copyright: 2017, Bastien Roucariès +Copyright: 2017-2018, Bastien Roucariès License: Expat License: Expat diff -Nru node-browserify-aes-1.1.1/debian/docs node-browserify-aes-1.1.1/debian/docs --- node-browserify-aes-1.1.1/debian/docs 2017-11-09 12:33:35.000000000 +0000 +++ node-browserify-aes-1.1.1/debian/docs 2018-02-18 22:41:54.000000000 +0000 @@ -1 +1 @@ -readme.md +README.md diff -Nru node-browserify-aes-1.1.1/debian/install node-browserify-aes-1.1.1/debian/install --- node-browserify-aes-1.1.1/debian/install 2017-11-09 12:33:35.000000000 +0000 +++ node-browserify-aes-1.1.1/debian/install 2018-02-18 22:41:54.000000000 +0000 @@ -1,4 +1,3 @@ *.js usr/lib/nodejs/browserify-aes/ modes usr/lib/nodejs/browserify-aes/ package.json usr/lib/nodejs/browserify-aes/ - diff -Nru node-browserify-aes-1.1.1/debian/rules node-browserify-aes-1.1.1/debian/rules --- node-browserify-aes-1.1.1/debian/rules 2017-11-09 12:37:06.000000000 +0000 +++ node-browserify-aes-1.1.1/debian/rules 2018-02-18 22:41:54.000000000 +0000 @@ -10,7 +10,7 @@ #override_dh_auto_build: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) - nodejs test/index.js + tap -R spec test/index.js else @echo '**********************************************************' @echo 'Skip test suite ' diff -Nru node-browserify-aes-1.1.1/debian/tests/control node-browserify-aes-1.1.1/debian/tests/control --- node-browserify-aes-1.1.1/debian/tests/control 2017-11-09 12:33:35.000000000 +0000 +++ node-browserify-aes-1.1.1/debian/tests/control 2018-02-18 22:41:54.000000000 +0000 @@ -2,4 +2,4 @@ Depends: node-browserify-aes, nodejs (>= 6) Tests: runtestsuite -Depends: node-browserify-aes, node-tape (>= 4.6) +Depends: node-browserify-aes, node-tape (>= 4.6), node-tap (>=10) diff -Nru node-browserify-aes-1.1.1/debian/tests/runtestsuite node-browserify-aes-1.1.1/debian/tests/runtestsuite --- node-browserify-aes-1.1.1/debian/tests/runtestsuite 2017-11-09 12:33:35.000000000 +0000 +++ node-browserify-aes-1.1.1/debian/tests/runtestsuite 2018-02-18 22:41:54.000000000 +0000 @@ -12,4 +12,14 @@ xargs -0 -n1 \ sh -c 'set -e; echo "TESTING: $3"; sed -e "$1" < "$3" > "$2/$3"' sedtape "$SEDCMD" "$tmpdir" cd "$tmpdir" -tape test/*.js + +sed_move_to_stderr() { + sed -e "/$1/w /dev/stderr" -e "/$1/d" +} + +exec 5>&1 +exec 3>&1 +error_tap=$( ( ( (tap -R spec test/*.js) 2>&1 >&3 3>&- ; echo $? >&4) | sed_move_to_stderr 'Cipheriv for counter' 2>&1 >&3 3>&- ) 4>&1 >&5) +exec 3>&- +exec 5>&- +test "X$error_tap" = "X0"