summaryrefslogtreecommitdiff
path: root/dh_installdebconf
diff options
context:
space:
mode:
authorjoey <joey>2003-03-24 05:17:47 +0000
committerjoey <joey>2003-03-24 05:17:47 +0000
commit72f66a4938c8544e295dc19ec57a09563300b56e (patch)
tree958562b92f38d3785f2f274113b5910a20376970 /dh_installdebconf
parent8e45bd46faedcb37e7fc7e9b51c9fec149fc8f33 (diff)
r580: * Fixed dh_installcatalog's references to itself on man page.
Closes: #184411 * dh_installdebconf: Set umask to sane before running po2debconf or debconf-mergetemplates
Diffstat (limited to 'dh_installdebconf')
-rwxr-xr-xdh_installdebconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_installdebconf b/dh_installdebconf
index fc81d1fe..c9c72b2a 100755
--- a/dh_installdebconf
+++ b/dh_installdebconf
@@ -92,6 +92,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
# Are there old-style translated templates?
my @trans=(glob("$templates.??"), glob("$templates.??_??"));
+ umask(0022); # since I do a redirect below
+
# Look for po directory.
if (-d "debian/po") {
if (@trans) {