diff -Nru axel-2.17.10/debian/changelog axel-2.17.10/debian/changelog --- axel-2.17.10/debian/changelog 2020-11-26 01:37:39.000000000 +0000 +++ axel-2.17.10/debian/changelog 2021-04-01 18:20:36.000000000 +0000 @@ -1,3 +1,14 @@ +axel (2.17.10-2) unstable; urgency=medium + + * debian/control: bumped Standards-Version to 4.5.1. + * debian/copyright: updated packaging copyright years. + * debian/tests/control: added allow-stderr restriction to some CI tests + to avoid fails on arm64. Thanks to Paul Gevers. (Closes: #986246) + * debian/watch: updated the search rule to make it compliant with new + standards from GitHub. + + -- Joao Eriberto Mota Filho Thu, 01 Apr 2021 15:20:36 -0300 + axel (2.17.10-1) unstable; urgency=medium * New upstream version 2.17.10. diff -Nru axel-2.17.10/debian/control axel-2.17.10/debian/control --- axel-2.17.10/debian/control 2020-11-26 01:37:00.000000000 +0000 +++ axel-2.17.10/debian/control 2021-04-01 18:20:36.000000000 +0000 @@ -2,7 +2,7 @@ Section: web Priority: optional Maintainer: Joao Eriberto Mota Filho -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Build-Depends: debhelper-compat (= 13), autoconf-archive, gettext, diff -Nru axel-2.17.10/debian/copyright axel-2.17.10/debian/copyright --- axel-2.17.10/debian/copyright 2020-11-26 01:37:00.000000000 +0000 +++ axel-2.17.10/debian/copyright 2021-04-01 18:20:36.000000000 +0000 @@ -55,7 +55,7 @@ 2007 Ralf Treinen 2007-2009 Y Giridhar Appaji Nag 2012 Osamu Aoki - 2015-2020 Joao Eriberto Mota Filho + 2015-2021 Joao Eriberto Mota Filho License: GPL-2+ with OpenSSL exception License: GPL-2+ with OpenSSL exception diff -Nru axel-2.17.10/debian/tests/control axel-2.17.10/debian/tests/control --- axel-2.17.10/debian/tests/control 2020-11-26 01:37:00.000000000 +0000 +++ axel-2.17.10/debian/tests/control 2021-04-01 18:20:36.000000000 +0000 @@ -2,19 +2,19 @@ Restrictions: superficial Test-Command: axel 127.0.0.1 -o $AUTOPKGTEST_TMP || exit 77 -Restrictions: skippable +Restrictions: allow-stderr, skippable Test-Command: axel -k -o $AUTOPKGTEST_TMP/test.img http://people.debian.org/~eriberto/tests-axel/test.img || exit 77 -Restrictions: skippable, needs-internet +Restrictions: allow-stderr, needs-internet, skippable Test-Command: axel -4 -k -s 1000000 -o $AUTOPKGTEST_TMP/test-new.img -U axel-test http://people.debian.org/~eriberto/tests-axel/test.img || exit 77 -Restrictions: skippable, needs-internet +Restrictions: allow-stderr, needs-internet, skippable Test-Command: axel -4 -k -s 1000000 -o $AUTOPKGTEST_TMP/test-new.img -U axel-test https://people.debian.org/~eriberto/tests-axel/test.img || exit 77 -Restrictions: skippable, needs-internet +Restrictions: allow-stderr, needs-internet, skippable Test-Command: axel -6 -k -s 1000000 -o $AUTOPKGTEST_TMP/test-new.img -U axel-test http://people.debian.org/~eriberto/tests-axel/test.img || exit 77 -Restrictions: skippable, needs-internet +Restrictions: allow-stderr, needs-internet, skippable Test-Command: axel -6 -k -s 1000000 -o $AUTOPKGTEST_TMP/test-new.img -U axel-test https://people.debian.org/~eriberto/tests-axel/test.img || exit 77 -Restrictions: skippable, needs-internet +Restrictions: allow-stderr, needs-internet, skippable diff -Nru axel-2.17.10/debian/watch axel-2.17.10/debian/watch --- axel-2.17.10/debian/watch 2020-11-26 01:37:00.000000000 +0000 +++ axel-2.17.10/debian/watch 2021-04-01 18:20:36.000000000 +0000 @@ -1,2 +1,2 @@ version=4 -https://github.com/axel-download-accelerator/axel/releases /download/.*/axel-(\d\S+)\.tar\.(?:bz2|gz|xz) +https://github.com/axel-download-accelerator/axel/releases .*/download/.*/axel-(\d\S+)\.tar\.(?:bz2|gz|xz)