summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>1999-08-26 02:47:55 +0000
committerjoey <joey>1999-08-26 02:47:55 +0000
commita38102ec1b68edb98c5d77cdb6e8086962084114 (patch)
treebf92eec1db7c6f9b0d4b6e32e029d39ad9a0b421
parent5ed989ab26a512d45f9ceeb1656fe5e3a45b57d2 (diff)
r254: Fixes.
-rw-r--r--debian/changelog10
-rw-r--r--debian/fixlinks4
2 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 3f5dd3d2..cd5b561d 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 <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.
diff --git a/debian/fixlinks b/debian/fixlinks
index 5a56209f..f90bf4d9 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