Ajout des dpts divers
* backports sur rouge pour dovecot * ocsigen.org sur o2 darcs-hash:20080322183313-61eff-e4f4926c1dfae58cd88ebeefbe6f39f49476df85.gz
This commit is contained in:
parent
3dad0c3918
commit
e6b3d43696
1 changed files with 8 additions and 3 deletions
|
@ -21,6 +21,11 @@ elif has("debian-testing"):
|
||||||
source("http://security.debian.org/ lenny/updates main")
|
source("http://security.debian.org/ lenny/updates main")
|
||||||
source("ftp://mirror.adm.crans.org/custom/ ./")
|
source("ftp://mirror.adm.crans.org/custom/ ./")
|
||||||
|
|
||||||
|
if has("o2"):
|
||||||
|
prefix = ""
|
||||||
|
@# Avant-premières des paquets ocsigen
|
||||||
|
source("http://ocsigen.org/debian/ testing main contrib")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
if has("debian-mirror"):
|
if has("debian-mirror"):
|
||||||
prefix = "file:/mirror/"
|
prefix = "file:/mirror/"
|
||||||
|
@ -38,10 +43,10 @@ else:
|
||||||
@# Mplayer...
|
@# Mplayer...
|
||||||
source("debian-multimedia etch main")
|
source("debian-multimedia etch main")
|
||||||
|
|
||||||
@# Paquet construit a la main
|
@# Paquets construits à la main
|
||||||
source("custom ./")
|
source("custom ./")
|
||||||
|
|
||||||
if has("o2"):
|
if has("rouge"):
|
||||||
prefix = ""
|
prefix = ""
|
||||||
@# o2 a (au moins) besoin de postgresql-8.2
|
@# Backports pour dovecot
|
||||||
source("http://www.backports.org/backports.org/ etch-backports main contrib")
|
source("http://www.backports.org/backports.org/ etch-backports main contrib")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue