]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installdebconf
r1655: * Added udeb support, as pioneered by di-packages-build. Understands
[debhelper.git] / dh_installdebconf
index 66dafd0ca22af9913762c37cc1f23ad01bec9d9b..ebf6a13123090c0943bf5e24711fb327fba30c8d 100755 (executable)
@@ -83,7 +83,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                doit("install","-o",0,"-g",0,"-d","$tmp/DEBIAN");
        }
 
-       if ($config ne '') {
+       if (! is_udeb($package) && $config ne '') {
                doit("install", "-o", 0, "-g", 0, "-m", 755, "-p",
                     $config, "$tmp/DEBIAN/config");
        }