Browse Source

Make dpkg-dev depend on dpkg (>= 1.14.13) as dpkg-source needs the latest Dpkg.pm

Raphael Hertzog 18 years ago
parent
commit
9e09d9f0f8
2 changed files with 3 additions and 1 deletions
  1. 2 0
      debian/changelog
  2. 1 1
      debian/control

+ 2 - 0
debian/changelog

@@ -3,6 +3,8 @@ dpkg (1.14.14) UNRELEASED; urgency=low
   * Fix override disparity: set priority of dselect to important.
   * Add libio-string-perl to Build-Depends as it's needed by a non-regression
     test (fix FTBFS, thus a quick upload).
+  * Make dpkg-dev depend on dpkg (>= 1.14.13) as the latest Dpkg.pm is needed
+    for dpkg-source.
 
  -- Raphael Hertzog <hertzog@debian.org>  Thu, 27 Dec 2007 11:20:38 +0100
 

+ 1 - 1
debian/control

@@ -34,7 +34,7 @@ Package: dpkg-dev
 Section: utils
 Priority: optional
 Architecture: all
-Depends: dpkg (>= 1.14.6), perl5, perl-modules, cpio (>= 2.4.2-2),
+Depends: dpkg (>= 1.14.13), perl5, perl-modules, cpio (>= 2.4.2-2),
  patch (>= 2.2-1), make, binutils
 Recommends: gcc | c-compiler, bzip2
 Suggests: gnupg, debian-keyring