Re: Revert some Go packages in unstable to align with testing/buster
Hi everybody,
On Wed, 5 Jun 2019, Paul Gevers wrote:
One other problem is that tools are lacking to schedule binNMUs on the
right packages in an efficient manner and in the right order.
I just added [1]. It contains one simple shell script to calculate the
build order of golang packages, for example:
./getBuildList golang-github-aleksi-pointer
In order to only get the packages to build use:
./getBuildList golang-github-aleksi-pointer |grep "B:"
At the beginning is a small config section that needs to be adjusted to
your settings. It is only a simple script and should not be used in real
life. It is just meant to check whether the algorithm works.
So please have a look and be kind :-).
Thorsten
[1] https://salsa.debian.org/go-team/packages/getbuildlist
Reply to: