[debhelper-devel] [debhelper] 01/01: Dh_Lib: Fix export of on_pkgs_in_parallel

Niels Thykier nthykier at moszumanska.debian.org
Wed Jun 14 05:39:11 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit de910047ea1ef31a5da7859ce0796b2033e3923a
Author: Niels Thykier <niels at thykier.net>
Date:   Wed Jun 14 05:38:48 2017 +0000

    Dh_Lib: Fix export of on_pkgs_in_parallel
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Dh_Lib.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index ac00fb0..24cf035 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -52,7 +52,7 @@ use vars qw(@EXPORT %dh);
 	    &restore_file_on_clean &restore_all_files
 	    &open_gz &reset_perm_and_owner &deprecated_functionality
 	    &log_installed_files &buildarch &rename_path
-	    &on_each_pkg_in_parallel
+	    &on_pkgs_in_parallel
 );
 
 # The Makefile changes this if debhelper is installed in a PREFIX.

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




More information about the debhelper-devel mailing list