From bef87fa2303a9ca5757df2b060d83a784800a5f1 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 23 May 2010 05:25:06 -0600 Subject: [PATCH] use xz when lzma is called for --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 7 +++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 88c132a..e007aef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tar (1.23-2) UNRELEASED; urgency=low + + * use xz when lzma is called for, closes: #582706 + + -- Bdale Garbee Wed, 23 May 2010 05:21:37 -0600 + tar (1.23-1) unstable; urgency=low * new upstream version, fixes security issue in rmt (CVE-2010-0624) diff --git a/debian/control b/debian/control index b16f040..3aa809c 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Pre-Depends: ${shlibs:Depends} Essential: yes Conflicts: cpio (<= 2.4.2-38) Replaces: cpio (<< 2.4.2-39) -Suggests: bzip2, ncompress, xz-utils, lzma +Suggests: bzip2, ncompress, xz-utils Description: GNU version of the tar archiving utility Tar is a program for packaging a set of files as a single archive in tar format. The function it performs is conceptually similar to cpio, and to diff --git a/debian/rules b/debian/rules index 54246ae..3d6913c 100755 --- a/debian/rules +++ b/debian/rules @@ -11,8 +11,11 @@ configure-stamp: dh_testdir cp -f /usr/share/misc/config.sub build-aux/config.sub cp -f /usr/share/misc/config.guess build-aux/config.guess - RSH="/usr/bin/rsh" CFLAGS="-O2 -g -Wall" \ - ./configure --prefix=/usr --libexecdir=/usr/sbin $(CONFARGS) + RSH="/usr/bin/rsh" CFLAGS="-O2 -g -Wall" ./configure \ + --prefix=/usr \ + --libexecdir=/usr/sbin \ + --with-lzma=xz \ + $(CONFARGS) touch configure-stamp build: build-stamp -- 2.43.0