r36417 - in /desktop/experimental/file-roller/debian: changelog control control.in

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Wed Dec 5 14:11:48 UTC 2012


Author: bdrung
Date: Wed Dec  5 14:11:47 2012
New Revision: 36417

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36417
Log:
Document support for .cab and .xar (through libarchive).

Modified:
    desktop/experimental/file-roller/debian/changelog
    desktop/experimental/file-roller/debian/control
    desktop/experimental/file-roller/debian/control.in

Modified: desktop/experimental/file-roller/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/file-roller/debian/changelog?rev=36417&op=diff
==============================================================================
--- desktop/experimental/file-roller/debian/changelog [utf-8] (original)
+++ desktop/experimental/file-roller/debian/changelog [utf-8] Wed Dec  5 14:11:47 2012
@@ -14,6 +14,7 @@
     LP: #965757, #1025588).
   * Build depend on libjson-glib-dev (needed for unar support).
   * Drop suggesting binutils (for ar) and cpio. libarchive is used instead.
+  * Document support for .cab and .xar (through libarchive).
   * debian/patches/git_handle_cab.patch: List vnd.ms-cab-compressed as
     supported type, thanks Mantas Kriaučiūnas (LP: #1064377)
 

Modified: desktop/experimental/file-roller/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/file-roller/debian/control?rev=36417&op=diff
==============================================================================
--- desktop/experimental/file-roller/debian/control [utf-8] (original)
+++ desktop/experimental/file-roller/debian/control [utf-8] Wed Dec  5 14:11:47 2012
@@ -74,5 +74,9 @@
   * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2),
     compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz)
  .
+ File-roller can extract following formats:
+  * Cabinet (.cab)
+  * Xar (.xar)
+ .
  File-roller doesn't perform archive operations by itself, but relies on
  standard tools for this.

Modified: desktop/experimental/file-roller/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/file-roller/debian/control.in?rev=36417&op=diff
==============================================================================
--- desktop/experimental/file-roller/debian/control.in [utf-8] (original)
+++ desktop/experimental/file-roller/debian/control.in [utf-8] Wed Dec  5 14:11:47 2012
@@ -69,5 +69,9 @@
   * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2),
     compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz)
  .
+ File-roller can extract following formats:
+  * Cabinet (.cab)
+  * Xar (.xar)
+ .
  File-roller doesn't perform archive operations by itself, but relies on
  standard tools for this.




More information about the pkg-gnome-commits mailing list