Update of /cvs/debian-openoffice/oo-deb/debian In directory gluck:/tmp/cvs-serv25871
Modified Files: rules Log Message: - fix comment - use xvfb-run -a Index: rules =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v retrieving revision 1.142 retrieving revision 1.143 diff -u -d -r1.142 -r1.143 --- rules 10 Oct 2003 17:16:18 -0000 1.142 +++ rules 11 Oct 2003 14:54:42 -0000 1.143 @@ -475,7 +475,8 @@ # add the splashscreen with the Debian logo uudecode debian/openintro_debian.xcf.uu > \ debian/openintro_debian.xcf && \ - xvfb-run debian/scripts/xcftobmp debian/openintro_debian.xcf && \ + xvfb-run -a debian/scripts/xcftobmp \ + debian/openintro_debian.xcf && \ cp debian/openintro_debian.bmp offmgr/res/openintro_debian.bmp # mogrify -colors 8 debian/openintro_debian.bmp && \ @@ -613,7 +614,7 @@ buildprj: $(STAMP_DIR)/bootstrap dh_testdir - # run dmake with xfvb-run + # run dmake . $(SOURCE_TREE)/$(ENVFILE); cd $(SOURCE_TREE)/$(PRJ) && \ $(BUILDCMD) $(BUILDFLAGS) -- $(DMAKEFLAGS)