]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_md5sums
r1679: * Spanish translation of dh_installppp from Ruben Porras. Closes: #240844
[debhelper.git] / dh_md5sums
index 4a0e460c338e004bb17cfdb4b8645fc0630514cb..0619a3bae2337063f5bce1df6942d8c7a6782bb1 100755 (executable)
@@ -46,6 +46,8 @@ being listed in the md5sums file.
 init();
 
 foreach my $package (@{$dh{DOPACKAGES}}) {
+       next if is_udeb($package);
+       
        my $tmp=tmpdir($package);
 
        if (! -d "$tmp/DEBIAN") {
@@ -78,13 +80,13 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
        }
        else {
                doit("chmod",644,"$tmp/DEBIAN/md5sums");
-               doit("chown","0.0","$tmp/DEBIAN/md5sums");
+               doit("chown","0:0","$tmp/DEBIAN/md5sums");
        }
 }
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.