Update of /cvs/debian-openoffice/oo-deb/debian In directory gluck:/tmp/cvs-serv3227
Modified Files: changelog rules Log Message: changelog: mention ooo-build patch changes: + gnome-desktop-force: Introduce a new envvar, OOO_FORCE_DESKTOP that can be set to 'gnome', 'kde' or 'none' to override OOo's desktop detection [MM, PL, CH] + layout-vcl-window: Fix reverse size calculation + gui-font-scale: Window::ImplPointToLogic has a reverse (ImplLogicToPoint) which was not modified, fixed. This should hopefully fix the original 'Menu fonts too small' bugs + gui-font-default-size: Reduce the default menu font size to the same size as the original OOo (closes: #218585) * Use Ximian icons version 1.1-6 and update MANIFESTs rules: Add missing stampdir_targets Index: changelog =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v retrieving revision 1.231 retrieving revision 1.232 diff -u -d -r1.231 -r1.232 --- changelog 9 Nov 2003 15:25:12 -0000 1.231 +++ changelog 11 Nov 2003 08:51:31 -0000 1.232 @@ -7,14 +7,23 @@ dialog (closes: #218036), thanks Josep Monés i Teixador for the patch [RE] + i18n-search-all: Fall back to any lanugage pack instead of crashing - if no -en or -de installed (closes: #171623 and dups) + if no -en or -de installed (closes: #171623 and dups) [CH] + ooo111-general-io-error-sxi: fix a General I/O Error when saving in ooo formats (closes: #208687), extracted from cws_srx645_softdist01 (IZ#19381, thanks Eike Rathke for the pointer) [MK] + + gnome-desktop-force: Introduce a new envvar, OOO_FORCE_DESKTOP that + can be set to 'gnome', 'kde' or 'none' to override OOo's desktop + detection [MM, PL, CH] * Modified patches: + setup-in-bind-mount: Use official fix from IZ#20459 using realpath(); also return non-zero exit code on failure. [CH] - * Use Ximian icons version 1.1-5 and update MANIFESTs [CH] + + layout-vcl-window: Fix reverse size calculation [CH] + + gui-font-scale: Window::ImplPointToLogic has a reverse + (ImplLogicToPoint) which was not modified, fixed. This should + hopefully fix the original 'Menu fonts too small' bugs [CH] + + gui-font-default-size: Reduce the default menu font size to the + same size as the original OOo (closes: #218585) [CH] + * Use Ximian icons version 1.1-6 and update MANIFESTs [CH] * debian/rules: - Don't set C++ compiler on Woody to 'ccache ccache g++' and simplify ccache logic [CH] @@ -44,9 +53,9 @@ * Build and package our own internal version of libfreetype. Depends: libfreetype (<< 2.1.0) can now be removed and OOo is compatible with other backports that need a newer - libfreetype (X 4.3, Gnome 2 etc.) + libfreetype (X 4.3, Gnome 2 etc.) [CH] - -- Martin Kretzschmar <[EMAIL PROTECTED]> Sun, 9 Nov 2003 16:26:58 +0100 + -- Chris Halls <[EMAIL PROTECTED]> Tue, 11 Nov 2003 09:40:26 +0100 openoffice.org (1.1.0-2) unstable; urgency=low Index: rules =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v retrieving revision 1.163 retrieving revision 1.164 diff -u -d -r1.163 -r1.164 --- rules 4 Nov 2003 15:38:22 -0000 1.163 +++ rules 11 Nov 2003 08:51:31 -0000 1.164 @@ -240,7 +240,8 @@ # over, you would have to remove the stamp manually. Now, just do # 'debian/rules <target> <target> ... FORCE=1', and the stamp files # that match the given targets will be removed automagically. -stampdir_targets=build.prepare configure bootstrap solver instsetoo +stampdir_targets=files.backup icons.scale patch.apply build.prepare.artwork +stampdir_targets+=build.prepare configure bootstrap solver instsetoo stampdir_targets+=setupins setup install-arch install-indep manifest stampdir_targets+=langpacks binary-common binary-arch binary-indep ifdef FORCE