[Popcon-commits] cvs commit to popularity-contest by ballombe
popcon-commits@lists.alioth.debian.org
popcon-commits@lists.alioth.debian.org
Sun, 08 Feb 2004 12:53:07 +0100
Update of /cvsroot/popcon/popularity-contest
In directory quantz:/tmp/cvs-serv2342
Modified Files:
popcon.pl
Log Message:
Use Architecture: instead of Arch:
Index: popcon.pl
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popcon.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- popcon.pl 26 Jan 2004 20:55:33 -0000 1.3
+++ popcon.pl 8 Feb 2004 11:53:05 -0000 1.4
@@ -206,7 +206,7 @@
$maintpkg{$maint{$name}}->{$f}+=$v;
}
}
- elsif ($type eq "Arch:")
+ elsif ($type eq "Architecture:")
{
my ($a,$nb)=@values;
$arch{$a}=$nb;