From: Tollef Fog Heen Date: Fri, 25 Feb 2011 13:31:15 +0000 (+0100) Subject: Drop old cruft wrt calling dh_strip X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=651b6537873065d544209f5331b2647d3a9bcbcb;p=util-linux 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. --- 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