The following commit has been merged in the master branch:
commit dc7e3587567de47244296e97bd671df6f0f91261
Author: David Paleino <[email protected]>
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

_______________________________________________
Pkg-dkms-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-dkms-commits

Reply via email to