summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>1999-09-17 04:16:39 +0000
committerjoey <joey>1999-09-17 04:16:39 +0000
commit970f396caab1e54062cf3c2e0de2b80a092510eb (patch)
treea6aeb16df8672d28d18d7f303fc46e191f8f3293
parentc1a1c5021fb6bbe7d829ba63588e4a4a86635e45 (diff)
r277: * 4 whole days without a debhelper upload! Can't let that happen. Let's see..
* dh_installperl.1: explain what you have to put in your control file for the dependancies to be generated.
-rw-r--r--debian/changelog8
-rw-r--r--dh_perl.12
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 466cee1a..5b713caf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (2.0.48) unstable; urgency=low
+
+ * 4 whole days without a debhelper upload! Can't let that happen. Let's see..
+ * dh_installperl.1: explain what you have to put in your control file
+ for the dependancies to be generated.
+
+ -- Joey Hess <joeyh@master.debian.org> Thu, 16 Sep 1999 21:15:05 -0700
+
debhelper (2.0.47) unstable; urgency=low
* dh_undocumented: installs links for X11 man pages to the undocumented.7
diff --git a/dh_perl.1 b/dh_perl.1
index f3188259..62156079 100644
--- a/dh_perl.1
+++ b/dh_perl.1
@@ -11,6 +11,8 @@ the perl:Depends substitutions and adding them to substvars files.
The program will look for the location of installed modules and will
use this information to generate a dependency (at the present time
it can only be perl5, perl5-thread, perl-5.00X or perl-5.00X-thread).
+The dependancy will be substituted into your package's control file wherever
+you place the token "${perl:Depends}".
.P
It will also look at #! lines of perl scripts in order to be able
to calculate a dependency for perl scripts and not only perl modules.