Commit bfa94675 authored by Dan Pascu's avatar Dan Pascu

Use the backward compatible way for no automatic dbgsym packages


This also builds binary bit for bit identical binaries compared to
when dbgsym packages are built
parent 7deadcd1
......@@ -2,6 +2,8 @@
#export DH_VERBOSE=1
export DEB_BUILD_OPTIONS=noautodbgsym
%:
dh $@ --with python2
......@@ -9,7 +11,4 @@ override_dh_clean:
dh_clean
rm -rf build dist MANIFEST
override_dh_strip:
dh_strip --no-automatic-dbgsym
.PHONY: override_dh_clean override_dh_strip
.PHONY: override_dh_clean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment