[Apt-offline-devel] [SCM] Offline APT Package Manager branch, master, updated. 0.9.7-7-g3799a45

Ritesh Raj Sarraf rrs at researchut.com
Sun May 9 07:28:49 UTC 2010


The following commit has been merged in the master branch:
commit 3799a4584dbc0b82e8768e0c75cef725dcb6c7d7
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Sun May 9 12:57:26 2010 +0530

    display sorted package names first

diff --git a/apt_offline_core/AptOfflineCoreLib.py b/apt_offline_core/AptOfflineCoreLib.py
index 88e8132..bc73742 100644
--- a/apt_offline_core/AptOfflineCoreLib.py
+++ b/apt_offline_core/AptOfflineCoreLib.py
@@ -935,7 +935,7 @@ def installer( args ):
 			pkg_name = each_bug.split( '.' )[-3].split('/')[-1]
                         bug_num = each_bug.split( '.' )[-2]
                         bug_subject = dictList[each_bug]
-                        log.msg( "%s\t%s\t\t%s\n" % ( bug_num, pkg_name, bug_subject ) )
+                        log.msg( "%s\t%s\t%s\n" % ( pkg_name, bug_num, bug_subject ) )
             
         def magic_check_and_uncompress( archive_file=None, filename=None):
                 retval = False

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list