------------------------------------------------------------ revno: 1253 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Sat 2008-09-06 16:08:17 +0200 message: $1 -> $2 modified: changelog openoffice.org-presentation-minimizer.preinst.in
=== modified file 'changelog' --- a/changelog 2008-09-05 17:09:18 +0000 +++ b/changelog 2008-09-06 14:08:17 +0000 @@ -6,7 +6,7 @@ - makes -report-builder depend on 3.0 *exactly*. * ooo-build: - use ooo-build-3-0 branch - - update (r13812) + - update (r13820) * debian/rules: - fix USE_SCSOLVER conditional - reenable hu @@ -20,8 +20,9 @@ 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 - -- Rene Engelhard <[EMAIL PROTECTED]> Tue, 02 Sep 2008 01:25:48 +0200 + -- Rene Engelhard <[EMAIL PROTECTED]> Sat, 06 Sep 2008 16:07:00 +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-07-30 01:52:28 +0000 +++ b/openoffice.org-presentation-minimizer.preinst.in 2008-09-06 14:08:17 +0000 @@ -11,7 +11,7 @@ case "$1" in upgrade) - if dpkg --compare-versions $1 lt 1:3.0.0~beta2~beb300m3; then + if dpkg --compare-versions $2 lt 1:3.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