From 96c9c52207291fb2218ff93a6014d337513747d6 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 23 Aug 2019 10:59:25 -0700 Subject: [PATCH] add mips64el to architectures --- bugcfg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugcfg.pm b/bugcfg.pm index 0fdbccc..fd277c1 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -33,7 +33,7 @@ for my $alias (keys %{$config{distribution_aliases}//{}}) { # check out: # http://release.debian.org/stretch/arch_qualify.html # and then generally include architectures which are currently in testing -our @architectures = qw(amd64 arm64 armel armhf i386 mips mipsel ppc64el s390x); +our @architectures = qw(amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x); our @sections = ( "main", "contrib", "non-free" ); our @priorities = @{$config{strong_severities}}; our @skiptags = ( ); -- 2.39.2