+debhelper (2.0.25) unstable; urgency=low
+
+ * Corrected debian/fixlinks to make the correct debian/* symlinks needed
+ for building debhelper.
+ * As a side effect of that, debhelper now parses commands properly when it
+ is building itself, so the /usr/doc/debhelper/examples directory exists
+ again and is populated.
+
+ -- Joey Hess <joeyh@master.debian.org> Wed, 25 Aug 1999 19:46:08 -0700
+
debhelper (2.0.24) unstable; urgency=low
* dh_installdocs: Handle trailing whitespace after Document: name.
#!/bin/sh -e
# Clean up after cvs's dreadful symlink handling, by making all the symlinks
# this package needs.
-ln -sf Dh_Lib.pm debian/Dh_Lib.pm
-ln -sf Dh_Getopt.pm debian/Dh_Getopt.pm
+ln -sf ../Dh_Lib.pm debian/Dh_Lib.pm
+ln -sf ../Dh_Getopt.pm debian/Dh_Getopt.pm
ln -sf postinst-menu autoscripts/postrm-menu
ln -sf postinst-modules autoscripts/postrm-modules
ln -sf postinst-mime autoscripts/postrm-mime