This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository dh-make-perl.
commit 45c58b122ae3ddd74dddc22d749f2e7c5cee2544 Author: Damyan Ivanov <[email protected]> Date: Wed Jan 3 14:39:16 2018 +0000 add support for Contents-all; patch by Niels Thykier Closes: #886235 --- lib/Debian/AptContents.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Debian/AptContents.pm b/lib/Debian/AptContents.pm index 07e0a2c..6ce55fc 100644 --- a/lib/Debian/AptContents.pm +++ b/lib/Debian/AptContents.pm @@ -157,7 +157,7 @@ sub get_contents_files { chomp($line); next unless $line =~ m/^Contents-deb/; my ( $index_name, $arch, $suite, $filename ) = split( ' ', $line, 4 ); - next unless $arch eq $archspec; + next unless $arch eq $archspec or $arch eq 'all'; if ( $self->dist ) { next unless $suite eq $self->dist; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
