From dfcfcff786ec8d259f1768f2e3e9d0250ba83f5e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 6 Nov 2015 14:12:51 +0100 Subject: Adding debian version 1.0~rc1-1. Signed-off-by: Daniel Baumann --- debian/control | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c1cf774 --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: lunzip +Section: utils +Priority: optional +Maintainer: Debian Lzip Maintainers +Uploaders: Daniel Baumann , +Build-Depends: debhelper (>= 8), autotools-dev +Standards-Version: 3.9.1 +Homepage: http://www.nongnu.org/lzip/lunzip.html +Vcs-Browser: http://git.debian-maintainers.org/?p=lzip/lunzip.git +Vcs-Git: git://git.debian-maintainers.org/git/lzip/lunzip.git + +Package: lunzip +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: data compressor based on the LZMA algorithm (uncompressor) + Lzip is a lossless data compressor based on the LZMA algorithm, with very safe + integrity checking and a user interface similar to the one of gzip or bzip2. + . + This package contains the uncompressor. + +Package: lunzip-dbg +Section: debug +Priority: extra +Architecture: any +Depends: ${misc:Depends}, lunzip (= ${binary:Version}) +Description: data compressor based on the LZMA algorithm (uncompressor debug) + Lzip is a lossless data compressor based on the LZMA algorithm, with very safe + integrity checking and a user interface similar to the one of gzip or bzip2. + . + This package contains the debugging symbols for the uncompressor. -- cgit v1.2.3