diff -Nru tcpspy-1.7d/debian/changelog tcpspy-1.7d/debian/changelog --- tcpspy-1.7d/debian/changelog 2020-04-03 03:00:19.000000000 +0000 +++ tcpspy-1.7d/debian/changelog 2020-09-17 18:28:08.000000000 +0000 @@ -1,3 +1,11 @@ +tcpspy (1.7d-15) unstable; urgency=medium + + * QA upload. + * debian/control: migrated DH level to 13. + * debian/tests/control: set a CI test as superficial. (Closes: #969870) + + -- Joao Eriberto Mota Filho Thu, 17 Sep 2020 15:28:08 -0300 + tcpspy (1.7d-14) unstable; urgency=medium * QA upload. diff -Nru tcpspy-1.7d/debian/control tcpspy-1.7d/debian/control --- tcpspy-1.7d/debian/control 2020-04-03 03:00:19.000000000 +0000 +++ tcpspy-1.7d/debian/control 2020-09-17 18:28:08.000000000 +0000 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Debian QA Group -Build-Depends: debhelper-compat (= 12), bison, flex, groff +Build-Depends: debhelper-compat (= 13), bison, flex, groff Standards-Version: 4.5.0 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/debian/tcpspy diff -Nru tcpspy-1.7d/debian/tests/control tcpspy-1.7d/debian/tests/control --- tcpspy-1.7d/debian/tests/control 2020-04-03 03:00:19.000000000 +0000 +++ tcpspy-1.7d/debian/tests/control 2020-09-17 18:28:08.000000000 +0000 @@ -1,2 +1,2 @@ Test-Command: tcpspy --help 2>&1 | grep -i usage -Restrictions: needs-root +Restrictions: needs-root, superficial