The following commit has been merged in the debian-master branch:
commit fd06decedb2bda1fc34e32f890e238f92a603e0d
Author: Gerfried Fuchs <[email protected]>
Date: Sat Jul 9 23:48:44 2011 +0200
some more armhf related changes
diff --git a/bin/parse-contents b/bin/parse-contents
index 16bc7e4..791eaeb 100755
--- a/bin/parse-contents
+++ b/bin/parse-contents
@@ -47,7 +47,7 @@ my @archives = @ARCHIVES;
my @suites = @SUITES;
my @archs = @ARCHITECTURES;
my %deborts_hash;
-@deborts_hash{qw( alpha avr32 hppa m68k powerpcspe sh4 sparc64 )} = ();
+@deborts_hash{qw( alpha avr32 armhf hppa m68k powerpcspe sh4 sparc64 )} = ();
$DBDIR .= "/contents";
mkdirp( $DBDIR );
diff --git a/cron.d/100syncarchive_debports b/cron.d/100syncarchive_debports
index ba53e36..d2c55d8 100755
--- a/cron.d/100syncarchive_debports
+++ b/cron.d/100syncarchive_debports
@@ -7,7 +7,7 @@ cd ${archivedir}
# Main archive
#
-architectures="alpha avr32 hppa m68k powerpcspe sh4 sparc64"
+architectures="alpha avr32 armhf hppa m68k powerpcspe sh4 sparc64"
for dist in sid experimental
do
diff --git a/templates/config/architectures.tmpl
b/templates/config/architectures.tmpl
index 02b7e8e..018646e 100644
--- a/templates/config/architectures.tmpl
+++ b/templates/config/architectures.tmpl
@@ -18,6 +18,7 @@ architectures = {
"kfreebsd-i386" => g('GNU/kFreeBSD (i386)'),
"kfreebsd-amd64" => g('GNU/kFreeBSD (amd64)'),
avr32 => g('AVR32'),
+ armhf => g('ARM Hard Float'),
powerpcspe => g('PowerPC SPE (e500 core)'),
sh4 => g('SH4'),
sparc64 => g('Sparc64'),
diff --git a/templates/config/mirrors.tmpl b/templates/config/mirrors.tmpl
index b01bd33..510eb7e 100644
--- a/templates/config/mirrors.tmpl
+++ b/templates/config/mirrors.tmpl
@@ -171,6 +171,10 @@ mirrors = {
url => 'http://avr32.debian.net/',
name => 'AVR32',
},
+ armhf => {
+ url =>
'http://wiki.debian.org/ArmHardFloatPort',
+ name => 'ARMHF',
+ },
hppa => {
url_name => 'hppa',
name => 'HPPA',
diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl
index 8ef6fae..e9e60a7 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -11,7 +11,7 @@
squeeze => '6.0' }
current_release = 'squeeze'
all_sections = [ 'main', 'contrib', 'non-free' ]
- all_architectures = [ 'alpha', 'arm', 'armel', 'amd64', 'avr32', 'hppa',
'i386',
+ all_architectures = [ 'alpha', 'arm', 'armel', 'armhf', 'amd64',
'avr32', 'hppa', 'i386',
'ia64', 'kfreebsd-amd64', 'kfreebsd-i386', 'mips',
'mipsel', 'm68k', 'powerpc', 'powerpcspe', 's390',
'sh4',
'sparc', 'sparc64' ]
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]