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

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sat Feb 21 18:08:41 UTC 2009


Author: nekral-guest
Date: Sat Feb 21 18:08:41 2009
New Revision: 1616

URL: http://svn.debian.org/wsvn/?sc=1&rev=1616
Log:
	* dl10n-rrd/manpages-rrd.pl: Updated list of Architecture for each
	suite.

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=1616&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Sat Feb 21 18:08:41 2009
@@ -1,3 +1,8 @@
+2008-02-21  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* dl10n-rrd/manpages-rrd.pl: Updated list of Architecture for each
+	suite.
+
 2008-02-21  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* dl10n-mail, lib/Debian/L10n/Mail.pm: Pass command line options

Modified: dl10n/trunk/dl10n-rrd/manpages-rrd.pl
URL: http://svn.debian.org/wsvn/dl10n/trunk/dl10n-rrd/manpages-rrd.pl?rev=1616&op=diff
==============================================================================
--- dl10n/trunk/dl10n-rrd/manpages-rrd.pl (original)
+++ dl10n/trunk/dl10n-rrd/manpages-rrd.pl Sat Feb 21 18:08:41 2009
@@ -18,9 +18,13 @@
 
 my $dist = $ARGV[0];
 
-my @archs = qw/alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc/;
-if ($dist eq "unstable") {
-    @archs = qw/alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc/;
+my @archs;
+if ($dist eq "stable") {
+    @archs = qw/alpha amd64 arm 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/;
+} elsif ($dist eq "unstable") {
+    @archs = qw/alpha amd64 armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc/;
 }
 
 my %mans;




More information about the Debian-l10n-commits mailing list