2007
type-handling (0.2.23) unstable; urgency=low
* Fix type-handling for armel (Closes: bug#455486).
-- Aurelien Jarno <aurel32@debian.org> Mon, 10 Dec 2007 15:43:31 +0100
type-handling (0.2.22) unstable; urgency=low
* Replace '_' by '-' in the Provides: line (Closes: bug# 452279). * Bump Standards-Version to 3.7.2 (no changes).
-- Aurelien Jarno <aurel32@debian.org> Wed, 21 Nov 2007 16:55:49 +0100
type-handling (0.2.21) unstable; urgency=low
* Add support for ABI variants like armel. * Provide cache for amd64.
-- Aurelien Jarno <aurel32@debian.org> Thu, 17 May 2007 19:11:18 +0200
type-handling (0.2.20) unstable; urgency=low
* Really uses cache, patch by Sjoerd Simons (Closes: bug#424035). * Support the new format of /usr/share/dpkg/ostable, patch by Petr Salinger (Closes: bug#424041).
-- Aurelien Jarno <aurel32@debian.org> Tue, 15 May 2007 23:22:01 +0200
2006
type-handling (0.2.19) unstable; urgency=low
* Don't provide anything containing x86_64, as the underscore symbol is
not allowed in packages name.
-- Aurelien Jarno <aurel32@debian.org> Mon, 23 Jan 2006 12:16:24 +0100
type-handling (0.2.18) unstable; urgency=low
* Provides and filters out both the Debian and GNU type/CPU. Should fix
the problem with type-handling providing not+hurd on GNU/Hurd.
* Does not provide hurd on GNU/Hurd, as type-handling does not provide
the hurd kernel.
-- Aurelien Jarno <aurel32@debian.org> Wed, 18 Jan 2006 20:29:09 +0100
2005
type-handling (0.2.17) unstable; urgency=low
[ Peter Eisentraut ] * Added man page (closes: #264118), removed README.Debian
-- Aurelien Jarno <aurel32@debian.org> Mon, 19 Dec 2005 12:21:15 +0100
type-handling (0.2.16) unstable; urgency=low
* Added ugly hacks to make type-handling works for amd64 and hurd.
-- Aurelien Jarno <aurel32@debian.org> Wed, 13 Jul 2005 02:07:57 +0200
type-handling (0.2.15) unstable; urgency=low
* Don't change build-depends at build time. * Bump Standards-Version to 3.6.2.
-- Aurelien Jarno <aurel32@debian.org> Sun, 3 Jul 2005 22:33:36 +0200
type-handling (0.2.14) unstable; urgency=low
* Fixed the mess introduced by the new dpkg-architecture (closes:
bug#315761).
-- Aurelien Jarno <aurel32@debian.org> Sun, 26 Jun 2005 23:08:24 +0200
type-handling (0.2.13) unstable; urgency=low
* Change the arguments back to the Debian architectures/cpus instead of
the GNU ones. The compatibility should be restored.
-- Aurelien Jarno <aurel32@debian.org> Wed, 22 Jun 2005 02:46:18 +0200
type-handling (0.2.12) unstable; urgency=low
* Added support for dpkg 1.13. Thanks to Robert Millan for the patch
(closes: bug#310796).
* Depends and Build-Depends on dpkg (>= 1.13.9).
-- Aurelien Jarno <aurel32@debian.org> Mon, 13 Jun 2005 15:30:44 +0200
type-handling (0.2.11) unstable; urgency=low
* Changed to a team maintained package.
-- Aurelien Jarno <aurel32@debian.org> Mon, 6 Jun 2005 01:52:22 +0200
type-handling (0.2.10) unstable; urgency=low
* Actualy not use fucking itself when fucking building the damn thing.
(Fucking closes: #297269)
-- Robert Millan <rmh@debian.org> Sun, 17 Apr 2005 22:21:04 +0200
type-handling (0.2.9) unstable; urgency=low
* control.in.in: Hardcode build-depend on cdbs (>= 0.4.27-4). (Closes: #297269)
-- Robert Millan <rmh@debian.org> Thu, 14 Apr 2005 19:15:54 +0200
type-handling (0.2.8) unstable; urgency=high
* Bring back the "Provides:" since some package broke without it.
-- Robert Millan <rmh@debian.org> Sun, 3 Apr 2005 14:08:06 +0200
type-handling (0.2.7) unstable; urgency=low
* Don't use caching when --negated or --reverted were passed.
-- Robert Millan <rmh@debian.org> Thu, 17 Mar 2005 11:46:53 +0100
type-handling (0.2.6) unstable; urgency=low
* Add caching hack to optimise for most common requests (i386:any and
any:linux).
* Replace Architecture with Cpu/System in control.in.
-- Robert Millan <rmh@debian.org> Mon, 7 Feb 2005 16:47:16 +0100
type-handling (0.2.5) unstable; urgency=low
* Improvements to "all" / "any" handling:
- Understand "all" as valid for both cpu and system parameters. The logic
is: If cpu input is "all", output is always "all" regardless of system.
If system input is "all", do as if system input was "any".
- When both cpu input and system input are "any", output is just "any", not
the expansion of all the cpu/system combinations.
- Optimise "all" / "any" wildcard logic using a case/esac statement.
* Remove old "Provides:" functionality, which has been deprecated for several
versions now. Set Architecture: all in debian/control.in.
* Use cdbs DEB_AUTO_UPDATE_DEBIAN_CONTROL feature.
-- Robert Millan <rmh@debian.org> Tue, 1 Feb 2005 12:17:25 +0100
2004
type-handling (0.2.4) unstable; urgency=low
* Rewrite iterative boolean logic.
* Add -r|--reverted option to shorten output strings in some situations
(only when the maintainer sees fit!). See README.Debian for details.
-- Robert Millan <rmh@debian.org> Wed, 22 Sep 2004 12:44:08 +0200
type-handling (0.2.3) unstable; urgency=low
* Officialy deprecating the old option. Rewrite documentation in package
description and in debian/README.
-- Robert Millan <rmh@debian.org> Wed, 18 Aug 2004 16:44:51 +0200
type-handling (0.2.2) unstable; urgency=low
* Negated generation now works through inclussion instead of exclussion.
I.e., instead of "!foo !..." it generates an equivalent "bar ...". As a
consequence, we can use negated lists to generate an Architecture field.
* Nuke list of negated types (${not_types}) in Provides. Noone is really
using it, and this area of functionality is deprecated anyway.
-- Robert Millan <rmh@debian.org> Tue, 10 Aug 2004 03:26:22 +0200
type-handling (0.2.1) unstable; urgency=low
* Pass -f to dpkg-architecture to override environment when converting
from type to arch.
-- Robert Millan <rmh@debian.org> Fri, 30 Jul 2004 19:43:34 +0200
type-handling (0.2.0) unstable; urgency=low
* Add 'type-handling' script, for generating dpkg internal architecture
names from cpu-system combinations.
-- Robert Millan <rmh@debian.org> Mon, 26 Jul 2004 16:39:44 +0200
2003
type-handling (0.1.0) unstable; urgency=low
* Implement negated cpus, systems and types (not+*).
-- Robert Millan <rmh@debian.org> Mon, 29 Dec 2003 12:55:13 +0100
type-handling (0.0.0) unstable; urgency=low
* Initial Release. (Closes: #221075)
-- Robert Millan <rmh@debian.org> Tue, 18 Nov 2003 15:39:25 +0100