X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=bin%2Fparse-contents;h=959b6101b8e8e9478a11dd3222e886ecf1904f62;hb=697a779bad0766a27b20690a4f0b05c1dc30ea8c;hp=22a72e8b507a5ae9adfd8219da3be4b1cf0e2c88;hpb=700bda5f70856bd601da863e9febef947cbc3c11;p=deb%2Fpackages.git diff --git a/bin/parse-contents b/bin/parse-contents index 22a72e8..959b610 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( avr32 m68k powerpcspe sh4 sparc64 )} = (); +@deborts_hash{qw( alpha avr32 hppa m68k powerpcspe sh4 sparc64 )} = (); $DBDIR .= "/contents"; mkdirp( $DBDIR );