]> git.cworth.org Git - tar/commitdiff
use xz when lzma is called for
authorBdale Garbee <bdale@gag.com>
Sun, 23 May 2010 11:25:06 +0000 (05:25 -0600)
committerBdale Garbee <bdale@gag.com>
Sun, 23 May 2010 11:25:06 +0000 (05:25 -0600)
debian/changelog
debian/control
debian/rules

index 88c132a0cca440463e000ff5a3ca2bd53bd31070..e007aef9f6b4355c13806a4c5b5fb2701c59632d 100644 (file)
@@ -1,3 +1,9 @@
+tar (1.23-2) UNRELEASED; urgency=low
+
+  * use xz when lzma is called for, closes: #582706
+
+ -- Bdale Garbee <bdale@gag.com>  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)
index b16f04052413c847b974872c6b1c928de7bdd159..3aa809c95f12b0537b6a763a0afbe14a2f1277a7 100644 (file)
@@ -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
index 54246aecdd2afdbe506079dd2f76cae1a49d8951..3d6913c625fa3bedbbf5594d54d497de1341374a 100755 (executable)
@@ -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