Hello Paul,

Thank you for the bug report.

On Sun, 2015-10-11 at 19:18 +0800, Paul Wise wrote:
> apt-offline appears to unconditionally use python-apt in jessie but
> doesn't depend on it. The fix is to either depend on python-apt or:
> 
> Replace this from jessie:
>         
>         #Instantiate Apt based on what we have. For now, fall to apt
> only
>         AptInst = AptManip(Str_SetArg, Simulate=Bool_TestWindows,
> AptType="python-apt")
> 
> With this from stretch:
> 
>         #Instantiate Apt based on what we have. For now, fall to apt
> only
>         if PythonApt is True:
>                 AptInst = AptManip(Str_SetArg,
> Simulate=Bool_TestWindows, AptType="python-apt")
>         else:
>                 AptInst = AptManip(Str_SetArg,
> Simulate=Bool_TestWindows, AptType="apt")
> 

There may be more bugs with that version. Does it work for you with
your proposed fix ?

My desire was to push 1.6.1 into Jessie. But I guess that won't be
allowed. :-(


>         
-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
"Necessity is the mother of invention."

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to