[Reproducible-commits] [dpkg] 57/63: dpkg-genbuildinfo: Use parenthesis for non-built-ins functions

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Mar 4 17:44:46 UTC 2016


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

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

commit 16af405c516d230fdd6a9aba7fd75e1c0e4681de
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Jan 30 14:20:37 2016 +0000

    dpkg-genbuildinfo: Use parenthesis for non-built-ins functions
---
 scripts/dpkg-genbuildinfo.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/dpkg-genbuildinfo.pl b/scripts/dpkg-genbuildinfo.pl
index 46c5d61..998105a 100755
--- a/scripts/dpkg-genbuildinfo.pl
+++ b/scripts/dpkg-genbuildinfo.pl
@@ -138,7 +138,7 @@ sub append_deps {
         next unless $dep_str;
         $deps = deps_parse($dep_str, reduce_restrictions => 1, build_dep => 1);
         # add packages as unseen if they were not there before
-        deps_iterate $deps, sub { ${$env_pkgs}{$_[0]->{package}} //= 0; 1 };
+        deps_iterate($deps, sub { ${$env_pkgs}{$_[0]->{package}} //= 0; 1 });
     }
 }
 

-- 
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