debian/rules: build using MAJOR_ABI
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Tue, 16 May 2017 13:34:50 +0000 (15:34 +0200)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 17 May 2017 13:05:06 +0000 (15:05 +0200)
commitf03e7dd69eeca25d78593cae25c08fb7a345e163
tree65aeb404fd6613a1d37a778117c39e0c73e8336d
parent94fb7460e11246fe2fa5e30c1a62ca680227fc4e
debian/rules: build using MAJOR_ABI

To avoid further issues with sub-libraries bumping ABIs one by one
we adapted to the MAJOR_ABI config feature.
That shall allow us to:
- co-install old and new binaries
- avoid recursive ldd resolving to the wrong (old vs new ABI) libs
- all libs being directly recognizable which code base they are from

Change-Id: I14c7bd1749969a812be9730829ba009401d443a2
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
debian/rules [changed mode: 0755->0644]