[Debian-l10n-commits] r2648 - /dl10n/trunk/dl10n-rrd/manpages-rrd.pl
bubulle at users.alioth.debian.org
bubulle at users.alioth.debian.org
Sat May 28 17:43:50 UTC 2011
Author: bubulle
Date: Sat May 28 17:43:50 2011
New Revision: 2648
URL: http://svn.debian.org/wsvn/?sc=1&rev=2648
Log:
Updated arch list
Modified:
dl10n/trunk/dl10n-rrd/manpages-rrd.pl
Modified: dl10n/trunk/dl10n-rrd/manpages-rrd.pl
URL: http://svn.debian.org/wsvn/dl10n/trunk/dl10n-rrd/manpages-rrd.pl?rev=2648&op=diff
==============================================================================
--- dl10n/trunk/dl10n-rrd/manpages-rrd.pl (original)
+++ dl10n/trunk/dl10n-rrd/manpages-rrd.pl Sat May 28 17:43:50 2011
@@ -20,11 +20,11 @@
my @archs;
if ($dist eq "stable") {
- @archs = qw/alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc/;
+ @archs = qw/amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mipsel powerpc sparc/;
} elsif ($dist eq "testing") {
- @archs = qw/amd64 armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc/;
+ @archs = qw/amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mipsel powerpc sparc/;
} elsif ($dist eq "unstable") {
- @archs = qw/alpha amd64 armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc/;
+ @archs = qw/alpha amd64 armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mipsel powerpc sparc/;
}
my %mans;
More information about the Debian-l10n-commits
mailing list