summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2009-10-16 12:44:11 +0200
committerRaphaël Hertzog <hertzog@debian.org>2009-10-16 13:35:02 +0200
commitf8270519a63210a5b6eb02cfff1bdc24cbfe4ef8 (patch)
tree646483556048b8dc8c1d9dd5be1317b3a8911101 /debian
parentff035d943163d1b269aeaec334b8654aeb20ca7a (diff)
downloaddpkg-f8270519a63210a5b6eb02cfff1bdc24cbfe4ef8.tar.gz
Dpkg::Compression: add support for xz compression method
Update the dpkg-source manual page accordingly.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 298792110..88a2bbcf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,6 +53,8 @@ dpkg (1.15.5) UNRELEASED; urgency=low
* Integrate dpkg-multicd into dselect. Add the required Replaces and
Conflicts. The dpkg-scanpackages fork is dropped. Closes: #516631
* Fix bashisms in dselect multicd access method. Closes: #530070
+ * Add support of "xz" compression method for source packages. Add dependency
+ dpkg-dev → xz-utils to ensure xz and unxz are available.
[ Updated dpkg translations ]
* Czech (Miroslav Kure).
diff --git a/debian/control b/debian/control
index 01d259536..901f8e2a2 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Package: dpkg-dev
Section: utils
Priority: optional
Architecture: all
-Depends: dpkg (>= 1.15.4), perl5, perl-modules, bzip2, lzma,
+Depends: dpkg (>= 1.15.4), perl5, perl-modules, bzip2, lzma, xz-utils,
patch (>= 2.2-1), make, binutils, libtimedate-perl, base-files (>= 5.0.0)
Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv
Suggests: debian-keyring, debian-maintainers