From: cjwatson <> Date: Sun, 16 Jan 2005 22:27:09 +0000 (-0800) Subject: [project @ 2005-01-16 14:27:08 by cjwatson] X-Git-Tag: release/2.6.0~739 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=409c83967026aca934f15de31b43b58c820381f5;p=debbugs.git [project @ 2005-01-16 14:27:08 by cjwatson] debbugsconfig creates required directories in $gSpoolDir (closes: #222077). --- diff --git a/debian/changelog b/debian/changelog index 4b474b5b..2182a156 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ debbugs (2.4.2) UNRELEASED; urgency=low - Allow # prefix on bug numbers in 'merge' command. - Fix some ordering issues in old-style package pages and summaries. - Add X-$gProject-PR-Message: headers to all mails sent by service. + - debbugsconfig creates required directories in $gSpoolDir + (closes: #222077). * Adam Heath: - Rewrite filtering in cgi's common.pl, to make it completely generic. diff --git a/debian/debbugsconfig b/debian/debbugsconfig index 518ecece..e98decc7 100755 --- a/debian/debbugsconfig +++ b/debian/debbugsconfig @@ -7,6 +7,7 @@ # published by the Free Software Foundation use POSIX qw(strftime); +use File::Path; if (@ARGV) { print STDOUT <