Skip to content

Commit bbb3b0b

Browse files
masahir0ypiso77
authored andcommitted
UBUNTU: [Packaging] clean up the distclean rule
debian/control appears twice. Remove the second one $(DEBIAN)/control.stub is created during 'debian/rules clean', but debian/control.stub is never created. Signed-off-by: Masahiro Yamada <masahiro.yamada@canonical.com> Acked-by: Stewart Hore <stewart.hore@canonical.com> Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
1 parent d01097c commit bbb3b0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

debian/rules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ clean: debian/control debian/canonical-certs.pem debian/canonical-revoked-certs.
153153

154154
.PHONY: distclean
155155
distclean: clean
156-
rm -rf debian/control debian/changelog \
157-
debian/control debian/control.stub debian/copyright
156+
rm -rf debian/control debian/changelog debian/copyright
158157

159158
# Builds the image, arch headers and debug packages
160159
include debian/rules.d/2-binary-arch.mk

0 commit comments

Comments
 (0)