The following commit has been merged in the master branch:
commit ff954874785dfe392eb14c6648cb4f4ee116e313
Author: David Paleino <[email protected]>
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
_______________________________________________
Pkg-dkms-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-dkms-commits