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

David Paleino dapal at debian.org
Mon Feb 8 10:20:12 UTC 2010


The following commit has been merged in the master branch:
commit dc7e3587567de47244296e97bd671df6f0f91261
Author: David Paleino <dapal at debian.org>
Date:   Mon Feb 8 10:58:15 2010 +0100

    dh_dkms: don't return an error if there's nothing to do (Closes: #568580)

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

-- 
Dynamic Kernel Module Support



More information about the Pkg-dkms-commits mailing list