vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 389f3af44169a5d848311d7900b785e2c03e0d06
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Thu Aug 15 17:47:19 2024 -0700
vagrant: Build vagrant box without virtualbox
- This makes the builds more reliable.
- The generated .vmdk file inside the .box file is not compressed leading to
slightly increased size.
- The .box file is a tarball with contents according to
https://developer.hashicorp.com/vagrant/docs/boxes/format.
- Perform customization operations on the image while it being built.
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
commit 83f219eedf822b7e691fcc439d1f71b4f58e1da1
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Thu Aug 15 22:55:13 2024 -0700
internal: Allow builders to customize the built image
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
commit 96d0962392c8624ccf9c81105fb75caa48f38d80
Author: Philippe Coval <rzr@users.sf.net>
Date: Sat Feb 10 14:36:54 2024 +0100
builder: Add support for Olimex A20-OLinuXino-MICRO-eMMC
Those who have the eMMC version of the board,
could be interested to be able to use this extra space
even if freedombox is not currently using it.
For the record, I came to this change while testing a u-boot change
that enable reboot on Olimex A20 micro.
Relate-to: https://salsa.debian.org/debian/u-boot/-/merge_requests/34
Forwarded: https://salsa.debian.org/freedombox-team/freedom-maker/-/merge_requests/242
Signed-off-by: Philippe Coval <rzr@users.sf.net>