[Pkg-dkms-commits] [SCM] Dynamic Kernel Module Support branch, master, updated. debian/2.1.1.1-2-1-gff95487

David Paleino dapal at debian.org
Wed Feb 17 18:06:49 UTC 2010


The following commit has been merged in the master branch:
commit ff954874785dfe392eb14c6648cb4f4ee116e313
Author: David Paleino <dapal at debian.org>
Date:   Wed Feb 17 18:59:44 2010 +0100

    dh_dkms: continue the loop if there's nothing to do on the current package. (Closes: #568580)

diff --git a/debian/scripts/dh_dkms b/debian/scripts/dh_dkms
index ecb372e..d03029e 100755
--- a/debian/scripts/dh_dkms
+++ b/debian/scripts/dh_dkms
@@ -108,7 +108,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		$name = $ARGV[0];
 	}
 	else {
-		exit;
+		next;
 	}
 	verbose_print "installing $name as dkms.conf";
 

-- 
Dynamic Kernel Module Support



More information about the Pkg-dkms-commits mailing list