X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=bin%2Fparse-contents;h=16bc7e497f7e9bf25daf0b5c5337415279fd7cff;hb=39c8d5a2fa0e09b0ee557c46a6f0bb34f327f18e;hp=ab7df273fb3a20f16fd4e483712bbbcd82836324;hpb=1e80ad6aa16dd270f2b4fefc702963ba50fac32b;p=deb%2Fpackages.git diff --git a/bin/parse-contents b/bin/parse-contents index ab7df27..16bc7e4 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 );