[debhelper-devel] [debhelper] 01/02: dh_makeshlibs: Fix indentation issue

Niels Thykier nthykier at moszumanska.debian.org
Sun Apr 3 07:49:26 UTC 2016


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 2e37da9f028fdc935cc874e94d40da946576ee10
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Apr 3 07:31:23 2016 +0000

    dh_makeshlibs: Fix indentation issue
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_makeshlibs | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dh_makeshlibs b/dh_makeshlibs
index fd1c759..e72c5de 100755
--- a/dh_makeshlibs
+++ b/dh_makeshlibs
@@ -210,10 +210,10 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 			}
 		}
 		if (defined($library) && defined($major) && defined($deps) &&
-		    $library ne '' && $major ne '' && $deps ne '') {
-		    	$need_ldconfig=1;
-		    	# Prevent duplicate lines from entering the file.
-		    	my $line="$library $major $deps";
+		      $library ne '' && $major ne '' && $deps ne '') {
+			$need_ldconfig=1;
+			# Prevent duplicate lines from entering the file.
+			my $line="$library $major $deps";
 			if (! $seen{$line}) {
 				$seen{$line}=1;
 				complex_doit("echo '$line' >>$tmp/DEBIAN/shlibs");

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