@ -251,7 +251,7 @@ class Britney:
# if this or the population of self.binaries below takes a very
# if this or the population of self.binaries below takes a very
# long time, try increasing SIZEOFHASHMAP in lib/dpkg.c and rebuilding
# long time, try increasing SIZEOFHASHMAP in lib/dpkg.c and rebuilding
if not self . options . nuninst_cache :
if not self . options . nuninst_cache :
self . __log ( " Building the list of no t installable packages for the full archive" , type = " I " )
self . __log ( " Building the list of no n- installable packages for the full archive" , type = " I " )
self . sources = { ' testing ' : self . read_sources ( self . options . testing ) }
self . sources = { ' testing ' : self . read_sources ( self . options . testing ) }
nuninst = { }
nuninst = { }
for arch in self . options . architectures :
for arch in self . options . architectures :
@ -266,7 +266,7 @@ class Britney:
if not self . options . print_uninst :
if not self . options . print_uninst :
self . write_nuninst ( nuninst )
self . write_nuninst ( nuninst )
else :
else :
self . __log ( " Not building the list of no t installable packages, as requested" , type = " I " )
self . __log ( " Not building the list of no n- installable packages, as requested" , type = " I " )
# if running in --print-uninst mode, quit here
# if running in --print-uninst mode, quit here
if self . options . print_uninst :
if self . options . print_uninst :