Control: tags 981758 + patch Control: tags 981758 + pending Dear maintainer,
I've prepared an NMU for apt-clone (versioned as 0.4.3+nmu1) and uploaded it to DELAYED/14. Please feel free to tell me if I should delay it longer. Regards. diff -Nru apt-clone-0.4.3/debian/changelog apt-clone- 0.4.3+nmu1/debian/changelog --- apt-clone-0.4.3/debian/changelog 2020-11-06 02:17:14.000000000 -0500 +++ apt-clone-0.4.3+nmu1/debian/changelog 2021-09-20 16:21:48.000000000 -0400 @@ -1,3 +1,22 @@ +apt-clone (0.4.3+nmu1) unstable; urgency=high + + * Non-maintainer upload. + + [ Michael Vogt ] + * tests: skip clone/upgrade test on i386. (Closes: #981758) + The i386 architecture is not fully supported anymore on Ubuntu + so testing the upgrade with that will lead to issues. + + [ Shirocco88 ] + * README.md: fix a typo. + + [ Lucas Kanashiro ] + * d/t/control: depend on ubuntu-keyring instead of ubuntu-archive-keyring. + ubuntu-archive-keyring is a transitional package in Debian and + no longer exists in Ubuntu. + + -- Boyuan Yang <[email protected]> Mon, 20 Sep 2021 16:21:48 -0400 + apt-clone (0.4.3) unstable; urgency=medium * debian: update test dependencies diff -Nru apt-clone-0.4.3/debian/tests/control apt-clone- 0.4.3+nmu1/debian/tests/control --- apt-clone-0.4.3/debian/tests/control 2020-11-06 02:17:14.000000000 -0500 +++ apt-clone-0.4.3+nmu1/debian/tests/control 2021-09-20 16:21:48.000000000 -0400 @@ -1,2 +1,2 @@ Tests: run-tests -Depends: @, pyflakes3, python3-apt, pycodestyle, python3-mock, python3- distro-info, make, ubuntu-archive-keyring +Depends: @, pyflakes3, python3-apt, pycodestyle, python3-mock, python3- distro-info, make, ubuntu-keyring diff -Nru apt-clone-0.4.3/README.md apt-clone-0.4.3+nmu1/README.md --- apt-clone-0.4.3/README.md 2020-11-06 02:17:14.000000000 -0500 +++ apt-clone-0.4.3+nmu1/README.md 2021-09-20 16:21:48.000000000 -0400 @@ -35,7 +35,7 @@ ` $ sudo apt-clone restore ~/myhost.apt-clone.tar.gz ` -Note that you can give the option `--destination /some/dir` and it wil debootstrap the clone into this directory. +Note that you can give the option `--destination /some/dir` and it will debootstrap the clone into this directory. [travis-image]: https://travis-ci.org/mvo5/apt-clone.svg?branch=master [travis-url]: https://travis-ci.org/mvo5/apt-clone diff -Nru apt-clone-0.4.3/tests/test_clone_upgrade.py apt-clone- 0.4.3+nmu1/tests/test_clone_upgrade.py --- apt-clone-0.4.3/tests/test_clone_upgrade.py 2020-11-06 02:17:14.000000000 -0500 +++ apt-clone-0.4.3+nmu1/tests/test_clone_upgrade.py 2021-09-20 16:21:48.000000000 -0400 @@ -20,6 +20,11 @@ class TestCloneUpgrade(unittest.TestCase): + def setUp(self): + arch = apt_pkg.config.find("APT::Architecture") + if arch in ["i386"]: + self.skipTest("architecutre no longer fully supported in ubuntu") + @unittest.skip("need to update apt-clone-state-ubuntu.tar.gz first") def test_clone_upgrade_regression(self): """ regression test against known installs """
signature.asc
Description: This is a digitally signed message part

