From a9c81252e0db470509cb4f618ffeb7c12d4ed37a Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Sun, 27 Jan 2019 16:41:56 -0800 Subject: [PATCH] debian/control: Follow current policy for Priority field Policy 2.5 explains: The priority of a package is determined solely by the functionality it provides directly to the user. The priority of a package should not be increased merely because another higher-priority package depends on it and: extra This priority is deprecated. Use the optional priority instead. This means we can treat liblzma5 and xzdec as optional now. --- debian/changelog | 1 + debian/control | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 36d20d95..58db3006 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ xz-utils (5.2.4-0.1) unstable; urgency=low at run time. Closes: #919950. Thanks to Josh Triplett. - Breaks: liblzma2 versions without symbol versioning. + - Priority: optional. * xz-utils: - Lower priority of xz-utils to standard. Closes: #685203. - README.Debian: Remove notes about differences from upstream. diff --git a/debian/control b/debian/control index fc22bb00..6b4dbd26 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: xz-utils Section: utils -Priority: required +Priority: optional Maintainer: Jonathan Nieder Uploaders: Mohammed Adnène Trojette Build-Depends: debhelper (>= 8.9.0), dpkg-dev (>= 1.16.2), @@ -59,7 +59,6 @@ Description: XZ-format compression utilities * support for flushing the encoder. Package: xzdec -Priority: extra Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: foreign @@ -88,7 +87,6 @@ Description: XZ-format compression utilities - tiny decompressors Package: liblzma-dev Section: libdevel -Priority: optional Multi-Arch: same Architecture: any Depends: liblzma5 (= ${binary:Version}), ${misc:Depends} @@ -105,7 +103,6 @@ Description: XZ-format compression library - development files Package: liblzma-doc Section: doc -Priority: optional Architecture: all Depends: ${misc:Depends} Suggests: liblzma-dev -- 2.11.4.GIT