Update of /cvs/debian-openoffice/oo-deb/debian In directory gluck:/tmp/cvs-serv29542/debian
Modified Files: rules Log Message: - actually remove -PPn perl comment ;) - automatic beautification of it.po by po-debconf Index: rules =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v retrieving revision 1.181 retrieving revision 1.182 diff -u -d -r1.181 -r1.182 --- rules 9 Jan 2004 09:39:53 -0000 1.181 +++ rules 13 Jan 2004 17:34:38 -0000 1.182 @@ -201,7 +201,7 @@ # Extract -Pn from DEB_BUILD_OPTIONS for dmake option DMAKEPARALLEL:=$(shell echo $(DEB_BUILD_OPTIONS) | sed -n 's/^\(.*,\)\?-P\([0-9]\+\)\(,.*\)\?$$/-P\2/p') -# Building n projects in parallel. This doesn't seem to work properly with perl 5.8 +# Building n projects in parallel. # Extract -PPn from DEB_BUILD_OPTIONS as -Pn for build.pl option BUILDPARALLEL:=$(shell echo $(DEB_BUILD_OPTIONS) | sed -n 's/^\(.*,\)\?-PP\([0-9]\+\)\(,.*\)\?$$/-P\2/p')