From 357c2c147e1ae32ee3160119c15177b4d61f7ed6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Feb 2025 19:17:29 +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 7af7214..9dd5762 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,9 @@ Vcs-Git: git://daniel-baumann.ch/git/debian/pdlzip.git Package: pdlzip 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 (simple version) @@ -26,7 +28,9 @@ Package: pdlzip-dbg Section: debug Priority: extra Architecture: any -Depends: ${misc:Depends}, pdlzip (= ${binary:Version}) +Depends: + ${misc:Depends}, + pdlzip (= ${binary:Version}), Description: data compressor based on the LZMA algorithm (simple version; 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.