diff --git a/debuild/Makefile b/debuild/Makefile
index 81e0453a93a6dad96627310a8fa97f1bca213e41..a205a78d3a194e3762768f2c49a4d0a8705c1813 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.