builddeb: clean generated package content
authorBastian Germann <bage@linutronix.de>
Tue, 25 May 2021 23:01:37 +0000 (01:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:39:44 +0000 (09:39 +0100)
commit956186b8e2c179dba33ecba54f6daa5d45620581
tree374457c33c394a6bac0c71e3b17810f9b7d48930
parentedc6f486be31b69e97b742cdca6c9696f8966119
builddeb: clean generated package content

[ Upstream commit c9f9cf2560e40b62015c6c4a04be60f55ce5240e ]

For each binary Debian package, a directory with the package name is
created in the debian directory. Correct the generated file matches in the
package's clean target, which were renamed without adjusting the target.

Fixes: 1694e94e4f46 ("builddeb: match temporary directory name to the package name")
Signed-off-by: Bastian Germann <bage@linutronix.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
scripts/package/mkdebian