diff -Nru apt-fast-1.9.11/apt-fast apt-fast-1.9.12/apt-fast --- apt-fast-1.9.11/apt-fast 2021-04-26 19:55:01.000000000 +0000 +++ apt-fast-1.9.12/apt-fast 2022-01-13 20:42:09.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# apt-fast v1.9.11 +# apt-fast v1.9.12 # Use this just like aptitude or apt-get for faster package downloading. # # Copyright: 2008-2012 Matt Parnell, http://www.mattparnell.com @@ -52,7 +52,7 @@ option="source" root=0 ;; - changelog) + changelog | show) root=0 ;; esac diff -Nru apt-fast-1.9.11/debian/changelog apt-fast-1.9.12/debian/changelog --- apt-fast-1.9.11/debian/changelog 2021-04-26 19:55:01.000000000 +0000 +++ apt-fast-1.9.12/debian/changelog 2022-01-13 20:42:09.000000000 +0000 @@ -1,8 +1,18 @@ -apt-fast (1.9.11-1~ubuntu20.04.1) focal; urgency=low +apt-fast (1.9.12-1~ubuntu20.04.1) focal; urgency=low * Auto build. - -- Dominique Lasserre Mon, 26 Apr 2021 19:55:01 +0000 + -- Dominique Lasserre Thu, 13 Jan 2022 20:42:09 +0000 + +apt-fast (1.9.12-1) unstable; urgency=medium + + * New upstream release. + - Support show command without superuser. Closes #196 + * Bump standards version to 4.6.0.1. + * Bump debhelper/compat level to 10. + * Update changelog years. + + -- Dominique Lasserre Thu, 13 Jan 2022 21:26:27 +0100 apt-fast (1.9.11-1) unstable; urgency=medium diff -Nru apt-fast-1.9.11/debian/compat apt-fast-1.9.12/debian/compat --- apt-fast-1.9.11/debian/compat 2021-04-26 19:55:01.000000000 +0000 +++ apt-fast-1.9.12/debian/compat 2022-01-13 20:42:09.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru apt-fast-1.9.11/debian/control apt-fast-1.9.12/debian/control --- apt-fast-1.9.11/debian/control 2021-04-26 19:55:01.000000000 +0000 +++ apt-fast-1.9.12/debian/control 2022-01-13 20:42:09.000000000 +0000 @@ -3,8 +3,8 @@ Priority: optional Maintainer: Dominique Lasserre Uploaders: Saikrishna Arcot -Build-Depends: debhelper (>= 9.0.0), bash-completion, po-debconf -Standards-Version: 4.5.1 +Build-Depends: debhelper (>= 10.0.0), bash-completion, po-debconf +Standards-Version: 4.6.0.1 Homepage: https://github.com/ilikenwf/apt-fast.git Vcs-Git: https://code.launchpad.net/~apt-fast/apt-fast/debian Vcs-Browser: https://bazaar.launchpad.net/~apt-fast/apt-fast/debian diff -Nru apt-fast-1.9.11/debian/copyright apt-fast-1.9.12/debian/copyright --- apt-fast-1.9.11/debian/copyright 2021-04-26 19:55:01.000000000 +0000 +++ apt-fast-1.9.12/debian/copyright 2022-01-13 20:42:09.000000000 +0000 @@ -4,11 +4,11 @@ Files: * Copyright: 2008-2012, Matt Parnell - 2012, 2017-2019 Dominique Lasserre + 2012, 2017-2022 Dominique Lasserre License: GPL-3+ Files: debian/* -Copyright: 2012,2017-2019 Dominique Lasserre +Copyright: 2012,2017-2022 Dominique Lasserre License: GPL-3+ License: GPL-3+ diff -Nru apt-fast-1.9.11/debian/git-build-recipe.manifest apt-fast-1.9.12/debian/git-build-recipe.manifest --- apt-fast-1.9.11/debian/git-build-recipe.manifest 2021-04-26 19:55:01.000000000 +0000 +++ apt-fast-1.9.12/debian/git-build-recipe.manifest 2022-01-13 20:42:09.000000000 +0000 @@ -1,2 +1,2 @@ # git-build-recipe format 0.4 deb-version {debversion} -lp:apt-fast git-commit:c51e0ff75df848d9a9210dc6766ff2e224de486b +lp:apt-fast git-commit:508d3d31df52e2b0d6b079976b21274ce405f299 diff -Nru apt-fast-1.9.11/quick-install.sh apt-fast-1.9.12/quick-install.sh --- apt-fast-1.9.11/quick-install.sh 2021-04-26 19:55:01.000000000 +0000 +++ apt-fast-1.9.12/quick-install.sh 2022-01-13 20:42:09.000000000 +0000 @@ -2,7 +2,7 @@ set -e apt_fast_installation() { - if ! dpkg-query --show aria2 >/dev/null 2>&1; then + if ! type aria2c >/dev/null 2>&1; then sudo apt-get update sudo apt-get install -y aria2 fi