]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installexamples
r1655: * Added udeb support, as pioneered by di-packages-build. Understands
[debhelper.git] / dh_installexamples
index 8934e2fb173062697947b17c9b6f13e88182d2ec..dcd37ad5a08315084b241f0493274767c50530fb 100755 (executable)
@@ -58,6 +58,8 @@ directory, it will install the complete contents of the directory.
 init();
 
 foreach my $package (@{$dh{DOPACKAGES}}) {
+       next if is_udeb($package);
+
        my $tmp=tmpdir($package);
        my $file=pkgfile($package,"examples");