[Reproducible-commits] [dpkg] 58/63: dpkg-genbuildinfo: replace tabs with spaces

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 235b5a9b11f6f207a4278e33f02b36c2a53edac4
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Jan 30 14:20:53 2016 +0000

    dpkg-genbuildinfo: replace tabs with spaces
---
 scripts/dpkg-genbuildinfo.pl | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/scripts/dpkg-genbuildinfo.pl b/scripts/dpkg-genbuildinfo.pl
index 998105a..03177a0 100755
--- a/scripts/dpkg-genbuildinfo.pl
+++ b/scripts/dpkg-genbuildinfo.pl
@@ -171,31 +171,31 @@ sub usage {
 }
 
 while (@ARGV) {
-    $_=shift(@ARGV);
+    $_ = shift(@ARGV);
     if (m/^-B$/) {
-	set_build_type(BUILD_ARCH_DEP, $_);
+        set_build_type(BUILD_ARCH_DEP, $_);
     } elsif (m/^-A$/) {
-	set_build_type(BUILD_ARCH_INDEP, $_);
+        set_build_type(BUILD_ARCH_INDEP, $_);
     } elsif (m/^-c(.*)$/) {
-	$controlfile = $1;
+        $controlfile = $1;
     } elsif (m/^-l(.*)$/) {
-	$changelogfile = $1;
+        $changelogfile = $1;
     } elsif (m/^-f(.*)$/) {
-	$fileslistfile = $1;
+        $fileslistfile = $1;
     } elsif (m/^-F([0-9a-z]+)$/) {
         $changelogformat = $1;
     } elsif (m/^-u(.*)$/) {
-	$uploadfilesdir = $1;
+        $uploadfilesdir = $1;
     } elsif (m/^--admindir=(.*)$/) {
-	$admindir = $1;
+        $admindir = $1;
     } elsif (m/^--always-include-path$/) {
-	$always_include_path = 1;
+        $always_include_path = 1;
     } elsif (m/^-(?:\?|-help)$/) {
-	usage();
-	exit(0);
+        usage();
+        exit(0);
     } elsif (m/^--version$/) {
-	version();
-	exit(0);
+        version();
+        exit(0);
     } else {
         usageerr(g_("unknown option \`%s'"), $_);
     }

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