| 1 |
# Configuration for packages.debian.org
|
| 2 |
#
|
| 3 |
|
| 4 |
topdir=/org/packages.debian.org
|
| 5 |
|
| 6 |
tmpdir=${topdir}/tmp
|
| 7 |
bindir=${topdir}/bin
|
| 8 |
scriptdir=${topdir}/htmlscripts
|
| 9 |
libdir=${topdir}/lib
|
| 10 |
filesdir=${topdir}/files
|
| 11 |
swishdir=${topdir}/swish++
|
| 12 |
htmldir=${topdir}/www
|
| 13 |
archivedir=${topdir}/archive
|
| 14 |
podir=${topdir}/po
|
| 15 |
localedir=${topdir}/locale
|
| 16 |
|
| 17 |
# unset this if packages.debian.org moves somewhere where the packages files
|
| 18 |
# cannot be obtained locally
|
| 19 |
#
|
| 20 |
localdir=/org/ftp.debian.org/ftp
|
| 21 |
|
| 22 |
ftpsite=http://ftp.debian.org/debian
|
| 23 |
nonus_ftpsite=http://ftp.uk.debian.org/debian-non-US
|
| 24 |
security_ftpsite=http://security.debian.org/debian-security
|
| 25 |
volatile_ftpsite=http://volatile.debian.net/debian-volatile
|
| 26 |
|
| 27 |
# Architectures
|
| 28 |
#
|
| 29 |
polangs="de nl"
|
| 30 |
ddtplangs="de cs da eo es fi fr hu it ja nl pl pt_BR pt_PT ru sk sv_SE uk"
|
| 31 |
parts="main contrib non-free"
|
| 32 |
dists="stable testing unstable"
|
| 33 |
arch_stable="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
|
| 34 |
arch_testing="${arch_stable}"
|
| 35 |
arch_unstable="alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc"
|
| 36 |
arch_experimental="${arch_unstable}"
|
| 37 |
arch_testing_proposed_updates="${arch_testing}"
|
| 38 |
arch_stable_proposed_updates="${arch_stable}"
|