diff options
author | Guillem Jover <guillem@debian.org> | 2006-11-24 04:11:35 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2006-11-24 04:11:35 +0000 |
commit | c8f668cce58da11552a4136753024e973356f327 (patch) | |
tree | 97cb9f57bb2fb6a1d8758194d85acbba3895c38b /debian | |
parent | ec56457d3164b300e934cf45e033b52172d01616 (diff) | |
download | dpkg-c8f668cce58da11552a4136753024e973356f327.tar.gz |
Support extracting lzma compressed source and binary packages,
and add a Suggests on package lzma. Closes: #347715
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a3d51bc04..149010e17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ dpkg (1.13.25~) UNRELEASED; urgency=low Thanks to Tomas Pospisek <tpo_deb@sourcepole.ch>. * Require POSIX inside subprocerr in controllib.pl. Closes: #390636 Thanks to Brendan O'Dea <bod@debian.org>. + * Support extracting lzma compressed source and binary packages, + and add a Suggests on package lzma. Closes: #347715 [ Updated dpkg translations ] * Chinese (Traditional, Asho Yeh) diff --git a/debian/control b/debian/control index ab825e84c..6cb3f0eca 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg-static, dpkg-dev (<< 1.10) Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3), manpages-pl (<= 20051117-1) -Suggests: apt +Suggests: apt, lzma Description: package maintenance system for Debian This package contains the low-level commands for handling the installation and removal of packages on your system. |