diff -Nru shelldap-1.4.0/debian/changelog shelldap-1.4.0/debian/changelog --- shelldap-1.4.0/debian/changelog 2017-06-17 18:46:43.000000000 +0000 +++ shelldap-1.4.0/debian/changelog 2018-04-07 20:53:20.000000000 +0000 @@ -1,3 +1,10 @@ +shelldap (1.4.0-2ubuntu1) bionic; urgency=medium + + * Set TERM=xterm in our autopkgtest, since libterm-readline-gnu-perl + deliberately refuses to run with TERM=dumb. + + -- Steve Langasek Sat, 07 Apr 2018 13:53:20 -0700 + shelldap (1.4.0-2) unstable; urgency=medium * Upload to unstable diff -Nru shelldap-1.4.0/debian/control shelldap-1.4.0/debian/control --- shelldap-1.4.0/debian/control 2017-06-17 18:46:43.000000000 +0000 +++ shelldap-1.4.0/debian/control 2018-04-07 20:53:20.000000000 +0000 @@ -1,7 +1,8 @@ Source: shelldap Section: utils Priority: optional -Maintainer: Salvatore Bonaccorso +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Salvatore Bonaccorso Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 4.0.0 diff -Nru shelldap-1.4.0/debian/tests/smoke-test shelldap-1.4.0/debian/tests/smoke-test --- shelldap-1.4.0/debian/tests/smoke-test 2017-06-17 18:46:43.000000000 +0000 +++ shelldap-1.4.0/debian/tests/smoke-test 2018-04-07 20:53:17.000000000 +0000 @@ -4,4 +4,4 @@ # ---------------------------------------------------------------------- echo TESTING: shelldap --version -shelldap --version | ( ! grep -vE '^shelldap [0-9a-z.+-:~]+$' ) +TERM=xterm shelldap --version | ( ! grep -vE '^shelldap [0-9a-z.+-:~]+$' )