=== modified file 'apt-pkg/init.cc'
--- apt-pkg/init.cc	2012-03-21 23:16:11 +0000
+++ apt-pkg/init.cc	2012-10-31 07:46:40 +0000
@@ -40,6 +40,8 @@
    Cnf.CndSet("APT::Architecture", COMMON_ARCH);
    if (Cnf.Exists("APT::Build-Essential") == false)
       Cnf.Set("APT::Build-Essential::", "build-essential");
+   Cnf.CndSet("APT::Changelogs::Server",
+              "http://packages.debian.org/changelogs");
    Cnf.CndSet("APT::Install-Recommends", true);
    Cnf.CndSet("APT::Install-Suggests", false);
    Cnf.CndSet("Dir","/");

=== modified file 'cmdline/apt-get.cc'
--- cmdline/apt-get.cc	2012-08-05 23:09:07 +0000
+++ cmdline/apt-get.cc	2012-10-31 07:46:21 +0000
@@ -3218,8 +3218,7 @@
    pkgCache::PkgIterator Pkg = Ver.ParentPkg();
 
    // make the server root configurable
-   server = _config->Find("Apt::Changelogs::Server",
-                          "http://packages.debian.org/changelogs");
+   server = _config->Find("APT::Changelogs::Server");
    path = GetChangelogPath(CacheFile, Pkg, Ver);
    strprintf(changelog_uri, "%s/%s/changelog", server.c_str(), path.c_str());
    if (_config->FindB("APT::Get::Print-URIs", false) == true)

