]> git.donarmstrong.com Git - debhelper.git/commitdiff
r79: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:50:10 +0000 (04:50 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:50:10 +0000 (04:50 +0000)
debian/changelog
debian/rules

index ef64f4f724ad818e10ccb69f080d980c959cb5ac..ce1e3814ded5413876eb690b56feb622e770c210 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (0.81) unstable; urgency=low
+
+  * dh_movefiles: empty $tomove (#20495).
+
+ -- Joey Hess <joeyh@master.debian.org>  Tue, 31 Mar 1998 15:36:32 -0800
+
 debhelper (0.80) unstable; urgency=low
 
   * Moved under cvs (so I can fork a stable and an unstable version).
index a8e6369e367e2985c15edf334ddd55ae7fa9832e..c1009b7f063ca6563c6dd7e4c7be2179bec8603c 100755 (executable)
@@ -16,6 +16,11 @@ export DH_VERBOSE=1
 test_files=dh_lib
 
 build:
+       # Important symlinks.
+       cd autoscripts && ln -sf postinst-menu postrm-menu
+       cd debian && ln -sf ../dh_lib dh_lib
+       cd debian && ln -sf ../dh_getopt.pl dh_getopt.pl
+
        ./dh_testdir $(test_files)
        sed "s/#DEBHELPER_VERSION#/$(VERSION)/" < dh_testversion.in \
                > dh_testversion