diff -Nru pcs-0.9.159/debian/changelog pcs-0.9.159/debian/changelog --- pcs-0.9.159/debian/changelog 2017-09-02 04:12:50.000000000 +0000 +++ pcs-0.9.159/debian/changelog 2017-09-02 05:12:10.000000000 +0000 @@ -1,3 +1,9 @@ +pcs (0.9.159-3ubuntu2) artful; urgency=medium + + * But also unset the https proxy. + + -- Steve Langasek Fri, 01 Sep 2017 22:12:10 -0700 + pcs (0.9.159-3ubuntu1) artful; urgency=medium * Fix autopkgtest to not complain if a proxy is configured in the diff -Nru pcs-0.9.159/debian/tests/testsuite-pcs pcs-0.9.159/debian/tests/testsuite-pcs --- pcs-0.9.159/debian/tests/testsuite-pcs 2017-09-02 04:12:48.000000000 +0000 +++ pcs-0.9.159/debian/tests/testsuite-pcs 2017-09-02 05:12:03.000000000 +0000 @@ -2,6 +2,7 @@ set -e unset http_proxy +unset https_proxy cat >>/etc/hosts <