]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_makeshlibs
r1655: * Added udeb support, as pioneered by di-packages-build. Understands
[debhelper.git] / dh_makeshlibs
index ba5266b8204f02f6ac19fa66584b73315ea25e39..1d57b01eb0842c603d6c62a09abc131a96c900b2 100755 (executable)
@@ -86,6 +86,8 @@ Generates a shlibs file that looks something like:
 init();
 
 foreach my $package (@{$dh{DOPACKAGES}}) {
+       next if is_udeb($package);
+       
        my $tmp=tmpdir($package);
 
        my %seen;
@@ -166,7 +168,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
        if (-e "$tmp/DEBIAN/shlibs") {
                doit("chmod",644,"$tmp/DEBIAN/shlibs");
-               doit("chown","0.0","$tmp/DEBIAN/shlibs");
+               doit("chown","0:0","$tmp/DEBIAN/shlibs");
        }
 }