summaryrefslogtreecommitdiff
path: root/data/unzip/debian/control
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-06-18 11:38:22 -1000
committerSam Bingner <sam@bingner.com>2019-06-18 11:38:22 -1000
commit6a336ff55fd9e31188a04f8ee848309653135219 (patch)
tree5ccc0cca0eb8b3b3670c8d9b658873ed7ce48c68 /data/unzip/debian/control
parent193f32e39e93ea855bda21c551362d9117160ba3 (diff)
Update unzip to work with new ipsw files
Diffstat (limited to 'data/unzip/debian/control')
-rw-r--r--data/unzip/debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/unzip/debian/control b/data/unzip/debian/control
new file mode 100644
index 000000000..8d1ca2ffc
--- /dev/null
+++ b/data/unzip/debian/control
@@ -0,0 +1,20 @@
+Source: unzip
+Section: utils
+Priority: optional
+Maintainer: Santiago Vila <sanvila@debian.org>
+Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9), libbz2-dev
+Homepage: http://www.info-zip.org/UnZip.html
+
+Package: unzip
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: zip
+Multi-Arch: foreign
+Description: De-archiver for .zip files
+ InfoZIP's unzip program. With the exception of multi-volume archives
+ (ie, .ZIP files that are split across several disks using PKZIP's /& option),
+ this can handle any file produced either by PKZIP, or the corresponding
+ InfoZIP zip program.
+ .
+ This version supports encryption.