From f010410e93c354a285c5cfc07a61c0264d5e7977 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 6 Nov 2015 12:38:28 +0100 Subject: Adding debian version 1.5~pre1-3. Signed-off-by: Daniel Baumann --- debian/changelog | 7 +++++++ debian/control | 14 +++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bd48003..538a52e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +clzip (1.5~pre1-3) experimental; urgency=low + + * Adding vcs fields. + * Wrapping control fields. + + -- Daniel Baumann Wed, 17 Jul 2013 12:46:59 +0200 + clzip (1.5~pre1-2) experimental; urgency=low * Adding lzip-alternative provides. diff --git a/debian/control b/debian/control index 963f92c..ccf1e59 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,19 @@ Source: clzip Section: utils Priority: optional Maintainer: Daniel Baumann -Build-Depends: debhelper (>= 9), texinfo +Build-Depends: + debhelper (>= 9), + texinfo, Standards-Version: 3.9.4 Homepage: http://www.nongnu.org/lzip/clzip.html +Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/clzip.git +Vcs-Git: git://daniel-baumann.ch/git/debian/clzip.git Package: clzip Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends}, Breaks: lzip (<< 1.15~) Provides: lzip-alternative Description: C, lossless data compressor based on the LZMA algorithm @@ -26,7 +32,9 @@ Package: clzip-dbg Section: debug Priority: extra Architecture: any -Depends: ${misc:Depends}, clzip (= ${binary:Version}) +Depends: + ${misc:Depends}, + clzip (= ${binary:Version}), Description: C, lossless data compressor based on the LZMA algorithm (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. -- cgit v1.2.3