Skip to content
Snippets Groups Projects
Commit 124a3f1f authored by Gerfried Fuchs's avatar Gerfried Fuchs
Browse files

Adjust for backports.org -> backports.debian.org

parent 2ec5a84b
No related branches found
No related tags found
No related merge requests found
...@@ -8,15 +8,15 @@ This guide assumes you are working on a Debian etch system. If that is not the ...@@ -8,15 +8,15 @@ This guide assumes you are working on a Debian etch system. If that is not the
case, you might have to adjust some of the steps. case, you might have to adjust some of the steps.
1) Install git (package git-core). You will get a much more pleasant user 1) Install git (package git-core). You will get a much more pleasant user
experience if you use a version from backports.org or a self-compiled one experience if you use a version from backports.debian.org or a self-compiled one
instead of etch's version. instead of etch's version.
2) Download the code from git://source.djpig.de/git/packages.git 2) Download the code from git://source.djpig.de/git/packages.git
(Something like `git clone git://source.djpig.de/git/packages.git') (Something like `git clone git://source.djpig.de/git/packages.git')
3) Install the needed dependencies. A list can be found in debian/control. 3) Install the needed dependencies. A list can be found in debian/control.
One dependency can't be fulfilled directly from etch and is therefor not listed One dependency can't be fulfilled directly from etch and is therefor not listed
there: the Search::Xapian perl module. You can either compile that yourself against there: the Search::Xapian perl module. You can either compile that yourself against
libxapian from etch, use the backport on backports.org, or install the 0.9.9-1 deb libxapian from etch, use the backport on backports.debian.org, or install the
from snapshots.debian.net. 0.9.9-1 deb from snapshot.debian.org.
4) Install apache2 (apache2-mpm-worker) and mod_perl (libapache2-mod-perl2) 4) Install apache2 (apache2-mpm-worker) and mod_perl (libapache2-mod-perl2)
5) Adjust the configuration to your needs. You should at least edit the following 5) Adjust the configuration to your needs. You should at least edit the following
files before starting to test (don't touch %TOPDIR% and %SITE%, as you will files before starting to test (don't touch %TOPDIR% and %SITE%, as you will
......
...@@ -43,7 +43,7 @@ Cron ...@@ -43,7 +43,7 @@ Cron
010git -- pull changes from git 010git -- pull changes from git
050checkinst -- check if all needed packages are installed 050checkinst -- check if all needed packages are installed
100syncarchive -- retrieve data from main Debian archive 100syncarchive -- retrieve data from main Debian archive
100syncarchive_backports -- retrieve data from backports.org 100syncarchive_backports -- retrieve data from backports.debian.org
100syncarchive_debports -- retrieve data from debian-ports.org (m68k) 100syncarchive_debports -- retrieve data from debian-ports.org (m68k)
100syncarchive_installer -- retrieve d-i data 100syncarchive_installer -- retrieve d-i data
100syncarchive_m68k -- retrieve data for etch-m68k 100syncarchive_m68k -- retrieve data for etch-m68k
......
...@@ -27,7 +27,7 @@ cachedir=${topdir}/cache ...@@ -27,7 +27,7 @@ cachedir=${topdir}/cache
ftpsite=http://ftp.de.debian.org/debian ftpsite=http://ftp.de.debian.org/debian
security_ftpsite=http://security.debian.org/debian-security security_ftpsite=http://security.debian.org/debian-security
volatile_ftpsite=http://volatile.debian.org/debian-volatile volatile_ftpsite=http://volatile.debian.org/debian-volatile
backports_ftpsite=http://backports.org/debian backports_ftpsite=http://backports.debian.org/debian-backports
debports_ftpsite=http://ftp.debian-ports.org/debian debports_ftpsite=http://ftp.debian-ports.org/debian
ddtp_ftpsite= ddtp_ftpsite=
......
...@@ -131,24 +131,22 @@ mirrors = { ...@@ -131,24 +131,22 @@ mirrors = {
}, },
backports => { backports => {
url => 'http://www.backports.org/', url => 'http://backports.debian.org/',
title => g('newer packages that have been adapted to stable releases of Debian'), title => g('newer packages that have been adapted to stable releases of Debian'),
mirror_list => 'http://www.backports.org/debian/README.mirrors.html', mirror_list => 'http://www.backports.org/debian/README.mirrors.html',
europa => [ europa => [
"www.backports.org/debian", "backports.debian.org/debian-backports",
"debian.sil.at/backports.org/", "ftp.at.debian.org/debian-backports/",
"backports.debian.or.at/backports.org", "backports.debian.or.at/debian-backports",
"mirror.realroute.net/backports.org", "mirror.realroute.net/debian-backports",
"backports.cisbg.com", "backports.cisbg.com",
"backports.linuxdediziert.de/backports.org",
"debian.netcologne.de/debian-backports", "debian.netcologne.de/debian-backports",
"ftp.de.debian.org/backports.org", "ftp.de.debian.org/debian-backports",
"mirror.buildd.net/backports.org", "mirror.buildd.net/debian-backports",
"ftp.estpak.ee/backports.org", "ftp.estpak.ee/backports.org",
"debian.acantho.net/backports.org", "debian.acantho.net/backports.org",
"backports.essentkabel.com/backports.org", "backports.essentkabel.com/backports.org",
"backports.sipo.nl", "backports.sipo.nl",
"ftp.tuke.sk",
], ],
asia => [ asia => [
"backports.mithril-linux.org", "backports.mithril-linux.org",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment