diff options
author | joey <joey> | 2001-02-25 07:36:49 +0000 |
---|---|---|
committer | joey <joey> | 2001-02-25 07:36:49 +0000 |
commit | 811a51e68bf36e8116d5cb0f60fde617640cdcd3 (patch) | |
tree | 0c3507a622cfeaab59d6a94fa44c2a85eec46797 /Debian | |
parent | 58a5fcfd24ecc319d4f5cc632d32ef31ef14079e (diff) | |
download | debhelper-811a51e68bf36e8116d5cb0f60fde617640cdcd3.tar.gz |
r449: * dh_perl update
Diffstat (limited to 'Debian')
-rw-r--r-- | Debian/Debhelper/Dh_Lib.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index e17913ed..5ed9d163 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -60,9 +60,7 @@ sub init { # the default, doing them all. if (! defined $dh{DOPACKAGES} || ! @{$dh{DOPACKAGES}}) { if ($dh{DOINDEP} || $dh{DOARCH} || $dh{DOSAME}) { - # User specified that all arch (in)dep package be - # built, and there are none of that type. - error("I have no package to act on"); + error("You asked that all arch in(dep) packages be built, but there are none of that type."); } push @{$dh{DOPACKAGES}},@allpackages; } |