This is an automated email from the git hooks/post-receive script. sweetshark-guest pushed a commit to branch ubuntu-trusty-4.2 in repository libreoffice.
commit 02c88a2d63b8eb66d8cb017214d0c16a713d025a Author: Bjoern Michaelsen <[email protected]> Date: Mon Nov 11 12:30:23 2013 +0100 hardcoding unxlngx6 is bad --- rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules b/rules index 065ac63..bb2091b 100755 --- a/rules +++ b/rules @@ -3087,7 +3087,7 @@ $(STAMP_DIR)/binary-arch: $(STAMP_DIR)/install-arch debian/control $(STAMP_DIR)/ dh_installdocs -s -A for p in $(ARCH_DEP_PACKAGES); do \ mkdir -p debian/$$p/usr/share/doc/$$p; \ - cp workdir/unxlngx6.pro/CustomTarget/readlicense_oo/readme/README_en-US \ + cp `grep WORKDIR\= config_host.mk|sed -e 's/^.*WORKDIR=//'`/CustomTarget/readlicense_oo/readme/README_en-US \ debian/$$p/usr/share/doc/$$p/README; \ done dh_installdebconf -s @@ -3327,7 +3327,7 @@ endif dh_installdocs -i -A for p in $(ARCH_INDEP_PACKAGES); do \ mkdir -p debian/$$p/usr/share/doc/$$p; \ - cp workdir/unxlngx6.pro/CustomTarget/readlicense_oo/readme/README_en-US \ + cp `grep WORKDIR\= config_host.mk|sed -e 's/^.*WORKDIR=//'`/CustomTarget/readlicense_oo/readme/README_en-US \ debian/$$p/usr/share/doc/$$p/README; \ done dh_installman -i -- 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]

