2008
apt-cross (0.12.0) unstable; urgency=low
* Debian release, incorporating Emdebian changes * retrieve the version string from dpkg-query
-- Neil Williams <codehelp@debian.org> Tue, 22 Jul 2008 13:34:35 +0100
apt-cross (0.11.2) unstable; urgency=low
* Further bug fix for Emdebian * Handle multiple dependency lines for the same target package
-- Neil Williams <codehelp@debian.org> Sun, 20 Jul 2008 17:14:13 +0100
apt-cross (0.11.1) unstable; urgency=low
* Bug fix Emdebian release
* Rewrite the dependency and conflict resolution support for speed and
clarity
* update copyright for 2008
* Simplify debian/rules by putting the bug script into the .install
files
* infinite recursion in dependency calculation (Closes: #491487)
* tweak progress bar handling to indicate the number of downloads
pending
* handle epochs in conflict version comparisons
* calculate the number of downloads after checking for existing files
-- Neil Williams <codehelp@debian.org> Sun, 20 Jul 2008 10:15:16 +0100
apt-cross (0.11.0) unstable; urgency=low
* Remove echo -e from buginfo - bashism: * libcache-apt-perl: bashism in /bin/sh script (Closes: #489626) * apt-cross: bashism in /bin/sh script (Closes: #489537) * Implement exclusion of Conflicts packages in dependency lists
-- Neil Williams <codehelp@debian.org> Sun, 13 Jul 2008 18:59:35 +0100
apt-cross (0.10.0) unstable; urgency=low
* New Debian version including Emdebian changes
-- Neil Williams <codehelp@debian.org> Thu, 26 Jun 2008 16:24:42 +0100
apt-cross (0.9.2) unstable; urgency=low
* New Emdebian release
* check_depends: Split out the report output so that check_depends can
be run twice to catch Arch:all packages added by other dependencies.
* Update Standards Version (no changes)
-- Neil Williams <codehelp@debian.org> Fri, 20 Jun 2008 07:10:16 +0100
apt-cross (0.9.1) unstable; urgency=low
* New Emdebian release
* Lookup.pm : fix problem with new Provides: support where packages
gained Provides: on all packages ever provided by another package.
(Array not cleared at end of loop).
* apt-cross: enhance --exclude behaviour to exclude dependencies
before recursing into dependencies of excluded packages
-- Neil Williams <codehelp@debian.org> Wed, 04 Jun 2008 16:45:33 +0100
apt-cross (0.9.0) unstable; urgency=low
* New Debian release
* Lookup: Handle Provides: data from AptPkg::Cache::Package-
>ProvidesList
-- Neil Williams <codehelp@debian.org> Tue, 22 Apr 2008 14:15:12 +0100
apt-cross (0.8.0) unstable; urgency=low
* New Debian release
* Cache::Apt::Package.pm: Add Architecture data for all available
packages
* Bump dependency on dpkg-dev for Architecture check support
-- Neil Williams <codehelp@debian.org> Fri, 01 Feb 2008 13:49:54 +0000
2007
apt-cross (0.7.0) unstable; urgency=low
* omit the progress bar in --quiet mode
-- Neil Williams <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> Thu, 18 Oct 2007 22:09:20 +0100
apt-cross (0.3.0) unstable; urgency=low
* New Debian release
-- Neil Williams <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> Fri, 2 Feb 2007 20:47:46 +0000
2006
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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> 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 <codehelp@debian.org> Tue, 7 Nov 2006 20:00:37 +0000
apt-cross (0.0.1) unstable; urgency=low
* Interim version during testing.
-- Neil Williams <codehelp@debian.org> Tue, 31 Oct 2006 17:05:34 +0000