commit 8ef052389f7f breaks make bindeb-pkg

From: Bert Karwatzki
Date: Tue Jul 09 2024 - 14:14:41 EST


Since linux-next-20240709 "make bindeb-pkg" fails with this error message:

$ make bindeb-pkg
GEN debian
./scripts/package/mkdebian: 138: 1: parameter not set
make[2]: *** [scripts/Makefile.package:98: debian] Error 2
make[1]: *** [/mnt/data/linux-forest/linux-next/Makefile:1538: bindeb-pkg] Error 2
make: *** [Makefile:224: __sub-make] Error 2

Reverting commit 8ef052389f7f fixes the issue. make deb-pkg is not affected and
works as usual.

Bert Karwatzki