]> git.deb.at Git - deb/packages.git/commitdiff
some more armhf related changes
authorGerfried Fuchs <rhonda@debian.org>
Sat, 9 Jul 2011 21:48:44 +0000 (23:48 +0200)
committerGerfried Fuchs <rhonda@debian.org>
Sat, 9 Jul 2011 21:48:44 +0000 (23:48 +0200)
bin/parse-contents
cron.d/100syncarchive_debports
templates/config/architectures.tmpl
templates/config/mirrors.tmpl
templates/html/homepage.tmpl

index 16bc7e497f7e9bf25daf0b5c5337415279fd7cff..791eaeb799f60b168a24f85fc0decb8f04cdf58c 100755 (executable)
@@ -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 );
index ba53e3629ae557257f812055886613c5abb8b41f..d2c55d829d27b00d2909edf74f9775cf0fb51ee9 100755 (executable)
@@ -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
index 02b7e8ea6837ab558192bcfe79b1b6f6666cd6a1..018646e3c6c5773d946e63dea2da7c5d9ef0b54b 100644 (file)
@@ -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'),
index b01bd335d174f0d599738bccad3aeab7ba44e920..510eb7e4685d7ebdb662753eb716da2d7e315458 100644 (file)
@@ -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',
index 8ef6fae0861ca66c95b0c8387451dc13c6bf48fd..e9e60a743d66472b59b0bb26525b8c15560fd644 100644 (file)
@@ -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' ]