From c5c386ba8b7c91d27cfb1d6902d1f09ae6fe5f5b Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 2 Jan 2018 22:17:34 -0500 Subject: [PATCH] debian: mark library packages as optional They will be pulled in by the binary package which is priority: required. Signed-off-by: Theodore Ts'o --- debian/control.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/control.in b/debian/control.in index aed81d6..878bcd0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -49,6 +49,7 @@ Description: ext2/ext3/ext4 file system utilities - translations Package: libcomerr2 Section: libs +Priority: optional Provides: libcomerr-kth-compat Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: e2fsprogs (<< 1.34-1) @@ -77,6 +78,7 @@ Description: common error description library - headers and static libraries Package: libss2 Section: libs +Priority: optional Depends: libcomerr2, ${shlibs:Depends}, ${misc:Depends} Replaces: e2fsprogs (<< 1.34-1) Architecture: any @@ -121,6 +123,7 @@ Description: stripped-down versions of e2fsprogs, for debian-installer Package: e2fslibs Section: libs +Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: e2fsprogs (<< 1.34-1) Provides: libext2fs2, libe2p2 -- 1.8.3.1