From f3878615da0e617aa1fa538dbbc7da845006e083 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 14:49:31 +0100 Subject: Adding debian version 1.5~rc1-1. Signed-off-by: Daniel Baumann --- debian/changelog | 8 ++++++++ debian/control | 19 +++++++++++++++---- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4b7c219..2cc9d8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lzlib (1.5~rc1-1) experimental; urgency=low + + * Adding vcs fields. + * Wrapping control fields. + * Merging upstream version 1.5~rc1. + + -- Daniel Baumann Fri, 02 Aug 2013 18:43:13 +0200 + lzlib (1.4-3) experimental; urgency=low * Adding provides minilzip. diff --git a/debian/control b/debian/control index 2a8794e..1688732 100644 --- a/debian/control +++ b/debian/control @@ -5,14 +5,20 @@ Maintainer: Daniel Baumann Build-Depends: debhelper (>= 9), texinfo Standards-Version: 3.9.4 Homepage: http://www.nongnu.org/lzip/lzlib.html +Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/lzlib.git +Vcs-Git: git://daniel-baumann.ch/git/debian/lzlib.git Package: liblz1 Section: libs Architecture: any Pre-Depends: multiarch-support -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends}, Breaks: lzip (<< 1.15~) -Provides: minilzip, lzip-alternative +Provides: + minilzip, + lzip-alternative, Description: data compressor based on the LZMA algorithm (library) The lzlib compression library provides in-memory LZMA compression and decompression functions, including integrity checking of the uncompressed data. @@ -21,7 +27,10 @@ Description: data compressor based on the LZMA algorithm (library) Package: liblz-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, liblz1 (= ${binary:Version}) +Depends: + ${misc:Depends}, + ${shlibs:Depends}, + liblz1 (= ${binary:Version}), Breaks: lzip (<< 1.15~) Provides: lzip-alternative Description: data compressor based on the LZMA algorithm (development) @@ -36,7 +45,9 @@ Section: debug Priority: extra Architecture: any Depends: - ${misc:Depends}, liblz1 (= ${binary:Version}), liblz-dev (= ${binary:Version}) + ${misc:Depends}, + liblz1 (= ${binary:Version}), + liblz-dev (= ${binary:Version}), Description: data compressor based on the LZMA algorithm (debug) The lzlib compression library provides in-memory LZMA compression and decompression functions, including integrity checking of the uncompressed data. -- cgit v1.2.3