* scripts/Dpkg/Source/Package/V3/quilt.pm: Add missing "use
File::Path" for mkpath().
+2008-05-22 Raphael Hertzog <hertzog@debian.org>
+
+ * scripts/Dpkg/Source/Package/V3/quilt.pm: Add missing "use
+ File::Path" for mkpath().
+
2008-05-13 Guillem Jover <guillem@debian.org>
* src/main.c (setforce): Add help output for '--force-breaks'.
dpkg (1.14.20) UNRELEASED; urgency=low
+ [ Guillem Jover ]
* Change UTF-8 '©' to '(C)' in deb-version.5 (unfuzzy translations).
* Document --force-breaks in 'dpkg --force-help' output.
* Document triggers --debug values in dpkg.1. Thanks to Sven Joachim.
+ [ Raphael Hertzog ]
+ * Add missing 'use File::Path' in Dpkg::Source::Package::V3::quilt.
+
[ Updated dpkg translations ]
* German (Sven Joachim).
* Swedish (Peter Karlsson).
use POSIX;
use File::Basename;
use File::Spec;
+use File::Path;
our $CURRENT_MINOR_VERSION = "0";