]> git.cworth.org Git - tar/commitdiff
no point suggesting something that's required
authorBdale Garbee <bdale@gag.com>
Sun, 23 May 2010 11:27:14 +0000 (05:27 -0600)
committerBdale Garbee <bdale@gag.com>
Sun, 23 May 2010 11:27:14 +0000 (05:27 -0600)
debian/changelog
debian/control

index e007aef9f6b4355c13806a4c5b5fb2701c59632d..ec79253a781013c9559d9801c849b0aa357ba648 100644 (file)
@@ -1,6 +1,7 @@
 tar (1.23-2) UNRELEASED; urgency=low
 
-  * use xz when lzma is called for, closes: #582706
+  * use xz when lzma is called for, and stop suggesting xz-utils since it
+    is now priority required, closes: #582706
 
  -- Bdale Garbee <bdale@gag.com>  Wed, 23 May 2010 05:21:37 -0600
 
index 3aa809c95f12b0537b6a763a0afbe14a2f1277a7..d9469510dd65f7f1f60c04de6e23be0cfc762dd3 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
+Suggests: bzip2, ncompress
 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