diff -Nru smith-0.3.6.1dev0-0~3254-snapshot/debian/changelog smith-0.3.6.1dev0-0~3255-snapshot/debian/changelog --- smith-0.3.6.1dev0-0~3254-snapshot/debian/changelog 2021-06-09 20:51:43.000000000 +0000 +++ smith-0.3.6.1dev0-0~3255-snapshot/debian/changelog 2021-06-10 20:51:35.000000000 +0000 @@ -1,8 +1,8 @@ -smith (0.3.6.1dev0-0~3254-snapshot-202106092051~ubuntu18.04.1) bionic; urgency=low +smith (0.3.6.1dev0-0~3255-snapshot-202106102051~ubuntu18.04.1) bionic; urgency=low * Auto build. - -- Launchpad Package Builder Wed, 09 Jun 2021 20:51:43 +0000 + -- Launchpad Package Builder Thu, 10 Jun 2021 20:51:35 +0000 smith (0.3.6.1dev0-1ubuntu1) bionic; urgency=medium diff -Nru smith-0.3.6.1dev0-0~3254-snapshot/debian/git-build-recipe.manifest smith-0.3.6.1dev0-0~3255-snapshot/debian/git-build-recipe.manifest --- smith-0.3.6.1dev0-0~3254-snapshot/debian/git-build-recipe.manifest 2021-06-09 20:51:43.000000000 +0000 +++ smith-0.3.6.1dev0-0~3255-snapshot/debian/git-build-recipe.manifest 2021-06-10 20:51:35.000000000 +0000 @@ -1,3 +1,3 @@ -# git-build-recipe format 0.4 deb-version {debupstream}-0~3254-snapshot-202106092051 -lp:~silnrsi/smith/+git/smith-master git-commit:d39646414f17c73dd583ce6dde8ea99c25c5cebc +# git-build-recipe format 0.4 deb-version {debupstream}-0~3255-snapshot-202106102051 +lp:~silnrsi/smith/+git/smith-master git-commit:13244d86e63cdc9f109f8aa338ce5a9007e3e715 nest-part packaging lp:~silnrsi/smith/+git/smith-pkg-py3 debian debian git-commit:5eff225cf1c6a9642e995cddbec5e11486170159 diff -Nru smith-0.3.6.1dev0-0~3254-snapshot/vm-install/focal/Vagrantfile smith-0.3.6.1dev0-0~3255-snapshot/vm-install/focal/Vagrantfile --- smith-0.3.6.1dev0-0~3254-snapshot/vm-install/focal/Vagrantfile 2021-06-09 20:51:06.000000000 +0000 +++ smith-0.3.6.1dev0-0~3255-snapshot/vm-install/focal/Vagrantfile 2021-06-10 20:49:09.000000000 +0000 @@ -17,6 +17,10 @@ # boxes at https://app.vagrantup.com/boxes/search config.vm.box = "ubuntu/focal64" + if Vagrant.has_plugin?("vagrant-vbguest") + config.vbguest.auto_update = false + end + # we turn on the box update warning. config.vm.box_check_update = true