From: joey Date: Thu, 26 Aug 1999 02:47:55 +0000 (+0000) Subject: r254: Fixes. X-Git-Tag: version_2.0.101~344 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a38102ec1b68edb98c5d77cdb6e8086962084114;p=debhelper.git r254: Fixes. --- diff --git a/debian/changelog b/debian/changelog index 3f5dd3d..cd5b561 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +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 Wed, 25 Aug 1999 19:46:08 -0700 + debhelper (2.0.24) unstable; urgency=low * dh_installdocs: Handle trailing whitespace after Document: name. diff --git a/debian/fixlinks b/debian/fixlinks index 5a56209..f90bf4d 100644 --- a/debian/fixlinks +++ b/debian/fixlinks @@ -1,8 +1,8 @@ #!/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