aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRhonda D'Vine <rhonda@debian.org>2014-11-12 09:07:54 +0100
committerRhonda D'Vine <rhonda@debian.org>2014-11-12 09:07:54 +0100
commitc9020a3f4064c4bcde2052ca2d1b77779579dbe4 (patch)
tree8207075a75d9676ff7ee1d522b8c98b1b0a021ec
parent83ef4c965bdbe6d66d9c52b87fba222bda4cf9f3 (diff)
parentcd7233411695a5ce194add4768a358755214df5f (diff)
Merge branch 'master' into ubuntu-master
-rwxr-xr-xbin/parse-contents6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/parse-contents b/bin/parse-contents
index 850514a..5baad25 100755
--- a/bin/parse-contents
+++ b/bin/parse-contents
@@ -46,8 +46,8 @@ use Packages::Config qw( $TOPDIR $DBDIR @ARCHIVES @SUITES @ARCHITECTURES );
my @archives = @ARCHIVES;
my @suites = @SUITES;
my @archs = @ARCHITECTURES;
-my %deborts_hash;
-@deborts_hash{qw( alpha avr32 hppa m68k powerpcspe sh4 sparc64 )} = ();
+my %debports_hash;
+@debports_hash{qw( alpha avr32 hppa m68k powerpcspe sh4 sparc64 )} = ();
$DBDIR .= "/contents";
mkdirp( $DBDIR );
@@ -146,7 +146,7 @@ for my $suite (@suites) {
activate($filelist_db);
#FIXME: hardcoded archs. (debports has no contrib/non-free)
- if (not exists $deborts_hash{$arch}) {
+ if (not exists $debports_hash{$arch}) {
system("ln", "-sf", basename($filelist_db),
"$DBDIR/filelists_${suite}_all.db") == 0
or die "Oops";