From 8b6d765b3c1a0fbe75c27b68ad5637aa7ab6886d Mon Sep 17 00:00:00 2001
From: Albert Graef <aggraef@gmail.com>
Date: Sat, 10 Aug 2019 21:57:00 +0200
Subject: [PATCH] debuild (debclean): Remove debugging packages.

---
 debuild/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debuild/Makefile b/debuild/Makefile
index c995a25c8..08bb03d08 100644
--- a/debuild/Makefile
+++ b/debuild/Makefile
@@ -68,7 +68,7 @@ debchange:
 
 debclean:
 	rm -rf $(debdist)
-	rm -f purr-data_*+git*
+	rm -f purr-data_*+git* purr-data-dbgsym_*+git*
 
 deb: $(debsrc) $(addprefix debian/nwjs/, $(nwjs))
 # Unpack the source into our temporary build directory.
-- 
GitLab