This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch debian-experimental-5.3 in repository libreoffice.
commit d7ad397e7f349c24fa5e983ff702c1b7c350dc09 Author: Rene Engelhard <[email protected]> Date: Sat Aug 20 22:51:32 2016 +0200 force the values of .shlibs (instead of .symbols) which gives us a (wanted) (>= 3.0.0~) for firebird --- rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rules b/rules index c9aa31d..24263ed 100755 --- a/rules +++ b/rules @@ -3192,6 +3192,12 @@ endif ifneq (,$(filter libcmis, $(SYSTEM_STUFF))) cat debian/shlibs.override.libcmis >> debian/shlibs.local endif +ifneq (,$(filter firebird, $(SYSTEM_STUFF))) + # force the values of .shlibs which gives us a (wanted) (>= 3.0.0~) + # instead of .symbols which gives os only a (>= 2.5.0.25784~ReleaseCandidate1.ds2)... + cat /var/lib/dpkg/info/libfbclient2.shlibs >> debian/shlibs.local +endif + LD_LIBRARY_PATH="$(FAKEROOT_LIBDIR):debian/uno-libs3/$(OODIR)/program:debian/ure/$(OODIR)/program:$(PKGDIR)-core/$(OODIR)/program:$(PKGDIR)-base-core/$(OODIR)/program:$(PKGDIR)-base/$(OODIR)/program:$(PKGDIR)-writer/$(OODIR)/program" \ dh_shlibdeps -a \ -Lure -Luno-libs3 \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git

