summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Lib.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-03-23 15:04:05 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-03-23 15:04:05 -0400
commit240dc46e8c30caa425156006438af98cce06df84 (patch)
tree8c2e16c9309911636d827d944219264b056a57e6 /Debian/Debhelper/Dh_Lib.pm
parent94f711ab1af4966a8c1099578752cddb0345e3db (diff)
export write_log
Avoids the ugly thunk in dh
Diffstat (limited to 'Debian/Debhelper/Dh_Lib.pm')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 963a8590..b57c4d97 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -15,7 +15,7 @@ use vars qw(@ISA @EXPORT %dh);
&filedoublearray &getpackages &basename &dirname &xargs %dh
&compat &addsubstvar &delsubstvar &excludefile &package_arch
&is_udeb &udeb_filename &debhelper_script_subst &escape_shell
- &inhibit_log &load_log);
+ &inhibit_log &load_log &write_log);
my $max_compat=7;