diff options
Diffstat (limited to 'dh_installcatalogs')
-rwxr-xr-x | dh_installcatalogs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_installcatalogs b/dh_installcatalogs index b3aaf5e..f65ab7c 100755 --- a/dh_installcatalogs +++ b/dh_installcatalogs @@ -66,6 +66,8 @@ multiple instances of the same text to be added to maintainer scripts. init(); +# PROMISE: DH NOOP WITHOUT sgmlcatalogs + foreach my $package (@{$dh{DOPACKAGES}}) { my $tmpdir = tmpdir($package); my $sgmlcatlistfile = pkgfile($package, "sgmlcatalogs"); |