On stuck migration, help needed

Thorsten Glaser t.glaser at tarent.de
Sat Sep 14 13:45:24 BST 2019


On Sat, 14 Sep 2019, Dmitry Bogatov wrote:

>  * startpar=0.64, which fixes test suite, depends on
>    insserv >= 1.21.0~beta, which (as per previous) do

If this dependency is just for the tests, don’t version it and
use something like this in the test wrapper/runner instead:

	if dpkg --compare-versions $(dpkg-query -Wf '${Version}' \
	    insserv) lt 1.21.0~beta; then
		echo >&2 "I: insserv too old, skipping tests"
		exit 0
	fi

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg




More information about the Debian-init-diversity mailing list