apt-cross (0.7.0) unstable; urgency=low * omit the progress bar in --quiet mode -- Neil Williams Sun, 09 Dec 2007 09:34:07 +0000 apt-cross (0.6.1) unstable; urgency=low * Reinstate allowing Arch:all packages that use the -dev suffix * Update standards version (no changes) and migrate libcache-apt-perl to perl section -- Neil Williams Fri, 07 Dec 2007 21:10:50 +0000 apt-cross (0.6.0) unstable; urgency=low * Fix sources.list handling when using --suite * Pass -k option to dpkg-cross * bump the dpkg-cross dependency for the --keep-temp support -- Neil Williams Tue, 04 Dec 2007 21:40:53 +0000 apt-cross (0.5.1) unstable; urgency=low * fix typo in keep_temp check * Avoid Arch:all unless explicitly requested by user -- Neil Williams Sun, 25 Nov 2007 18:03:18 +0000 apt-cross (0.5.0) unstable; urgency=low * avoid Arch: all except the few -dev packages * Add --keep-temp option for use in chroot builds * apt-cross hangs when downloading a .deb (Closes: #451547) * Add progress bar support and fallback to apt sources * convert to Debian release -- Neil Williams Mon, 19 Nov 2007 14:32:19 +0000 apt-cross (0.4.1) unstable; urgency=low * Allow '+' in version strings as well as package names -- Neil Williams Sun, 11 Nov 2007 19:10:29 +0000 apt-cross (0.4.0) unstable; urgency=low * New Debian version * check_update fails to reinitialise default sources (Closes: #448396) * add buginfo script to libcache-apt-perl and extend to all available sources -- Neil Williams Tue, 30 Oct 2007 12:05:18 +0000 apt-cross (0.3.2) unstable; urgency=low * Relocate the mysources routines to ensure the config_string is updated * Add a --clean-lists option for when list-cleanup=off goes wrong -- Neil Williams Thu, 25 Oct 2007 08:42:48 +0100 apt-cross (0.3.1) unstable; urgency=low * Interim Emdebian release * drop apt-cross dependency on binutils * Stop parsing the sources now that wget is not used. * add misc:Depends and ensure apt-cross has the same version of libcache-apt-perl -- Neil Williams Thu, 18 Oct 2007 22:09:20 +0100 apt-cross (0.3.0) unstable; urgency=low * New Debian release -- Neil Williams Mon, 08 Oct 2007 22:29:17 +0100 apt-cross (0.2.9) unstable; urgency=low * test branch created for merging NorthernCross into apt-cross * apt-nc-cross branch: Migrated to Debian::DpkgCross * Include test code from apt-rdepends to get the Depends info efficiently (incomplete) * apt-nc-cross branch: import files to create a test package. rename AptCross:: to Cache::Apt:: and Cache.pm to Lookup.pm * apt-cross: use apt-get in download-only mode to prepare the uri * apt-cross: add verbose output and mark some TODO items * Add apt-rdepends developer to our copyright * add build depends for manpage generation * Adding a --check option to meet the needs of emdebian-tools * Enforce 'use strict' across all source files * Cache::Apt::Lookup merging apt-rdepends code into AptCross calls * fixing strict warnings for * update copyright with details of contributors * apt-cross: separate host and target cache * Config.pm: allow host cache to locate Arch:all packages * Package.pm: implement a usable Depends output * Lookup.pm: replace NC dependency code with apt-rdepends code * hide init - not needed in exporter and duplicates existing symbol * please add a --simulate option (Closes: #432132) * apt-cross -i fails with certain unofficial repositories (Closes: #440929) * Add reportbug script to request apt-cache policy * apt-cross update looks in non-existing distribution (Closes: #442012) (actually an error relating to epoch handling.) * drop libdebian-dpkgcross-perl dependency from libcache-apt-perl * remove unused @removedeps support and allow ++ in package names -- Neil Williams Sun, 30 Sep 2007 21:08:05 +0100 apt-cross (0.2.1) unstable; urgency=low * Interim Emdebian release - fix handling of unknown packages. - implement --no-list-cleanup option for all calls to apt-get update to preserve Package and Source lists when switching between arches - Prevent apt dying if a particular archive does not support a particular suite by always giving apt an empty file in ~/.dpkg-cross/$suite/lists -- Neil Williams Sat, 21 Jul 2007 21:15:20 +0100 apt-cross (0.2.0) unstable; urgency=low * Incorporate Emdebian interim changes into Debian package * Silently fails with "-S stable" without --update (Closes: #426944) * fails to find apt sources list (Closes: #421902) -- Neil Williams Sat, 07 Jul 2007 21:00:18 +0100 apt-cross (0.1.3) unstable; urgency=low * Improve the installation check using dpkg-query. Check /var/cache/apt/archives to save some downloads Adjust the verbosity levels for a more consistent output at each level. -- Neil Williams Sun, 01 Jul 2007 00:54:51 +0100 apt-cross (0.1.2) unstable; urgency=low * add support for excluded dependencies * add a simple check that the incoming string really is an available package name. -- Neil Williams Wed, 30 May 2007 14:21:29 +0100 apt-cross (0.1.1) unstable; urgency=low * Emdebian release. - calculate the suite instead of using an overrideable default - support emdebian sources in /etc/apt/sources.list.d/ - ensure package size is non-zero before assuming download was OK - fix typo to allow --show to work as well as -s -- Neil Williams Tue, 03 Apr 2007 20:10:37 +0100 apt-cross (0.1.0) unstable; urgency=low * Debian release. * Allow all usable sources from /etc/apt/sources.list into ~/.dpkg-cross/sources lists. Prevents problems if the first entry in /etc/apt/sources.list is not a Debian mirror. -- Neil Williams Sun, 11 Mar 2007 15:56:57 +0000 apt-cross (0.0.7) unstable; urgency=low * Pass the supplied architecture value down to dpkg-cross. (Emdebian release.) -- Neil Williams Sat, 24 Feb 2007 23:51:05 +0000 apt-cross (0.0.6) unstable; urgency=low * Show activity of --update explicitly to aid clarity. * apt-cross -u seems to be calling apt-get with incorrect arguments (Closes: #409387) * drop fakeroot usage and dependency and avoid nuisance dpkg messages by keeping dedicated status files. -- Neil Williams Fri, 2 Feb 2007 20:47:46 +0000 apt-cross (0.0.5) unstable; urgency=low * Fix bug in dependency tracking that sent required output to /dev/null. * Remove temporary archive(s) after successful installation. -- Neil Williams Mon, 11 Dec 2006 20:41:22 +0000 apt-cross (0.0.4) unstable; urgency=low * Check for empty $mirror to prevent empty additions to sources.$suite * Check for the same package and version already installed with dpkg-cross * Add README. * Initial Debian release (Closes: #397065) * Add support for dependencies when installing. * Change -s and -l output to be more like apt rather than dpkg. * Drop the -L option and rename --status to --show. -- Neil Williams Sun, 26 Nov 2006 16:52:02 +0000 apt-cross (0.0.3) unstable; urgency=low * 0.0.3 version of apt-cross - interim svn package. * ensure manpage is packaged and installed * fix option handling and mirror updates * revised manpage and XML source -- Neil Williams Fri, 10 Nov 2006 23:34:27 +0000 apt-cross (0.0.2) unstable; urgency=low * Interim version during testing. * specify the new location in emdebian svn. * expand long description * include the newly created ITP number * add dependency for LWP::Simple (libwww-perl) * fix missing subroutine, improving argument checks * fix multiple command handling, update man page, move to 0.0.2 -- Neil Williams Tue, 7 Nov 2006 20:00:37 +0000 apt-cross (0.0.1) unstable; urgency=low * Interim version during testing. -- Neil Williams Tue, 31 Oct 2006 17:05:34 +0000