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:33:41 +0000 (09:33 +0100)
commit9753f5ce9ce712afec97b74a535d9fd2b0e92ae4
tree4a5774416b936e914998a2e5b55d817860397a30
parent8570655c0f9b3b82d4ae7f65c976efe2cb0cbbe2
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