Skip to content

Commit

Permalink
d/rules: add gencontrol
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
  • Loading branch information
tchaikov committed Mar 19, 2021
1 parent 882e9a2 commit 3c05f7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ override_dh_makeshlibs:
dh_makeshlibs --remaining-packages
sed -i -r 's/^(libboost_python([0-9]{2}) \S+ (\S+).*)$$/\1, \3-py\2/' debian/$(VENDOR)libboost-python$(SOVERSION)/DEBIAN/shlibs

override_dh_gencontrol:
dh_gencontrol -- -V'gxx:major=$(shell dpkg-query -f '$${version}' -W g++ | sed 's/.*://;s/\..*//')'

override_dh_strip:
dh_strip --dbgsym-migration='libboost1.55-dbg, libboost1.58-dbg, libboost1.61-dbg'

Expand Down

0 comments on commit 3c05f7a

Please sign in to comment.