[Debian-l10n-commits] r2078 - in /dl10n/trunk: Changelog dl10n-rrd/manpages-rrd.pl

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sat Jan 2 18:30:30 UTC 2010


Author: nekral-guest
Date: Sat Jan  2 18:30:30 2010
New Revision: 2078

URL: http://svn.debian.org/wsvn/?sc=1&rev=2078
Log:
	* dl10n-rrd/manpages-rrd.pl: Updated list of architectures per
	distributions.

Modified:
    dl10n/trunk/Changelog
    dl10n/trunk/dl10n-rrd/manpages-rrd.pl

Modified: dl10n/trunk/Changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/Changelog?rev=2078&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Sat Jan  2 18:30:30 2010
@@ -1,3 +1,8 @@
+2010-01-01  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* dl10n-rrd/manpages-rrd.pl: Updated list of architectures per
+	distributions.
+
 2010-01-01  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* dl10n-rrd/dl10n-rrd: Do not warn when a language code is no more

Modified: dl10n/trunk/dl10n-rrd/manpages-rrd.pl
URL: http://svn.debian.org/wsvn/dl10n/trunk/dl10n-rrd/manpages-rrd.pl?rev=2078&op=diff
==============================================================================
--- dl10n/trunk/dl10n-rrd/manpages-rrd.pl (original)
+++ dl10n/trunk/dl10n-rrd/manpages-rrd.pl Sat Jan  2 18:30:30 2010
@@ -20,11 +20,11 @@
 
 my @archs;
 if ($dist eq "stable") {
-    @archs = qw/alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc/;
+    @archs = qw/alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc/;
 } elsif ($dist eq "testing") {
-    @archs = qw/alpha amd64 armel hppa i386 ia64 mips mipsel powerpc s390 sparc/;
+    @archs = qw/amd64 armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc/;
 } elsif ($dist eq "unstable") {
-    @archs = qw/alpha amd64 armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc/;
+    @archs = qw/alpha amd64 armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc/;
 }
 
 my %mans;




More information about the Debian-l10n-commits mailing list