From 1f56418d00a8f406f53b06f3f0b1566e56c1feca Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 18 Aug 2003 01:21:26 +0000 Subject: r1590: * Converted several chown 0.0 to chown 0:0 for POSIX 200112. * dh_python: patch from Josselin to support packages only shipping binary (.so) modules, and removal of any already byte-compiled .py[co] found. --- dh_gencontrol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_gencontrol') diff --git a/dh_gencontrol b/dh_gencontrol index 4e9ff3e8..b9aaefb4 100755 --- a/dh_gencontrol +++ b/dh_gencontrol @@ -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 -- cgit v1.2.3