diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:59 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:59 +0000 |
commit | 1e8167a643bcbdf2433ae531442b456ca6fdb6ee (patch) | |
tree | b039dadca61c11570f3c4a371f652ba61a7a854e /debian | |
parent | c6e8074f628eb380883dd3b0cbdc60eb7ef6d0f5 (diff) |
New deb version compare function, that has no integer l...
Author: doogie
Date: 2002-11-22 06:59:35 GMT
New deb version compare function, that has no integer limits, and supports
pre-versions using ~. Code ported from dpkg.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7a9fb1e5f..eecbc6128 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ apt (0.5.5) unstable; urgency=low + * New deb version compare function, that has no integer limits, and + supports pre-versions using ~. Code ported from dpkg. * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595 * Fix handling of build-deps on unknown packages. Closes: #88664, #153307 * "apt-get --arch-only build-dep" to install only architecture- |