From 9ab27336690ceb0009b75c3eccbd16034fe5e3cd Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 8 May 2007 15:46:29 +0000 Subject: [PATCH] Fix partial upgrades by tightening dpkg-dev versioned Depends to dpkg 1.14.0, and dpkg Conflicts against << dpkg-dev 1.14.0, where the triplettable support first appeared. Closes: #422848 --- debian/changelog | 5 ++++- debian/control | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 14eaaaa6..9dca6ca4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ dpkg (1.14.1~) UNRELEASED; urgency=low - * + [ Guillem Jover ] + * Fix partial upgrades by tightening dpkg-dev versioned Depends to + dpkg 1.14.0, and dpkg Conflicts against << dpkg-dev 1.14.0, where + the triplettable support first appeared. Closes: #422848 -- Guillem Jover Tue, 08 May 2007 11:51:03 +0300 diff --git a/debian/control b/debian/control index 75517b47..6a114e52 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Architecture: any Essential: yes Pre-Depends: ${shlibs:Depends}, coreutils (>= 5.93-1) Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg-static, - dpkg-dev (<< 1.10) + dpkg-dev (<< 1.14.0) Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3), manpages-pl (<= 20051117-1) Suggests: apt, lzma @@ -30,7 +30,7 @@ Package: dpkg-dev Section: utils Priority: optional Architecture: all -Depends: dpkg (>= 1.13.20), perl5, perl-modules, cpio (>= 2.4.2-2), +Depends: dpkg (>= 1.14.0), perl5, perl-modules, cpio (>= 2.4.2-2), patch (>= 2.2-1), make, binutils Recommends: gcc | c-compiler, bzip2 Suggests: gnupg, debian-keyring -- 2.39.5