aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorFrank Lichtenheld <frank@lichtenheld.de>2009-06-07 21:21:26 +0200
committerFrank Lichtenheld <frank@lichtenheld.de>2009-06-07 21:54:00 +0200
commitd2c37ad5a233f2026d3309905f6715ec672be45b (patch)
treeb1c08c7a6a8780ae54a8bb5b27adf27c3061942b /templates
parentd163e0cc96c5004999925ce8adacbf72c786e41b (diff)
Add AVR32 from debian-ports.org
Requested by Bradley Smith in Bug#528099
Diffstat (limited to 'templates')
-rw-r--r--templates/config/architectures.tmpl1
-rw-r--r--templates/config/mirrors.tmpl4
2 files changed, 5 insertions, 0 deletions
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',