------------------------------------------------------------ revno: 1009 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Thu 2008-02-21 00:16:47 +0100 message: add symlink for index.html modified: changelog rules
=== modified file 'changelog' --- a/changelog 2008-02-20 21:25:19 +0000 +++ b/changelog 2008-02-20 23:16:47 +0000 @@ -12,12 +12,15 @@ - install pythonloader.py into $(PYTHON_SITE) (closes: #466412) - temporarily build with internal hunspell (closes: #459943) - build with libdb4.6 (closes: #464754) + - add symlink /usr/share/doc/openoffice.org-dev/index.html -> + /usr/lib/openoffice/sdk/index.html. Is the other way around like + the submitter suggested but still closes: #420803 AFAIS * debian/control.in: - only recommend openoffice.org-writer2latex at -writer. Add it to the "openoffice.org" metapackage as Depends (closes: #466170) - only suggest -style-{hicontrast,industrial} (closes: #466494) - -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 20 Feb 2008 20:40:41 +0100 + -- Rene Engelhard <[EMAIL PROTECTED]> Thu, 21 Feb 2008 00:13:55 +0100 openoffice.org (1:2.4.0~rc1-2) unstable; urgency=low
=== modified file 'rules' --- a/rules 2008-02-20 21:25:19 +0000 +++ b/rules 2008-02-20 23:16:47 +0000 @@ -2706,6 +2706,9 @@ ln -s /$(OODIR)/sdk/examples examples cd $(PKGDIR)-dev-doc/usr/share/doc/openoffice.org-dev && \ ln -s /$(OODIR)/sdk/examples examples + # and the index + cd $(PKGDIR)-dev-doc/usr/share/doc/openoffice.org-dev && \ + ln -s /$(OODIR)/sdk/index.html index.html endif ifneq "$(DIST)" "Ubuntu"