commit 29c7aa1: [Minor] Fix pkg name in the rules file

Vsevolod Stakhov vsevolod at rspamd.com
Sun Mar 12 13:07:03 UTC 2023


Author: Vsevolod Stakhov
Date: 2023-03-12 13:01:53 +0000
URL: https://github.com/rspamd/rspamd/commit/29c7aa13b59b3f670f932f64e68af467d1a65b91 (HEAD -> master)

[Minor] Fix pkg name in the rules file

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9dd4db2bd..23a9cd96d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,7 @@ build_%:
 override_dh_strip: $(patsubst %,strip_%,$(FLAVORS))
 strip_%:
 	if [ "$*" = "asan" ]; then \
-		dh_strip -prspamd-asan --dbg-package=rspamd-dbg-asan ; \
+		dh_strip -prspamd-asan --dbg-package=rspamd-asan-dbg ; \
 	else \
 		dh_strip -prspamd --dbg-package=rspamd-dbg ; \
 	fi


More information about the Commits mailing list