summaryrefslogtreecommitdiff
path: root/debian/control
blob: 7e41e153073aa261d1026867d666a8a7b7ebbddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: dtrx
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org> 
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~)
Build-Depends-Indep: python-yaml, bzip2, unzip, cpio, rpm, binutils, p7zip-full, cabextract, unshield, lzma, python-docutils (>= 0.6), xz-utils
Standards-Version: 4.0.1
Homepage: http://brettcsmith.org/2007/dtrx/
X-Python-Version: >= 2.4

Package: dtrx
Architecture: all
Depends: ${python:Depends}, bzip2, unzip, cpio, rpm, binutils, p7zip-full, cabextract, unshield, lzma, xz-utils, ${misc:Depends} 
Description: intelligently extract multiple archive types
 dtrx is basically the same as tar -zxf or tar -xjf except you don't have
 to remember the flags for each file. But there's more to it than that.
 You know those really annoying files that don't put everything in a
 dedicated directory, and have the permissions all wrong? dtrx takes care
 of all those problems for you, too. dtrx is simple and powerful. Just
 use the same command for all your archive files, and they'll never
 frustrate you again.