1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: file-roller
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 13),
desktop-file-utils,
dh-sequence-gnome,
itstool,
libarchive-dev (>= 3.2),
libglib2.0-dev (>= 2.36.0),
libgtk-3-dev (>= 3.13.2),
libgtk-4-dev,
libjson-glib-dev (>= 0.14),
libhandy-1-dev (>= 1.5.90),
libnautilus-extension-dev (>= 43~beta.1),
meson (>= 0.59)
Rules-Requires-Root: no
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/gnome-team/file-roller
Vcs-Git: https://salsa.debian.org/gnome-team/file-roller.git
Homepage: https://wiki.gnome.org/Apps/FileRoller
Package: file-roller
Architecture: any
Depends: bzip2,
${zip:Depends},
${misc:Depends},
${shlibs:Depends}
Recommends: gvfs,
yelp
Suggests: ${zip:Suggests},
arj,
lha,
lzip,
lzma,
lzop,
ncompress,
rpm2cpio,
rzip,
sharutils,
squashfs-tools,
unace,
unalz,
unar,
xz-utils,
zoo
Description: archive manager for GNOME
File-roller is an archive manager for the GNOME environment. It allows you to:
.
* Create and modify archives.
* View the content of an archive.
* View a file contained in an archive.
* Extract files from the archive.
.
File-roller supports the following formats:
* Tar (.tar) archives, including those compressed with
gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2),
compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo),
lzma (.tar.lzma) and xz (.tar.xz)
* Zip archives (.zip)
* Jar archives (.jar, .ear, .war)
* 7z archives (.7z)
* iso9660 CD images (.iso)
* Lha archives (.lzh)
* Archiver archives (.ar)
* Comic book archives (.cbz)
* 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 archives (.cab)
* Debian binary packages (.deb)
* Xar archives (.xar)
.
File-roller doesn't perform archive operations by itself, but relies on
standard tools for this.
|