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

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sun Jul 24 23:13:50 UTC 2011


Author: nekral-guest
Date: Sun Jul 24 23:13:49 2011
New Revision: 2703

URL: http://svn.debian.org/wsvn/?sc=1&rev=2703
Log:
	* dl10n-rrd/manpages-rrd.pl: Remove sparc, alpha, hppa.

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=2703&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Sun Jul 24 23:13:49 2011
@@ -1,3 +1,7 @@
+2011-07-25  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* dl10n-rrd/manpages-rrd.pl: Remove sparc, alpha, hppa.
+
 2011-07-25  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* dl10n-nmu: The BTS may not know the maintainer of all packages.

Modified: dl10n/trunk/dl10n-rrd/manpages-rrd.pl
URL: http://svn.debian.org/wsvn/dl10n/trunk/dl10n-rrd/manpages-rrd.pl?rev=2703&op=diff
==============================================================================
--- dl10n/trunk/dl10n-rrd/manpages-rrd.pl (original)
+++ dl10n/trunk/dl10n-rrd/manpages-rrd.pl Sun Jul 24 23:13:49 2011
@@ -22,9 +22,9 @@
 if ($dist eq "stable") {
     @archs = qw/amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mipsel powerpc sparc/;
 } elsif ($dist eq "testing") {
-    @archs = qw/amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mipsel powerpc sparc/;
+    @archs = qw/amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mipsel powerpc/;
 } elsif ($dist eq "unstable") {
-    @archs = qw/alpha amd64 armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mipsel powerpc sparc/;
+    @archs = qw/amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mipsel powerpc/;
 }
 
 my %mans;




More information about the Debian-l10n-commits mailing list