The following commit has been merged in the debian-experimental-3.5 branch: commit e2d397f358ccb477b12bb30c2faba76c47f900d3 Author: Rene Engelhard <r...@debian.org> Date: Sun Apr 22 12:53:04 2012 +0200
eval apparently doesn't work here... diff --git a/rules b/rules index 4bbc633..cbf43f4 100755 --- a/rules +++ b/rules @@ -76,7 +76,7 @@ GIT_TAG=libreoffice-$(lo_sources_ver) GIT_BRANCH=tag-libreoffice-$(lo_sources_ver) endif ifeq "$(USE_SOURCE_TARBALLS)" "y" -lo_sources_ver=$(eval cat $(CURDIR)/sources.ver) +lo_sources_ver=$(shell cat $(CURDIR)/sources.ver | cut -d= -f2) endif ifeq "$(DISTREL)" "squeeze" -- LibreOffice packaging repository -- To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1sluqa-0006bb...@vasks.debian.org