* Recommends bzip2 and pbzip2, which both might be needed when dealing
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 2 Feb 2008 17:53:26 +0000 (12:53 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 2 Feb 2008 17:53:26 +0000 (12:53 -0500)
  with bz2 files due to differences in their output.

debian/changelog
debian/control

index 87fd0fb..d1895f1 100644 (file)
@@ -5,6 +5,8 @@ pristine-tar (0.8) UNRELEASED; urgency=low
     try to create the subdir, which would fail. OTOH, if the subdirectory
     isn't there, proceed with creating it as before.
   * Add support for bz2 files (Cyril Brulebois)
+  * Recommends bzip2 and pbzip2, which both might be needed when dealing
+    with bz2 files due to differences in their output.
 
  -- Joey Hess <joeyh@debian.org>  Fri, 01 Feb 2008 22:36:54 -0500
 
index cca629a..f4c8230 100644 (file)
@@ -12,6 +12,7 @@ Package: pristine-tar
 Architecture: any
 Section: utils
 Depends: xdelta, ${shlibs:Depends}, ${misc:Depends}, perl-modules
+Recommends: pbzip2, bzip2
 Description: regenerate pristine tarballs
  pristine-tar can regenerate a pristine upstream tarball using only a small
  binary delta file and a revision control checkout of the upstream branch.