I create debian packages using debuild.
one by command with variable for one target type:
debuild --set-envvar=TARGET=S_SS -b -us -uc -aarm64
another one for another one
debuild --set-envvar=TARGET=S_TT -b -us -uc -aarm64
This variable is used in Makefile.
Result of debuild compilation is the *.deb with the same package name for both cases. Is it possible to set specific package name or path to folder with necessary for compilation files (I mean control, changelog and etc.) different form default "debian" ?