Package: libv8-2.2.24 Version: 2.2.24-4 Justification: policy §2.5 Tags: patch
libv8 has priority extra, which means packages with priority optional technically can’t depend on it. I can’t find any packages conflicting with it, so I suspect bumping the priority would be harmless. Thoughts? --- diff --git a/debian/control b/debian/control index a9b8467..9febf18 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: libv8 -Priority: extra +Priority: optional Maintainer: Antonio Radici <[email protected]> Uploaders: Jérémy Lal <[email protected]> Build-Depends: debhelper (>= 7), pkg-config, scons, cdbs (>= 0.4.73) @@ -33,6 +33,7 @@ Description: V8 JavaScript Engine Package: libv8-dbg Section: debug +Priority: extra Architecture: i386 amd64 armel mipsel Depends: libv8-2.2.24 (= ${binary:Version}), ${misc:Depends} Description: Development symbols for the V8 JavaScript Engine -- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

