[debhelper-devel] [debhelper] 01/01: Dh_Lib: Parse "Multi-Arch:same" correctly

Niels Thykier nthykier at moszumanska.debian.org
Sat Feb 18 20:14:44 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 37667148f6d373ae7cb4a096f41a2babc06b336b
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Feb 18 20:13:39 2017 +0000

    Dh_Lib: Parse "Multi-Arch:same" correctly
    
    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 8f043ce..aa7eaf1 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -986,7 +986,7 @@ sub getpackages {
 		if (/^(?:X[BC]*-)?Package-Type:\s*(.*)/i) {
 			$package_type=$1;
 		}
-		if (/^Multi-Arch: \s*(.*)\s*/i) {
+		if (/^Multi-Arch:\s*(.*)\s*/i) {
 			$multiarch = $1;
 		}
 		# rely on libdpkg-perl providing the parsing functions because

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