]> git.deb.at Git - deb/packages.git/blobdiff - bin/parse-contents
some more armhf related changes
[deb/packages.git] / bin / parse-contents
index ab7df273fb3a20f16fd4e483712bbbcd82836324..791eaeb799f60b168a24f85fc0decb8f04cdf58c 100755 (executable)
@@ -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 armhf hppa m68k powerpcspe sh4 sparc64 )} = ();
 
 $DBDIR .= "/contents";
 mkdirp( $DBDIR );