This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch debian-experimental-4.3 in repository libreoffice.
commit 440ad7bf221b8bdeff28b10f87e4bfd4e06ae250 Author: Rene Engelhard <[email protected]> Date: Thu Jun 19 22:45:59 2014 +0200 add shlibs override for glew --- rules | 3 +++ shlibs.override.glew | 1 + 2 files changed, 4 insertions(+) diff --git a/rules b/rules index 07a16f6..dd49289 100755 --- a/rules +++ b/rules @@ -3323,6 +3323,9 @@ endif ifeq (,$(filter librevenge, $(SYSTEM_STUFF))) cat debian/shlibs.override.librevenge >> debian/shlibs.local endif +ifeq (,$(filter glew, $(SYSTEM_STUFF))) + cat debian/shlibs.override.glew >> debian/shlibs.local +endif # we need to do it in two steps. The new dpkg-shlibdeps doesn't find # /usr/lib/libgcj-bc.so when specifying -l$(GCJ_JAWT_DIR) # and therefore we must not use it for -gcj. But we *do* need it diff --git a/shlibs.override.glew b/shlibs.override.glew new file mode 100644 index 0000000..7c766a2 --- /dev/null +++ b/shlibs.override.glew @@ -0,0 +1 @@ +libGLEW.so 1.10 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

