From 1792371c2700e42a18c934a91442340c4fce7924 Mon Sep 17 00:00:00 2001 From: Ishan Jayawardena Date: Sat, 25 Jun 2011 19:31:30 +0530 Subject: Added the replacement rule for replacing regular URIs with that of debdelta repo. --- apt-pkg/init.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apt-pkg/init.cc') diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc index 24bd73bda..ef43c4415 100644 --- a/apt-pkg/init.cc +++ b/apt-pkg/init.cc @@ -40,6 +40,8 @@ bool pkgInitConfig(Configuration &Cnf) Cnf.Set("APT::Install-Suggests", false); Cnf.Set("Dir","/"); + // Debdelta replacement rule + Cnf.Set("Aquire::Debdelta::Replace-Rule::Replace-URI", "http://debdeltas.debian.net/debian-deltas/"); // State Cnf.Set("Dir::State","var/lib/apt/"); -- cgit v1.2.3