Browse Source

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 17 years ago
parent
commit
9ab2733669
2 changed files with 6 additions and 3 deletions
  1. 4 1
      debian/changelog
  2. 2 2
      debian/control

+ 4 - 1
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 <guillem@debian.org>  Tue, 08 May 2007 11:51:03 +0300
 

+ 2 - 2
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