[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:oo-deb/debian/scripts setperms,NONE,1.1.2.1 oo-xvfb-run,1.1,NONE vars,1.33.2.1.2.2,NONE vars.alpha,1.1.1.1,NONE vars.arm,1.1.1.1,NONE vars.build,1.1.1.1,NONE vars.hppa,1.1.1.1,NONE vars.hurd-i386,1.1.1.1,NONE vars.i386,1.14,NONE vars.ia64,1.1.1.1,NONE vars.m68k,1.1.1.1,NONE vars.mips,1.1.1.1,NONE vars.mipsel,1.1.1.1,NONE vars.powerpc,1.17,NONE vars.s390,1.5,NONE vars.sparc,1.7,NONE



Update of /cvs/debian-openoffice/oo-deb/debian/scripts
In directory gluck:/tmp/cvs-serv22925/scripts

Added Files:
      Tag: OPENOFFICE_ORG680
	setperms 
Removed Files:
      Tag: OPENOFFICE_ORG680
	oo-xvfb-run vars vars.alpha vars.arm vars.build vars.hppa 
	vars.hurd-i386 vars.i386 vars.ia64 vars.m68k vars.mips 
	vars.mipsel vars.powerpc vars.s390 vars.sparc 
Log Message:
* New packaging for upcoming 2.0 release
* Move to using ooo-build based build/packaging process
* Reorganise package layout:
- openoffice.org-bin -> openoffice.org-core
- openoffice.org -> openoffice.org-common
- openoffice.org-l10n-en -> openoffice.org-l10n-en-us
- openoffice.org is a new metapackage that depends on all components and is arch dependent to work around tasksel problems
- new packages: openoffice.org-writer, -calc, -impress, -draw, -math
* debian/rules:
- remove most of the file; obsoleted by ooo-build scripts
* debian/control.in:
- add new build dependencies: libnspr-dev, libnss-dev, evolution-data-server-dev, kdelibs4-dev, libarchive-zip-perl, mozilla-dev, libstartup-notification0-dev


--- vars.alpha DELETED ---

--- vars.ia64 DELETED ---

--- vars.powerpc DELETED ---

--- vars.hurd-i386 DELETED ---

--- oo-xvfb-run DELETED ---

--- vars.mipsel DELETED ---

--- vars.hppa DELETED ---

--- vars.i386 DELETED ---

--- vars.s390 DELETED ---

--- vars.arm DELETED ---

--- vars.mips DELETED ---

--- vars.m68k DELETED ---

--- vars DELETED ---

--- vars.sparc DELETED ---

--- vars.build DELETED ---

--- NEW FILE: setperms ---
#!/bin/sh

set -e

cd debian

for FILE in scripts/installoverrides \
	    scripts/xcftobmp \
	    scripts/oo-xvfb-run \
	    scripts/gen_lib_list \
            local/openoffice-*-lang 
do
  chmod 755 $FILE
done

# vim:set ai et sts=2 sw=2 tw=0:



Reply to: