diff options
author | joey <joey> | 1999-08-17 05:17:06 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:17:06 +0000 |
commit | 92a3a307c88b231be4981ca4e76e85c515727a75 (patch) | |
tree | 2e0a0113805a9bca97c0177cc6740c4e6c8f7f39 | |
parent | f61b5eebf802cb446a935e595c8a3e962ada66fa (diff) | |
download | debhelper-92a3a307c88b231be4981ca4e76e85c515727a75.tar.gz |
r231: Initial Import
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | examples/rules.indep | 1 |
3 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f8e4f45d..1556aebc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index 45834e1b..7dc9496c 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/examples/rules.indep b/examples/rules.indep index b40281d9..748fb629 100755 --- a/examples/rules.indep +++ b/examples/rules.indep @@ -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 |