diff -Nru node-pend-1.2.0/debian/changelog node-pend-1.2.0/debian/changelog --- node-pend-1.2.0/debian/changelog 2015-06-05 23:05:34.000000000 +0000 +++ node-pend-1.2.0/debian/changelog 2018-03-27 14:48:03.000000000 +0000 @@ -1,3 +1,9 @@ +node-pend (1.2.0-1ubuntu1) bionic; urgency=medium + + * Fix quoting for autopkgtest >= 5.2 + + -- Graham Inggs Tue, 27 Mar 2018 14:48:03 +0000 + node-pend (1.2.0-1) unstable; urgency=medium * Imported upstream version 1.2.0. diff -Nru node-pend-1.2.0/debian/control node-pend-1.2.0/debian/control --- node-pend-1.2.0/debian/control 2015-06-05 23:05:34.000000000 +0000 +++ node-pend-1.2.0/debian/control 2018-03-27 14:48:03.000000000 +0000 @@ -1,7 +1,8 @@ Source: node-pend Section: web Priority: extra -Maintainer: Debian Javascript Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Javascript Maintainers Uploaders: Andrew Kelley Build-Depends: debhelper (>= 8) diff -Nru node-pend-1.2.0/debian/tests/control node-pend-1.2.0/debian/tests/control --- node-pend-1.2.0/debian/tests/control 2015-06-05 23:05:34.000000000 +0000 +++ node-pend-1.2.0/debian/tests/control 2018-03-27 14:48:03.000000000 +0000 @@ -1,2 +1,2 @@ -Test-Command: nodejs -e "require('"'"'pend'"'"');" +Test-Command: nodejs -e "require('pend');" Depends: @