Show
Ignore:
Timestamp:
10/02/08 10:00:33 (3 months ago)
Author:
codehelp
Message:

Allow --show to include more cache data

Location:
current/host/trunk/apt-cross/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • current/host/trunk/apt-cross/trunk/apt-cross

    r5002 r5003  
    407407                        my $retval = system ("dpkg-query -s $pkg 2>/dev/null"); 
    408408                        print "$progname: Unable to find $pkg.\n" if ($retval); 
    409                         next; 
    410409                } 
    411410                my $emp = new AptCrossPackage; 
  • current/host/trunk/apt-cross/trunk/debian/changelog

    r5002 r5003  
    33  * Interim Emdebian release 
    44  * Fix Conflicts handling to use AptCrossDependency::Operator 
    5  
    6  -- Neil Williams <codehelp@debian.org>  Thu, 02 Oct 2008 10:57:37 +0100 
     5  * Allow --show to include more cache data 
     6 
     7 -- Neil Williams <codehelp@debian.org>  Thu, 02 Oct 2008 10:58:11 +0100 
    78 
    89apt-cross (0.12.5) unstable; urgency=low