The following commit has been merged in the debian-experimental-3.6 branch: commit 6840ce1b358996369877909f7ecbcd6378300032 Author: Rene Engelhard <r...@debian.org> Date: Wed Oct 24 13:17:31 2012 +0200
more README fixes diff --git a/rules b/rules index 5a493e0..02eb1fa 100755 --- a/rules +++ b/rules @@ -2764,6 +2764,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; \ cat readlicense_oo/$(shell . $(SOURCE_TREE)/config_host.mk.source; echo $$OUTPATH$$PROEXT)/misc/UNX/README_en-US \ | sed -e 's/$${PRODUCTNAME}/LibreOffice/g' \ | sed -e 's/$${PRODUCTVERSION}/3.6/g' \ @@ -2992,9 +2993,10 @@ ifeq "$(PACKAGE_SDK)" "y" endif dh_installdocs -i -A for p in $(ARCH_INDEP_PACKAGES); do \ + mkdir -p debian/$$p/usr/share/doc/$$p; \ cat readlicense_oo/$(shell . $(SOURCE_TREE)/config_host.mk.source; echo $$OUTPATH$$PROEXT)/misc/UNX/README_en-US \ - | sed -e "s/$${PRODUCTNAME}/LibreOffice/g" \ - | sed -e "s/$${PRODUCTVERSION}/3.6/g" \ + | sed -e 's/$${PRODUCTNAME}/LibreOffice/g' \ + | sed -e 's/$${PRODUCTVERSION}/3.6/g' \ > debian/$$p/usr/share/doc/$$p/README; \ done dh_installman -i -- 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/e1tsabk-0007qh...@vasks.debian.org