This is an automated email from the git hooks/post-receive script. rene pushed a commit to annotated tag libreoffice_5.1.2-1 in repository libreoffice.
commit 753b5c2fcd4afe9df67b1ceb24a07a13183e797d Author: Rene Engelhard <r...@debian.org> Date: Thu Apr 7 22:31:38 2016 +0200 and include-binaries (of course) cannot handle symlinks, so work around to keep .dfsg suffix... --- rules | 8 ++++++++ source/include-binaries | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/rules b/rules index 66d170c..699f9da 100755 --- a/rules +++ b/rules @@ -1647,6 +1647,10 @@ endif # obsolete lock file not cleaned up.... rm -f dbaccess/qa/extras/testdocuments/fdo84315.odb.lck +ifeq (,$(filter orcus, $(SYSTEM_STUFF))) + cd $(TARFILE_LOCATION) && rm -f liborcus-0.11.0.tar.gz +endif + # Files created in debian directory $(MAKE) -f debian/rules clean-debdir @@ -1938,6 +1942,10 @@ ifneq "$(PACKAGE_UNOWINREG_DLL)" "y" endif endif +ifeq (,$(filter orcus, $(SYSTEM_STUFF))) + cd $(TARFILE_LOCATION) && ln -sf liborcus-0.11.0.tar.gz.dfsg liborcus-0.11.0.tar.gz +endif + touch $@ .PHONY: config_host.mk diff --git a/source/include-binaries b/source/include-binaries index 91eddf7..c78a6a1 100644 --- a/source/include-binaries +++ b/source/include-binaries @@ -1,4 +1,3 @@ debian/templates/debian-presentation.otp debian/templates/debian-presentation-background.xcf -tarballs/liborcus-0.11.0.tar.gz tarballs/liborcus-0.11.0.tar.gz.dfsg -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git