Package: libavcodec-extra Version: 6:10.1-1 Severity: minor Tags: patch Hi
Without an explicit section declaration, libavcodec-extra inherits
Section: libs from the source stanza of debian/control and gets flagged
as obsolete by tools like deborphan. An alternative is setting another
section like metapackages or video explicitly, the attached patch uses
"metapackages" as introduced in Debian Policy 3.9.3.
Regards
Stefan Lippers-Hollmann
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.14-3.slh.2-aptosid-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libavcodec-extra depends on:
ii libavcodec-extra-55 6:10.1-1
libavcodec-extra recommends no packages.
libavcodec-extra suggests no packages.
-- no debconf information
From 946d34f4af500d8287f485887dd21ddc24292b47 Mon Sep 17 00:00:00 2001 From: Stefan Lippers-Hollmann <[email protected]> Date: Tue, 13 May 2014 00:49:55 +0200 Subject: [PATCH] libavcodec-extra: declare as Section: metapackages Without an explicit section declaration, libavcodec-extra inherits Section: libs from the source stanza of debian/control and gets flagged as obsolete by tools like deborphan. Pick "metapackages" as introduced in Debian Policy 3.9.3, which is handled specially by apt frontends; an alternative would be "video" like libav-tools. Signed-off-by: Stefan Lippers-Hollmann <[email protected]> --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 80c9e5a..01363bf 100644 --- a/debian/control +++ b/debian/control @@ -396,6 +396,7 @@ Description: Libav codec library (additional codecs) GPL version 3 or later. Package: libavcodec-extra +Section: metapackages Priority: extra Architecture: all Depends: -- 2.0.0.rc2
signature.asc
Description: This is a digitally signed message part.

