debhelper (4.1.38) unstable; urgency=low
-UNRE
* Fixed dh_installcatalog's references to itself on man page.
Closes: #184411
+ * dh_installdebconf: Set umask to sane before running po2debconf or
+ debconf-mergetemplates
- -- Joey Hess <joeyh@debian.org> Thu, 13 Mar 2003 10:51:54 -0500
+ -- Joey Hess <joeyh@debian.org> Sun, 23 Mar 2003 21:17:09 -0800
debhelper (4.1.37) unstable; urgency=low
Priority: optional
Maintainer: Joey Hess <joeyh@debian.org>
Build-Depends-Indep: perl (>= 5.6.1), coreutils | fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.9.0)
-Standards-Version: 3.5.8.0
+Standards-Version: 3.5.9.0
Package: debhelper
Architecture: all
# Update the debhelper web page. Not intended for use by anyone except the
# author.
+DIR=/home/web/kitenet.net/programs/debhelper
installhook:
- cp debian/changelog /home/pub/programs/debhelper/CHANGES
- echo -n $(VERSION) > /home/pub/programs/debhelper/LATEST-VERSION-IS
+ cp debian/changelog $(DIR)/CHANGES
+ echo -n $(VERSION) > $(DIR)/LATEST-VERSION-IS
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary dist
# 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) {