+Fri Nov 26 02:21:56 CET 1999 Wichert Akkerman <wakkerma@debian.org>
+
+ * Fix .so-entries for script manpages
+
+Thu Nov 25 23:59:24 CET 1999 Wichert Akkerman <wakkerma@debian.org>
+
+ * Correct location of documentation in debian/dpkg-doc.doc-base
+
Thu Nov 25 04:55:18 CET 1999 Wichert Akkerman <wakkerma@debian.org>
* Correct name of source tarball in debian/rules
Section: Apps/System
Format: HTML
-Index: /usr/share/doc/dpkg-doc/internals.html/index.html
-Files: /usr/share/doc/dpkg-doc/internals.html/*.html
+Index: /usr/share/doc/dpkg-doc/internals/index.html
+Files: /usr/share/doc/dpkg-doc/internals/*.html
$(INSTALL_DATA) $$d$$i $(DESTDIR)/$(man1dir) ; \
done
set -e ; for i in $(MAN_SOURCE_ALIASES) ; do \
- echo ".so dpkg-source.1" > $(DESTDIR)$(man1dir)/$$i ; \
+ echo ".so man1/dpkg-source.1" > $(DESTDIR)$(man1dir)/$$i ; \
chmod 644 $(DESTDIR)$(man1dir)/$$i ; \
done
$(mkinstalldirs) $(DESTDIR)/$(man8dir)