From 2f22aee774fe6265f78865b7355dab98f813a0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Mon, 25 Jun 2012 22:35:14 +0200 Subject: [PATCH] =?UTF-8?q?[SOGo]=20Ajout=20des=20d=C3=A9p=C3=B4ts=20de=20?= =?UTF-8?q?inverse=20dans=20le=20cas=20o=C3=B9=20le=20serveur=20est=20sogo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: 6b1f11ae257c422b4561e223dd417c18 darcs-hash:20120625203514-b6762-fdae0d4d78e67e65415c18d8ad8c25af2181e624.gz --- Python/etc/apt/sources.list | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Python/etc/apt/sources.list b/Python/etc/apt/sources.list index 42b3ae0..8c22e3c 100644 --- a/Python/etc/apt/sources.list +++ b/Python/etc/apt/sources.list @@ -46,4 +46,6 @@ else: if has("rouge") or has("owl"): @# Backports pour dovecot et roundcube source("%s/debian-backports %s-backports %s" % (repo, distro, components)) - + if has("sogo"): + source("http://inverse.ca/debian squeeze squeeze") + source("http://inverse.ca/debian-nightly squeeze squeeze")