From 7980e7b613e28fc82402094dcfa710ab0279f0e2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 27 May 2013 20:37:48 +0000 Subject: [PATCH] update the dbg package creation regarding the recent changes --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index efbd23c2..7305c63d 100755 --- a/debian/rules +++ b/debian/rules @@ -203,7 +203,7 @@ override_dh_installman: .PHONY: override_dh_strip override_dh_strip: - dh_strip -p libclang$(SONAME_EXT) --dbg-package=libclang$(SONAME_EXT)-dbg + dh_strip -p libclang$(SONAME_EXT) --dbg-package=libclang$(SONAME_EXT)-$(LLVM_VERSION)-dbg dh_strip -p libllvm$(LLVM_VERSION) --dbg-package=libllvm$(LLVM_VERSION)-dbg dh_strip -a