This is a bit of a stack in the dark, but could you please try:

=== modified file 'apt-pkg/acquire-worker.cc'
--- apt-pkg/acquire-worker.cc   2009-07-21 14:05:52 +0000
+++ apt-pkg/acquire-worker.cc   2010-03-25 14:05:09 +0000
@@ -464,7 +464,7 @@
    {
       if (Top->Value.empty() == false)
       {
-        string Line = "Config-Item: " + QuoteString(Top->FullTag(),"=\"\n") + 
"=";
+        string Line = "Config-Item: " + QuoteString(Top->FullTag(),"%=\"\n") + 
"=";
         Line += QuoteString(Top->Value,"\n") + '\n';
         Message += Line;
       }

and see if that helps?

-- 
Encode any ":", "@" or "/" within the user and password field in proxy settings.
https://bugs.launchpad.net/bugs/130289
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to