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 4d9d0a488d1187d6e90292d9b50634b8562c68b4 Author: Rene Engelhard <r...@debian.org> Date: Thu Aug 11 22:07:44 2016 +0200 (blind) fixes for backports: libzmf/libstaroffice; jessie->stretch --- rules | 14 +++++++------- shlibs.override.libstaroffice | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/rules b/rules index c7f0985..370da66 100755 --- a/rules +++ b/rules @@ -706,14 +706,11 @@ endif ############# # Distro-specific overrides -# Debian Jessie -ifeq "$(shell dpkg-parsechangelog | grep Distribution | awk '{ print $$2 }')" "jessie-backports" +# Debian Stretch +ifeq "$(shell dpkg-parsechangelog | grep Distribution | awk '{ print $$2 }')" "stretch-backports" BUGS=mailto:debian-backpo...@lists.debian.org - SYSTEM_STUFF := $(filter-out opencollada collada2gltf libcmis mdds glm orcus libgltf libwps,$(SYSTEM_STUFF)) - JESSIE_BACKPORT=y - BUILD_DBG_PACKAGE=y - BUILD_DBGSYM_PACKAGES=n - PYTHON_SIX_RECOMMENDS = python-six + SYSTEM_STUFF := $(filter-out libzmf libstaroffice,$(SYSTEM_STUFF)) + STRETCH_BACKPORT=y endif ifeq "$(shell dpkg-parsechangelog | grep Distribution | awk '{ print $$2 }')" "UNRELEASED" BUGS=mailto:debian-openoffice@lists.debian.org @@ -3348,6 +3345,9 @@ endif ifeq (,$(filter libetonyek, $(SYSTEM_STUFF))) cat debian/shlibs.override.libetonyek >> debian/shlibs.local endif +ifeq (,$(filter libstaroffice, $(SYSTEM_STUFF))) + cat debian/shlibs.override.libstaroffice >> debian/shlibs.local +endif ifeq (,$(filter glew, $(SYSTEM_STUFF))) cat debian/shlibs.override.glew >> debian/shlibs.local endif diff --git a/shlibs.override.libstaroffice b/shlibs.override.libstaroffice new file mode 100644 index 0000000..5ad3eaf --- /dev/null +++ b/shlibs.override.libstaroffice @@ -0,0 +1 @@ +libstaroffice-0.0-lo 0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git