]> git.donarmstrong.com Git - debhelper.git/commitdiff
r254: Fixes.
authorjoey <joey>
Thu, 26 Aug 1999 02:47:55 +0000 (02:47 +0000)
committerjoey <joey>
Thu, 26 Aug 1999 02:47:55 +0000 (02:47 +0000)
debian/changelog
debian/fixlinks

index 3f5dd3d286cc15b431357d4f5d53bb1b53b759e6..cd5b561d84fef1708a0da88892060f59da08ac6a 100644 (file)
@@ -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. 
index 5a56209f4d9edaaddc97043617ede09715103a67..f90bf4d953db492d63e3ebef766372368d766605 100644 (file)
@@ -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