From f457780facf8e4effe92af7c0192fbc6321d0a66 Mon Sep 17 00:00:00 2001 From: Akira Date: Sat, 16 Apr 2016 02:09:49 +0900 Subject: THRIFT-3796 There's no --dbg for dh_strip, maybe someone has mistaken this for --dbg-package. Client: Build process Patch: Akira This closes #988 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index afbf32310..a31881d77 100755 --- a/debian/rules +++ b/debian/rules @@ -199,8 +199,8 @@ binary-common: dh_installexamples dh_installman dh_link - dh_strip -ppython-thrift --dbg=python-thrift-dbg - dh_strip -ppython3-thrift --dbg=python3-thrift-dbg + dh_strip -ppython-thrift --dbg-package=python-thrift-dbg + dh_strip -ppython3-thrift --dbg-package=python3-thrift-dbg dh_strip -pthrift-compiler -plibthrift0 dh_compress dh_fixperms -- cgit v1.2.1