Update of /cvs/debian-openoffice/oo-deb/debian In directory gluck:/tmp/cvs-serv4229
Modified Files: changelog rules Log Message: - mention autosave-on.diff - try to createv link to README.Debian in -kde only if kde is enabled Index: changelog =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v retrieving revision 1.438 retrieving revision 1.439 diff -u -d -r1.438 -r1.439 --- changelog 17 Mar 2005 12:01:57 -0000 1.438 +++ changelog 20 Mar 2005 13:26:19 -0000 1.439 @@ -3,6 +3,8 @@ * New patches: - no-sans-serif-default.diff: don't use SansSerif as default font thanks Matthias Klose [RE] + - autosave-on.diff: turn Autosave on per default; every 15 mins and + with confirmation (closes: #289800) * debian/control.in, debian/rules: disable gnomevfs, broken (closes: #297999) [RE] * debian/control.in: @@ -12,9 +14,11 @@ - copy local XML Catalog into the OOo DTD dir and use dh_installxmlcatalogs to generate XML Catalogs, thanks Kjetil Kjernsmo for proposing and helping ;-) (closes: #299430) [RE] + - only create link to README.Debian.gz in -kde if -kde is enabled, + thanks Matthias Klose [RE] * debian/catalog.xml, debian/openoffice.org.xmlcatalogs: add [RE] - -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 16 Mar 2005 01:30:09 +0100 + -- Rene Engelhard <[EMAIL PROTECTED]> Sat, 19 Mar 2005 19:55:04 +0100 openoffice.org (1.1.3-7) unstable; urgency=high Index: rules =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v retrieving revision 1.262 retrieving revision 1.263 diff -u -d -r1.262 -r1.263 --- rules 16 Mar 2005 10:32:35 -0000 1.262 +++ rules 20 Mar 2005 13:26:22 -0000 1.263 @@ -1326,7 +1326,8 @@ && gzip -f9 \ $(MAINPKGDIR)/usr/share/doc/openoffice.org/changelog.ooo-build; \ fi - for f in gtk-gnome kde; do \ + uis="gtk-gnome"; if [ "$(BUILD_KDE)" = y ]; then uis="$$uis kde"; fi; \ + for f in $$uis; do \ ln -sf /usr/share/doc/openoffice.org/README.Debian.gz \ $(MAINPKGDIR)-$$f/usr/share/doc/openoffice.org-$$f/README.Debian.gz; \ done -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]