From bd9d10cc8deb69d6e4646d954adf967a6ac88512 Mon Sep 17 00:00:00 2001 From: joeyh Date: Thu, 13 Apr 2006 22:54:28 +0000 Subject: r1902: releasing version 5.0.30 --- Debian/Debhelper/Dh_Getopt.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Debian/Debhelper/Dh_Getopt.pm') 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(); } -- cgit v1.2.3