]> git.deb.at Git - deb/packages.git/commitdiff
Add AVR32 from debian-ports.org
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 7 Jun 2009 19:21:26 +0000 (21:21 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 7 Jun 2009 19:54:00 +0000 (21:54 +0200)
Requested by Bradley Smith in Bug#528099

bin/parse-contents
config.sh.sed.in
cron.d/100syncarchive_debports
static/index.tmpl
templates/config/architectures.tmpl
templates/config/mirrors.tmpl

index a72bb71aefac3e96a904993764e3065062f4b7c1..11d076f49f2799a1f17c747abc5e72e4792bf63f 100755 (executable)
@@ -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";
index f9c1b071a136205684a0a565f509ec858cb458fc..6cdfa0c12bc86a022d6b3c201e5f83785bf5f39c 100644 (file)
@@ -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}"
index 16dae2207b75739275fbec46bba306d8be98beb7..a45a14489daf2c9385c48a70fcfdfe93f5c8a0bb 100755 (executable)
@@ -7,7 +7,7 @@ cd ${archivedir}
 
 # Main archive
 #
-architectures="m68k"
+architectures="avr32 m68k"
 
 for dist in sid experimental
   do
index 136f89e50258b45cd5ffc773c0c1d0d0a2a61609..524dff3c0811458925e8eae34acb497149f36fc9 100644 (file)
@@ -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' ]
 -%]
index 41434a3404dfd1869bdfd696b49bd6c083d92730..8d52739e5f7f6fa6fd31f4ce43558853a33f8137 100644 (file)
@@ -17,6 +17,7 @@ architectures = {
        armel   => g('EABI ARM'),
        "kfreebsd-i386" => g('GNU/kFreeBSD (i386)'),
        "kfreebsd-amd64" => g('GNU/kFreeBSD (amd64)'),
+       avr32   => g('AVR32'),
 }
 
 %]
index b161ed6ada9e5daea7ccb6f61d0f776352323482..7c852e9afd1c128c51de1fa5e7ea6127693ba2ea 100644 (file)
@@ -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',