Control: tags 949472 + patch
Dear maintainer, I've prepared an NMU for python-pex (versioned as 1.1.14-3.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer or cancel NMU. Regards. Gleisson diff -Nru python-pex-1.1.14/debian/changelog python-pex-1.1.14/debian/changelog --- python-pex-1.1.14/debian/changelog 2019-10-27 14:35:10.000000000 -0300 +++ python-pex-1.1.14/debian/changelog 2020-06-13 02:55:26.000000000 -0300 @@ -1,3 +1,12 @@ +python-pex (1.1.14-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/source/options: created to ignore changes in 'requires.txt' file. + * debian/tests/execute.sh: fixed errors in autopkgtest, thanks to Matthias Klose, + Emmanuel Arias and Gianfranco Costamagna. (Closes: #949472) + + -- Gleisson Jesuino Joaquim Cardoso <gleisson...@gmail.com> Sat, 13 Jun 2020 02:55:26 -0300 + diff -Nru python-pex-1.1.14/debian/source/options python-pex-1.1.14/debian/source/options --- python-pex-1.1.14/debian/source/options 1969-12-31 21:00:00.000000000 -0300 +++ python-pex-1.1.14/debian/source/options 2020-06-13 02:55:26.000000000 -0300 @@ -0,0 +1 @@ +extend-diff-ignore = "requires.txt" diff -Nru python-pex-1.1.14/debian/tests/execute.sh python-pex-1.1.14/debian/tests/execute.sh --- python-pex-1.1.14/debian/tests/execute.sh 2019-10-27 14:35:10.000000000 -0300 +++ python-pex-1.1.14/debian/tests/execute.sh 2020-06-13 02:55:26.000000000 -0300 @@ -6,4 +6,10 @@ export http_proxy=127.0.0.1:9 export https_proxy=127.0.0.1:9 -pex -m textwrap -vv -o script && ./script +pex --python=python3 -m textwrap -vv -o script && ./script + +if [ $? -eq 0 ]; then + echo 9 +fi + +echo -1