From c234eafa0c92613f2d882a077e20945b247ae5f5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Feb 2025 22:11:25 +0100 Subject: [PATCH] Wrapping control fields. Signed-off-by: Daniel Baumann --- debian/control | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 862a163..2386898 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,9 @@ Vcs-Git: git://daniel-baumann.ch/git/debian/lunzip.git Package: lunzip Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends}, Breaks: lzip (<< 1.15~) Provides: lzip-alternative Description: data compressor based on the LZMA algorithm (decompressor) @@ -23,7 +25,9 @@ Package: lunzip-dbg Section: debug Priority: extra Architecture: any -Depends: ${misc:Depends}, lunzip (= ${binary:Version}) +Depends: + ${misc:Depends}, + lunzip (= ${binary:Version}), Description: data compressor based on the LZMA algorithm (decompressor 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.