kbuild: deb-pkg: hide KDEB_SOURCENAME from Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 15 Feb 2023 01:20:27 +0000 (10:20 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 26 Feb 2023 06:19:38 +0000 (15:19 +0900)
commit6eabebb1b66c48d830549dbca5952f72307fbd0b
tree8b6358af25f6694728719b575f649a6f4ccffe92
parent6fc91752d7c4706f1036838544b1ef5d9f41c058
kbuild: deb-pkg: hide KDEB_SOURCENAME from Makefile

scripts/Makefile.package does not need to know the value of
KDEB_SOURCENAME because the source name can be taken from
debian/changelog by using dpkg-parsechangelog.

Move the default of KDEB_SOURCENAME (i.e. linux-upstream) to
scripts/package/mkdebian.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
scripts/Makefile.package
scripts/package/mkdebian