From 651b6537873065d544209f5331b2647d3a9bcbcb Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Fri, 25 Feb 2011 14:31:15 +0100 Subject: [PATCH] Drop old cruft wrt calling dh_strip dh_strip is smart enough to pick up the contents of DEB_BUILD_OPTIONS itself, so always call it. --- debian/rules | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index d37c2698..f9a85362 100755 --- a/debian/rules +++ b/debian/rules @@ -15,10 +15,6 @@ else CROSS= endif -ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) -STRIP=y -endif - ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS := -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif @@ -192,7 +188,7 @@ binary-arch: build install dh_testroot -s dh_lintian -s dh_installinit -s -- defaults 15 85 - [ -n "$(STRIP)" ] || dh_strip -s + dh_strip -s dh_makeshlibs -s dh_installdebconf -s dh_installdeb -s -- 2.39.5