This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository libreoffice.
commit 7c5db462de386598faf6ebf4dd01787cb16582dd Author: Rene Engelhard <[email protected]> Date: Wed Dec 11 20:54:45 2013 +0100 bump libvisio dep to >= 0.0.18 --- changelog | 4 +++- rules | 3 +++ shlibs.override.libvisio | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index cf78b67..5548030 100644 --- a/changelog +++ b/changelog @@ -4,8 +4,10 @@ libreoffice (1:4.1.3-2) UNRELEASED; urgency=medium - regen control with new default-jdk (aka use openjdk on kfreebsd) * debian/rules: - use new libbsh-java instead of bsh + * debian/shlibs.override.libvisio, debian/rules: + - bump libvisio dep to >= 0.0.18 - -- Rene Engelhard <[email protected]> Fri, 29 Nov 2013 17:13:33 +0100 + -- Rene Engelhard <[email protected]> Wed, 11 Dec 2013 20:54:17 +0100 libreoffice (1:4.1.3-1) unstable; urgency=low diff --git a/rules b/rules index a448609..4f841be 100755 --- a/rules +++ b/rules @@ -3044,6 +3044,9 @@ endif ifeq (,$(filter icu, $(SYSTEM_STUFF))) cat debian/shlibs.override.icu >> debian/shlibs.local endif +ifneq (,$(filter libvisio, $(SYSTEM_STUFF))) + cat debian/shlibs.override.libvisio >> 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.libvisio b/shlibs.override.libvisio new file mode 100644 index 0000000..1a8cd28 --- /dev/null +++ b/shlibs.override.libvisio @@ -0,0 +1 @@ +libvisio-0.0 0 libvisio-0.0-0 (>= 0.0.18) -- 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: http://lists.debian.org/[email protected]

