The following commit has been merged in the lenny branch:
commit 91798ddd126ee3670e51439404580c802a323b2b
Author: Guillem Jover <[EMAIL PROTECTED]>
Date:   Fri Aug 15 07:36:16 2008 +0300

    dpkg: Move lzma from Suggests to Pre-Depends
    
    Closes: #456332

diff --git a/debian/changelog b/debian/changelog
index 6dcdb12..5621a4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ dpkg (1.14.21) UNRELEASED; urgency=low
   * Do not assert when dpkg stops processing packages due to too many
     errors occurred while configuring or removing packages.
     Thanks to Ian Jackson <[EMAIL PROTECTED]>. Closes: #483655
+  * Move lzma from dpkg Suggests to Pre-Depends. Closes: #456332
 
   [ Updated scripts translations ]
   * Russian (Yuri Kozlov). Closes: #490076
diff --git a/debian/control b/debian/control
index 38aac8d..aefb2dd 100644
--- a/debian/control
+++ b/debian/control
@@ -18,11 +18,11 @@ Build-Depends: debhelper (>= 4.1.81), pkg-config, po4a (>= 
0.33.1),
 Package: dpkg
 Architecture: any
 Essential: yes
-Pre-Depends: ${shlibs:Depends}, coreutils (>= 5.93-1)
+Pre-Depends: ${shlibs:Depends}, coreutils (>= 5.93-1), lzma
 Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11),
  dpkg-dev (<< 1.14.16), apt (<< 0.7.7), aptitude (<< 0.4.7-1)
 Replaces: manpages-de (<= 0.4-3), manpages-pl (<= 20051117-1)
-Suggests: apt, lzma
+Suggests: apt
 Description: Debian package management system
  This package privides the low-level infrastructure for handling the
  installation and removal of Debian software packages.

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to