------------------------------------------------------------ revno: 1258 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Thu 2008-09-18 11:57:21 +0200 message: fix thinko in version comparison; update ooo-build modified: changelog openoffice.org-presentation-minimizer.preinst.in
=== modified file 'changelog' --- a/changelog 2008-09-18 08:45:17 +0000 +++ b/changelog 2008-09-18 09:57:21 +0000 @@ -6,7 +6,7 @@ - makes -report-builder depend on 3.0 *exactly*. * ooo-build: - use ooo-build-3-0 branch - - update (r13926) + - update (r13933) - really fixes ppc/openjdk build - math-draw-generic-name.diff: add GenericName for Draw (closes: #498922) and Math (closes: #498924) @@ -26,9 +26,10 @@ against them with >= ${base-version}.1. According to the bug this closes: #497204 * debian/shlibs.override.icu: update for OOo 3.0s icu 3.6 - * debian/openoffice.org-presentation-minimizer.preinst.in: oops, $1 -> $2 + * debian/openoffice.org-presentation-minimizer.preinst.in: oops, fix version + comparison - -- Rene Engelhard <[EMAIL PROTECTED]> Thu, 18 Sep 2008 10:44:26 +0200 + -- Rene Engelhard <[EMAIL PROTECTED]> Thu, 18 Sep 2008 11:56:21 +0200 openoffice.org (1:3.0.0~ooo300m3-3) experimental; urgency=low
=== modified file 'openoffice.org-presentation-minimizer.preinst.in' --- a/openoffice.org-presentation-minimizer.preinst.in 2008-09-06 14:08:17 +0000 +++ b/openoffice.org-presentation-minimizer.preinst.in 2008-09-18 09:57:21 +0000 @@ -11,7 +11,7 @@ case "$1" in upgrade) - if dpkg --compare-versions $2 lt 1:3.0.0~beta2~beb300m3; then + if dpkg --compare-versions $2 lt 1.0+OOo3.0.0~beta2~beb300m3; then # this is a legacy package, so we need to find it first... id=`/usr/lib/openoffice/program/unopkg list --shared | grep Identifier:.*presentation-minimizer | cut -d":" -f2` else