Source: yajl
Version: 2.1.0-1
Severity: important
Tags: patch
Justification: Policy 2.5

Hi,

currently yajl and all of its binaries have the priority extra.
On the other hand, at least the library is used by other binaries with
an higher priority -- for example: elektra, libvirt, mpd, raptor2,
xbmc, and xen.

According to Policy ยง2.5, at least libyajl2 and libyajl-dev should be
optional.
Attached there is a patch for bumping the priority to optional to all
the binaries except the debug symbols, as it is usually done by other
sources.

(Note that after an upload of this, you will also need to file a bug
against ftp.debian.org to adjust on ftp-master side the priorities of
the binaries.)

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: yajl
 Section: libs
-Priority: extra
+Priority: optional
 Maintainer: John Stamp <jst...@users.sourceforge.net>
 Build-Depends: debhelper (>= 9), cmake, doxygen
 Standards-Version: 3.9.5
@@ -46,6 +46,7 @@ Package: libyajl2-dbg
 Architecture: any
 Multi-Arch: same
 Section: debug
+Priority: extra
 Depends: libyajl2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Yet Another JSON Library - debugging symbols
  A small, fast library for parsing JavaScript Object Notation (JSON).  It

Reply via email to