summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-04-13 22:54:28 +0000
committerjoeyh <joeyh>2006-04-13 22:54:28 +0000
commitbd9d10cc8deb69d6e4646d954adf967a6ac88512 (patch)
tree7fafb9390f5a5c3a589cffd8abc2a29603cf56b5 /Debian/Debhelper
parent5cb05036a7c2716d3622290567881fd02a1b995d (diff)
r1902: releasing version 5.0.30
Diffstat (limited to 'Debian/Debhelper')
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index aecac14d..27f0cc0e 100644
--- a/Debian/Debhelper/Dh_Getopt.pm
+++ b/Debian/Debhelper/Dh_Getopt.pm
@@ -190,7 +190,8 @@ sub parseopts {
if ($options{DOINDEP} || $options{DOARCH} || $options{DOSAME}) {
# User specified that all arch (in)dep package be
# built, and there are none of that type.
- error("I have no package to build");
+ warning("I have no package to build");
+ exit(0);
}
push @{$options{DOPACKAGES}},getpackages();
}