The following commit has been merged in the master branch:
commit d2c37ad5a233f2026d3309905f6715ec672be45b
Author: Frank Lichtenheld <fr...@lichtenheld.de>
Date:   Sun Jun 7 21:21:26 2009 +0200

    Add AVR32 from debian-ports.org
    
    Requested by Bradley Smith in Bug#528099

diff --git a/bin/parse-contents b/bin/parse-contents
index a72bb71..11d076f 100755
--- a/bin/parse-contents
+++ b/bin/parse-contents
@@ -142,7 +142,7 @@ for my $suite (@suites) {
 
            activate($filelist_db);
            #FIXME: hardcoded archs. (debports has no contrib/non-free)
-           if ($arch ne 'm68k') {
+           if ($arch ne 'avr32' and $arch ne 'm68k') {
                system("ln", "-sf", basename($filelist_db),
                       "$DBDIR/filelists_${suite}_all.db") == 0
                           or die "Oops";
diff --git a/config.sh.sed.in b/config.sh.sed.in
index f9c1b07..6cdfa0c 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -48,11 +48,11 @@ parts="$sections"
 suites="etch etch-m68k etch-volatile etch-backports lenny lenny-volatile 
lenny-backports squeeze sid experimental"
 priorities="required important standard optional extra"
 dists="$suites"
-architectures="alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-i386 
kfreebsd-amd64 m68k mips mipsel powerpc s390 sparc"
+architectures="alpha amd64 arm armel avr32 hppa hurd-i386 i386 ia64 
kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc s390 sparc"
 arch_etch="alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc"
 arch_lenny="${arch_etch} armel"
 arch_squeeze="alpha amd64 armel hppa i386 ia64 mips mipsel powerpc s390 sparc"
-arch_sid="${arch_squeeze} hurd-i386 kfreebsd-i386 kfreebsd-amd64 m68k"
+arch_sid="${arch_squeeze} avr32 hurd-i386 kfreebsd-i386 kfreebsd-amd64 m68k"
 arch_experimental="${arch_sid}"
 arch_lenny_proposed_updates="${arch_lenny}"
 arch_etch_proposed_updates="${arch_etch}"
diff --git a/cron.d/100syncarchive_debports b/cron.d/100syncarchive_debports
index 16dae22..a45a144 100755
--- a/cron.d/100syncarchive_debports
+++ b/cron.d/100syncarchive_debports
@@ -7,7 +7,7 @@ cd ${archivedir}
 
 # Main archive
 #
-architectures="m68k"
+architectures="avr32 m68k"
 
 for dist in sid experimental
   do
diff --git a/static/index.tmpl b/static/index.tmpl
index 136f89e..524dff3 100644
--- a/static/index.tmpl
+++ b/static/index.tmpl
@@ -11,7 +11,7 @@
                        lenny => '5.0' }
     current_release = 'lenny'
     all_sections = [ 'main', 'contrib', 'non-free' ]
-    all_architectures = [ 'alpha', 'arm', 'armel', 'amd64', 'hppa', 'i386',
+    all_architectures = [ 'alpha', 'arm', 'armel', 'amd64', 'avr32', 'hppa', 
'i386',
                          'ia64', 'kfreebsd-amd64', 'kfreebsd-i386', 'mips',
                          'mipsel', 'm68k', 'powerpc', 's390', 'sparc' ]
 -%]
diff --git a/templates/config/architectures.tmpl 
b/templates/config/architectures.tmpl
index 41434a3..8d52739 100644
--- a/templates/config/architectures.tmpl
+++ b/templates/config/architectures.tmpl
@@ -17,6 +17,7 @@ architectures = {
        armel   => g('EABI ARM'),
        "kfreebsd-i386" => g('GNU/kFreeBSD (i386)'),
        "kfreebsd-amd64" => g('GNU/kFreeBSD (amd64)'),
+       avr32   => g('AVR32'),
 }
 
 %]
diff --git a/templates/config/mirrors.tmpl b/templates/config/mirrors.tmpl
index b161ed6..7c852e9 100644
--- a/templates/config/mirrors.tmpl
+++ b/templates/config/mirrors.tmpl
@@ -160,6 +160,10 @@ mirrors = {
                title => g('ports of packages to architectures not yet or not 
anymore available in Debian'),
                mirror_list => 'http://wiki.debian.org/DebianPorts/Mirrors',
                unofficial_port => {
+                       avr32 => {
+                               url => 'http://avr32.debian.net/',
+                               name => 'AVR32',
+                       },
                        m68k => {
                                url_name => 'm68k',
                                name => 'M68K',

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to