The following commit has been merged in the lenny branch:
commit 9542818924467be2f09eabccd6bd454f5e4d14a1
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Thu May 22 22:46:20 2008 +0200
Bugfix in source format 3.0 (quilt)
* scripts/Dpkg/Source/Package/V3/quilt.pm: Add missing "use
File::Path" for mkpath().
diff --git a/ChangeLog b/ChangeLog
index 60ff131..b55ab1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-22 Raphael Hertzog <[EMAIL PROTECTED]>
+
+ * scripts/Dpkg/Source/Package/V3/quilt.pm: Add missing "use
+ File::Path" for mkpath().
+
2008-05-13 Guillem Jover <[EMAIL PROTECTED]>
* src/main.c (setforce): Add help output for '--force-breaks'.
diff --git a/debian/changelog b/debian/changelog
index 07be722..e2e3d17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
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).
diff --git a/scripts/Dpkg/Source/Package/V3/quilt.pm
b/scripts/Dpkg/Source/Package/V3/quilt.pm
index ef27023..eb62ef2 100644
--- a/scripts/Dpkg/Source/Package/V3/quilt.pm
+++ b/scripts/Dpkg/Source/Package/V3/quilt.pm
@@ -31,6 +31,7 @@ use Dpkg::IPC;
use POSIX;
use File::Basename;
use File::Spec;
+use File::Path;
our $CURRENT_MINOR_VERSION = "0";
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]