r231: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 05:17:06 +0000 (05:17 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:17:06 +0000 (05:17 +0000)
debian/changelog
debian/control
examples/rules.indep

index f8e4f45d1b8f0f5e8bf46839f2bc7fac0e962893..1556aebce09da4dbe528aefea5da6341039a4680 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (2.0.06) unstable; urgency=low
+
+  * Now depends on perl5 | perl, I'll kill the | perl bit later on, but it
+    seems to make sense for the transition.
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun,  4 Jul 1999 10:56:03 -0700
+
 debhelper (2.0.05) unstable; urgency=low
 
   * dh_clean: clean debian/tmp even if v2 is being used. If you're
index 45834e1bf2b4d5a77fe342fcd32f895248b9ceec..7dc9496cfc706cb76b960047d554e88ffa59e022 100644 (file)
@@ -6,7 +6,7 @@ Standards-Version: 2.5.1.0
 
 Package: debhelper
 Architecture: all
-Depends: perl (>= 5.004), fileutils (>= 3.16-4), file (>= 3.23-1)
+Depends: perl5 | perl (>= 5.004), fileutils (>= 3.16-4), file (>= 3.23-1)
 Suggests: dh-make
 Description: helper programs for debian/rules
  A collection of programs that can be used in a debian/rules file to
index b40281d983b5be633c9d2ae0edef8f454e6eac45..748fb629c752a7283fce2f67c6e96696b2165f26 100755 (executable)
@@ -61,6 +61,7 @@ binary-indep: build install
        # You may want to make some executables suid here.
        dh_suidregister
        dh_installdeb
+#      dh_perl
        dh_gencontrol
        dh_md5sums
        dh_builddeb