Changeset 5003 for current/host/trunk/apt-cross/trunk
- Timestamp:
- 10/02/08 10:00:33 (3 months ago)
- Location:
- current/host/trunk/apt-cross/trunk
- Files:
-
- 2 modified
-
apt-cross (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
current/host/trunk/apt-cross/trunk/apt-cross
r5002 r5003 407 407 my $retval = system ("dpkg-query -s $pkg 2>/dev/null"); 408 408 print "$progname: Unable to find $pkg.\n" if ($retval); 409 next;410 409 } 411 410 my $emp = new AptCrossPackage; -
current/host/trunk/apt-cross/trunk/debian/changelog
r5002 r5003 3 3 * Interim Emdebian release 4 4 * 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 7 8 8 9 apt-cross (0.12.5) unstable; urgency=low
