[Reproducible-commits] [debhelper] 41/61: Fix a wrong reference to a nonexistent $base.

Mattia Rizzolo mattia at mapreri.org
Sat Apr 4 18:37:36 UTC 2015


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

mapreri-guest pushed a commit to branch pu/reproducible_builds
in repository debhelper.

commit eeb51217132cb6b455d84f6ff8b4eb1fcf7e00c8
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Jan 8 12:00:49 2015 +0200

    Fix a wrong reference to a nonexistent $base.
    
    It should have been $tmp, but the sentence would get a bit repetitive.
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Dh_Lib.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 72e489e..4740f0e 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -986,8 +986,8 @@ sub debhelper_script_subst {
 }
 
 
-# symlink($dest, $src[, $tmp]) creates a symlink from  $dest -> $src.
-# if $tmp is given, $dest will be created in $base.
+# make_symlink($dest, $src[, $tmp]) creates a symlink from  $dest -> $src.
+# if $tmp is given, $dest will be created within it.
 # Usually $tmp should be the value of tmpdir($package);
 sub make_symlink{
 	my $dest = shift;

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



More information about the Reproducible-commits mailing list