Hi Ole, On Fri, Feb 23, 2018 at 10:43:01AM +0100, Ole Streicher wrote: > Package: blends-dev > Version: 0.6.100 > Severity: serious
I tend to set the issue from serious to important since I now found out why the problem seems to occure only in the case of Debian Astro (or may be any other Blend that is using GENCONTROL_DEPENDS = true I've found out that with the following change diff --git a/Makefile b/Makefile index 7734c93..3be1b00 100755 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #!/usr/bin/make -f BLENDMAKEFILE=/usr/share/blends-dev/Makefile -GENCONTROL_DEPENDS = true +# GENCONTROL_DEPENDS = true CheckBLENDMakefile := $(shell if [ -e $(BLENDMAKEFILE) ] ; then echo 1 ; else echo 0 ; fi) ifeq ($(CheckBLENDMakefile),1) the intended behaviour to have packages in contrib/non-free will be Suggests only. But I do not want to play severity ping-pong and will have a look why GENCONTROL_DEPENDS is obviously breaking this. Kind regards Andreas. -- http://fam-tille.de