[Reproducible-commits] [debhelper] 14/33: dh_gencontrol: Fix whitespace issue

Mattia Rizzolo mattia at mapreri.org
Sun Jun 28 13:15:19 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 ee57d7a0c7a6950f3dc481f88682e8172cb70bc9
Author: Niels Thykier <niels at thykier.net>
Date:   Mon May 25 12:11:42 2015 +0200

    dh_gencontrol: Fix whitespace issue
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_gencontrol | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_gencontrol b/dh_gencontrol
index 8aba54d..1a3fd55 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -115,7 +115,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		}
 		if ( ! -d "${ddeb_tmp}/DEBIAN" ) {
 			install_dir("${ddeb_tmp}/DEBIAN");
-                }
+		}
 		doit("dpkg-gencontrol", "-p${package}", "-l$changelog", "-T$substvars",
 			"-P${ddeb_tmp}",@{$dh{U_PARAMS}}, @ddeb_options);
 

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