------------------------------------------------------------ revno: 1166 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Thu 2008-07-10 00:41:51 +0200 message: the wiki publisher and the presenter console seem to don't have new ids after all (yet)... modified: changelog openoffice.org-presenter-console.postinst.in openoffice.org-presenter-console.preinst.in openoffice.org-presenter-console.prerm.in openoffice.org-presenter-console.script.bug.in openoffice.org-wiki-publisher.preinst.in openoffice.org-wiki-publisher.script.bug.in
=== modified file 'changelog' --- a/changelog 2008-07-09 12:50:25 +0000 +++ b/changelog 2008-07-09 22:41:51 +0000 @@ -7,7 +7,7 @@ to a read-only location (closes: #238906) - fixes printing of handouts in grayscale mode (closes: #416309) * ooo-build: - - update (r13122) + - update (r13131) * debian/template.desktop.in: move to .. * debian/startcenter.desktop.in: .. this and run ooffice now, which will bring us to the new StartCenter. Reuse writers icon. @@ -65,7 +65,7 @@ * debian/rules, debian/control.ure.in: package the public UNO libs into a specific uno-libs3 package - -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 09 Jul 2008 03:50:39 +0200 + -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 09 Jul 2008 22:31:24 +0200 openoffice.org (1:2.4.1-5) unstable; urgency=medium
=== modified file 'openoffice.org-presenter-console.postinst.in' --- a/openoffice.org-presenter-console.postinst.in 2008-07-06 21:37:15 +0000 +++ b/openoffice.org-presenter-console.postinst.in 2008-07-09 22:41:51 +0000 @@ -2,7 +2,7 @@ set -e -THIS_PACKAGE=openoffice.org-presenter-screen +THIS_PACKAGE=openoffice.org-presenter-console THIS_SCRIPT=postinst #INCLUDE_SHELL_LIB# === modified file 'openoffice.org-presenter-console.preinst.in' --- a/openoffice.org-presenter-console.preinst.in 2008-07-06 21:37:15 +0000 +++ b/openoffice.org-presenter-console.preinst.in 2008-07-09 22:41:51 +0000 @@ -2,9 +2,9 @@ set -e -# preinst script for openoffice.org-presenter-screem +# preinst script for openoffice.org-presenter-console -THIS_PACKAGE=openoffice.org-presenter-screen +THIS_PACKAGE=openoffice.org-presenter-console THIS_SCRIPT=preinst #INCLUDE_SHELL_LIB# === modified file 'openoffice.org-presenter-console.prerm.in' --- a/openoffice.org-presenter-console.prerm.in 2008-07-06 21:37:15 +0000 +++ b/openoffice.org-presenter-console.prerm.in 2008-07-09 22:41:51 +0000 @@ -2,9 +2,9 @@ set -e -# preinst script for openoffice.org-presenter-screem +# preinst script for openoffice.org-presenter-console -THIS_PACKAGE=openoffice.org-presenter-screen +THIS_PACKAGE=openoffice.org-presenter-console THIS_SCRIPT=prerm #INCLUDE_SHELL_LIB# === modified file 'openoffice.org-presenter-console.script.bug.in' --- a/openoffice.org-presenter-console.script.bug.in 2008-07-06 21:37:15 +0000 +++ b/openoffice.org-presenter-console.script.bug.in 2008-07-09 22:41:51 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -/usr/lib/openoffice/program/unopkg list --shared [EMAIL PROTECTED]@ >&3 +/usr/lib/openoffice/program/unopkg list --shared [EMAIL PROTECTED]@ >&3 === modified file 'openoffice.org-wiki-publisher.preinst.in' --- a/openoffice.org-wiki-publisher.preinst.in 2008-07-06 21:53:29 +0000 +++ b/openoffice.org-wiki-publisher.preinst.in 2008-07-09 22:41:51 +0000 @@ -11,7 +11,7 @@ case "$1" in upgrade) - remove_extension com.sun.star.WikiPublisher + remove_extension com.sun.wiki-publisher ;; esac === modified file 'openoffice.org-wiki-publisher.script.bug.in' --- a/openoffice.org-wiki-publisher.script.bug.in 2008-07-06 21:37:15 +0000 +++ b/openoffice.org-wiki-publisher.script.bug.in 2008-07-09 22:41:51 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -/usr/lib/openoffice/program/unopkg list --shared com.sun.star.WikiPublisher >&3 +/usr/lib/openoffice/program/unopkg list --shared com.sun.wiki-publisher >&3