Package: debhelper
Version: 9.20120909
Severity: minor

Hi,

I noticed the following code in dh_installdeb:

"""
foreach my $package (@{$dh{DOPACKAGES}}) {
        [...]
  
        if (is_udeb($package)) {
                [...]
                next;           
        }
        [...]

        if (! is_udeb($package)) {
                [...]
        }

}
"""

If $package is a udeb, it will never reach past the first of the two
shown "is_udeb" if-statements.  From the code and my understanding of
udebs, it looks the second if-statement is merely redundant (hench the
"minor" severity).

~Niels


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to