]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_gencontrol
r1590: * Converted several chown 0.0 to chown 0:0 for POSIX 200112.
[debhelper.git] / dh_gencontrol
index 4e9ff3e892203357b29e6e02448c8fea738480be..b9aaefb490d59873823e1fe703268d7872af7ff5 100755 (executable)
@@ -64,7 +64,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
        # something odd.
        doit("chmod","644","$tmp/DEBIAN/control");
        
-       doit("chown","0.0","$tmp/DEBIAN/control");
+       doit("chown","0:0","$tmp/DEBIAN/control");
 }
 
 =head1 SEE ALSO