X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=bin%2Fparse-contents;h=791eaeb799f60b168a24f85fc0decb8f04cdf58c;hb=0a9d42d1b3d812e265f38bded1b844f94fedb281;hp=16bc7e497f7e9bf25daf0b5c5337415279fd7cff;hpb=d3ce653ee2911fa765ccb338054c74e6da51e66b;p=deb%2Fpackages.git diff --git a/bin/parse-contents b/bin/parse-contents index 16bc7e4..791eaeb 100755 --- a/bin/parse-contents +++ b/bin/parse-contents @@ -47,7 +47,7 @@ my @archives = @ARCHIVES; my @suites = @SUITES; my @archs = @ARCHITECTURES; my %deborts_hash; -@deborts_hash{qw( alpha avr32 hppa m68k powerpcspe sh4 sparc64 )} = (); +@deborts_hash{qw( alpha avr32 armhf hppa m68k powerpcspe sh4 sparc64 )} = (); $DBDIR .= "/contents"; mkdirp( $DBDIR );