[Reproducible-commits] [dpkg] 35/90: Dpkg::Source::Package::V2: Import make_path from File::Path

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Aug 29 18:26:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit 81b7b5c3435a571b82938d1179c77803ac88be76
Author: Guillem Jover <guillem at debian.org>
Date:   Thu Jun 25 19:00:20 2015 +0200

    Dpkg::Source::Package::V2: Import make_path from File::Path
    
    Regression introduced in commit 5e59d94a17051b1185c591a1fc3eed00e3b01070.
    
    Closes: #789957
---
 debian/changelog                  | 2 ++
 scripts/Dpkg/Source/Package/V2.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6915020..1111225 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ dpkg (1.18.2) UNRELEASED; urgency=low
       Dpkg::Control::HashCore. Regression introduced in dpkg 1.18.0.
       Reported by Jakub Wilk <jwilk at debian.org>. Closes: #789580
     - Allow the Maintainer field in CTRL_FILE_STATUS.
+    - Import make_path from File::Path in Dpkg::Source::Package::V2.
+      Regression introduced in dpkg 1.18.0. Closes: #789957
   * Documentation:
     - Fix grammar in dpkg-architecture(1).
       Thanks to Chris Lamb <lamby at debian.org>. Closes: #787616
diff --git a/scripts/Dpkg/Source/Package/V2.pm b/scripts/Dpkg/Source/Package/V2.pm
index d6ae050..670a472 100644
--- a/scripts/Dpkg/Source/Package/V2.pm
+++ b/scripts/Dpkg/Source/Package/V2.pm
@@ -694,7 +694,7 @@ package Dpkg::Source::Package::V2::BinaryFiles;
 use Dpkg::ErrorHandling;
 use Dpkg::Gettext;
 
-use File::Path;
+use File::Path qw(make_path);
 
 sub new {
     my ($this, $dir) = @_;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list