Przeglądaj źródła

Bump libdpkg-perl Depends on dpkg to 1.15.8

It will break dpkg versions before that when installing and removing
libdpkg-perl, because older update-alternatives and dpkg-divert require
Dpkg.pm and Dpkg/Gettext.pm which will disappear due to the Replaces.

Closes: #590867

Analysis-by: Sven Joachim <svenjoac@gmx.de>
Guillem Jover 16 lat temu
rodzic
commit
0e25e3a913
2 zmienionych plików z 11 dodań i 1 usunięć
  1. 10 0
      debian/changelog
  2. 1 1
      debian/control

+ 10 - 0
debian/changelog

@@ -1,3 +1,13 @@
+dpkg (1.15.8.2) UNRELEASED; urgency=low
+
+  * Bump libdpkg-perl Depends on dpkg to 1.15.8, as it will break dpkg
+    versions before that when installing and removing libdpkg-perl,
+    because older update-alternatives and dpkg-divert require Dpkg.pm and
+    Dpkg/Gettext.pm which will disappear due to the Replaces. Closes: #590867
+    Thanks to Sven Joachim <svenjoac@gmx.de> for the analysis.
+
+ -- Guillem Jover <guillem@debian.org>  Fri, 30 Jul 2010 04:35:25 +0200
+
 dpkg (1.15.8.1) unstable; urgency=low
 
   * Fix off-by-one error in update-alternatives that lead to an infinite loop

+ 1 - 1
debian/control

@@ -68,7 +68,7 @@ Package: libdpkg-perl
 Section: perl
 Priority: optional
 Architecture: all
-Depends: dpkg (>= 1.15.4), perl, libtimedate-perl, ${misc:Depends}
+Depends: dpkg (>= 1.15.8), perl, libtimedate-perl, ${misc:Depends}
 Recommends: bzip2, xz-utils
 Suggests: debian-keyring, gnupg, gpgv, binutils, patch
 Breaks: dpkg-dev (<< 1.15.6)