------------------------------------------------------------ revno: 1001 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Sat 2008-02-16 12:12:35 +0100 message: install bug scripts; fix openoffice.org-core.control.bug and add new controls; update ooo-build; -2 added: openoffice.org-core.script.bug openoffice.org-ogltrans.control.bug openoffice.org-presentation-minimizer.script.bug openoffice.org-report-builder.control.bug openoffice.org-report-builder.script.bug openoffice.org-sdbc-postgresql.script.bug modified: changelog openoffice.org-core.control.bug rules
=== modified file 'changelog' --- a/changelog 2008-02-13 22:05:36 +0000 +++ b/changelog 2008-02-16 11:12:35 +0000 @@ -1,15 +1,23 @@ -openoffice.org (1:2.4.0~rc1-1.2pre) experimental; urgency=low +openoffice.org (1:2.4.0~rc1-2) unstable; urgency=low + * upload to unstable * ooo-build: - - update (r11567) + - update (r11592) * debian/rules: - build-depend on debhelper >= 5.0.51~ for dh_icons, thanks lintian - make arm build really use --without-java for the build * debian/libuno-cil.installcligac.in: - also register cli_uno_bridge.dll (although versioned 0.0.0.0) into the GAC + * debian/openoffice.org-core.control.bug: + - s/openoffice.org-filter-so52/openoffice.org-filter-binfilter/ + * debian/openoffice.org-{report-builder,ogltrans}.control.bug: + - add report-with: openoffice.org-base / openoffice.org-impress + * debian/*.script.bug: + - new bug scripts listing all extensions (-core) or the extension infos + (-report-builder, -sdbc-postgresql, -presentation-minimizer) - -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 13 Feb 2008 23:03:15 +0100 + -- Rene Engelhard <[EMAIL PROTECTED]> Fri, 15 Feb 2008 14:15:08 +0100 openoffice.org (1:2.4.0~rc1-1) experimental; urgency=low
=== modified file 'openoffice.org-core.control.bug' --- a/openoffice.org-core.control.bug 2006-12-02 11:58:06 +0000 +++ b/openoffice.org-core.control.bug 2008-02-16 11:12:35 +0000 @@ -1,2 +1,2 @@ report-with: openoffice.org-common openoffice.org-java-common ttf-opensymbol -package-status: libxrender1 libxinerama1 libsane iceweasel firefox icedove iceape-browser openoffice.org-filter-so52 pstoedit imagemagick +package-status: libxrender1 libxinerama1 libsane iceweasel firefox icedove iceape-browser openoffice.org-filter-binfilter pstoedit imagemagick === added file 'openoffice.org-core.script.bug' --- a/openoffice.org-core.script.bug 1970-01-01 00:00:00 +0000 +++ b/openoffice.org-core.script.bug 2008-02-16 11:12:35 +0000 @@ -0,0 +1,5 @@ +#!/bin/sh + +# list all installed extensions. --shared and non-shared +/usr/lib/openoffice/program/unopkg list --shared >&3 +/usr/lib/openoffice/program/unopkg list >&3 === added file 'openoffice.org-ogltrans.control.bug' --- a/openoffice.org-ogltrans.control.bug 1970-01-01 00:00:00 +0000 +++ b/openoffice.org-ogltrans.control.bug 2008-02-16 11:12:35 +0000 @@ -0,0 +1,1 @@ +report-with: openoffice.org-impress === added file 'openoffice.org-presentation-minimizer.script.bug' --- a/openoffice.org-presentation-minimizer.script.bug 1970-01-01 00:00:00 +0000 +++ b/openoffice.org-presentation-minimizer.script.bug 2008-02-16 11:12:35 +0000 @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/lib/openoffice/program/unopkg list --shared org.openoffice.legacy.sun-presentation-minimizer.oxt >&3 === added file 'openoffice.org-report-builder.control.bug' --- a/openoffice.org-report-builder.control.bug 1970-01-01 00:00:00 +0000 +++ b/openoffice.org-report-builder.control.bug 2008-02-16 11:12:35 +0000 @@ -0,0 +1,1 @@ +report-with: openoffice.org-base === added file 'openoffice.org-report-builder.script.bug' --- a/openoffice.org-report-builder.script.bug 1970-01-01 00:00:00 +0000 +++ b/openoffice.org-report-builder.script.bug 2008-02-16 11:12:35 +0000 @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/lib/openoffice/program/unopkg list --shared com.sun.reportdesigner >&3 === added file 'openoffice.org-sdbc-postgresql.script.bug' --- a/openoffice.org-sdbc-postgresql.script.bug 1970-01-01 00:00:00 +0000 +++ b/openoffice.org-sdbc-postgresql.script.bug 2008-02-16 11:12:35 +0000 @@ -0,0 +1,4 @@ +#!/bin/sh +# this is a legacy package, so we need to find it frst +id=`/usr/lib/openoffice/program/unopkg list --shared | grep Identifier:.*postgresql-sdbc | cut -d":" -f2` +/usr/lib/openoffice/program/unopkg list --shared $id >&3 === modified file 'rules' --- a/rules 2008-02-13 22:05:36 +0000 +++ b/rules 2008-02-16 11:12:35 +0000 @@ -2307,6 +2307,10 @@ install -D -m644 debian/$$i.control.bug \ debian/$$i/usr/share/bug/$$i/control; \ fi ;\ + if [ -e debian/$$i.script.bug ]; then \ + install -D -m755 debian/$$i.script.bug \ + debian/$$i/usr/share/bug/$$i/script; \ + fi ;\ done touch $@ @@ -2717,6 +2721,10 @@ install -D -m644 debian/$$i.control.bug \ debian/$$i/usr/share/bug/$$i/control; \ fi ;\ + if [ -e debian/$$i.script.bug ]; then \ + install -D -m755 debian/$$i.script.bug \ + debian/$$i/usr/share/bug/$$i/script; \ + fi ;\ done # fix intro