From b78e381eb11fcb8c3bbc3f72c556a4cc6b60ba4e Mon Sep 17 00:00:00 2001 From: Sven Joachim Date: Fri, 3 Feb 2017 00:24:04 +0000 Subject: pkgdetails_perl: Strip the arch-qualifier (Closes: #836525) --- debian/changelog | 7 +++++++ functions | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9c8b87c..be496d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debootstrap (1.0.88) UNRELEASED; urgency=high + + [ Sven Joachim ] + * Strip the arch-qualifier (Closes: #836525) + + -- Steve McIntyre <93sam@debian.org> Fri, 03 Feb 2017 00:22:50 +0000 + debootstrap (1.0.87) unstable; urgency=high [ Julien Cristau ] diff --git a/functions b/functions index 578d72b..6cbbd3b 100644 --- a/functions +++ b/functions @@ -1336,6 +1336,7 @@ while () { for $d (split /\s*,\s*/, $1) { $d =~ s/\s*[|].*$//; $d =~ s/\s*[(].*[)]\s*//; + $d =~ s/:.*//; push @d, $d; } } -- cgit v0.12