summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdh_installdirs2
-rwxr-xr-xdh_installman2
2 files changed, 4 insertions, 0 deletions
diff --git a/dh_installdirs b/dh_installdirs
index b0572ca9..fe5683d6 100755
--- a/dh_installdirs
+++ b/dh_installdirs
@@ -48,6 +48,8 @@ package acted on. (Or in all packages if B<-A> is specified.)
init();
+# PROMISE: DH NOOP WITHOUT dirs
+
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);
my $file=pkgfile($package,"dirs");
diff --git a/dh_installman b/dh_installman
index 52d1e6b1..858605b2 100755
--- a/dh_installman
+++ b/dh_installman
@@ -95,6 +95,8 @@ init(options => {
my @sofiles;
my @sodests;
+# PROMISE: DH NOOP WITHOUT manpages tmp(usr/share/man)
+
foreach my $package (@{$dh{DOPACKAGES}}) {
next if is_udeb($package);