Hi, On Fri, 15 Aug 2014 15:34:45 +0000 Gerrit Pape <[email protected]> wrote: > Package: nfacct > Version: 1.0.1-1 > Severity: serious > Justification: Policy 2.5 > > Hi, the current nfacct package version in testing is priority important > and depends on packages with priority extra. Policy 2.5 states: > > "Packages must not depend on packages with lower priority values > (excluding build-time dependencies)." > > $ apt-cache show nfacct |grep -E '^Version:|^Priority|^Depends' > Version: 1.0.1-1 > Depends: libc6 (>= 2.7), libmnl0, libnetfilter-acct1 > Priority: important > $ apt-cache show libmnl0 libnetfilter-acct1 |grep ^Priority > Priority: extra > Priority: extra I have uploaded a fixed NMU-ed version to DELAYED/2. Please see the diff attached.
Cheers, Balint
diff -Nru nfacct-1.0.1/debian/changelog nfacct-1.0.1/debian/changelog --- nfacct-1.0.1/debian/changelog 2013-07-22 01:57:31.000000000 +0200 +++ nfacct-1.0.1/debian/changelog 2014-11-02 00:25:28.000000000 +0100 @@ -1,3 +1,10 @@ +nfacct (1.0.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Set package priority to extra to fix priority inversion (Closes: #758229) + + -- Balint Reczey <[email protected]> Sun, 02 Nov 2014 00:24:17 +0100 + nfacct (1.0.1-1) unstable; urgency=low * New upstream release diff -Nru nfacct-1.0.1/debian/control nfacct-1.0.1/debian/control --- nfacct-1.0.1/debian/control 2013-07-22 01:56:46.000000000 +0200 +++ nfacct-1.0.1/debian/control 2014-11-02 00:24:37.000000000 +0100 @@ -1,6 +1,6 @@ Source: nfacct Section: net -Priority: important +Priority: extra Maintainer: Laurence J. Lane <[email protected]> Build-Depends: debhelper (>= 9), libnfnetlink-dev, libmnl-dev, libnetfilter-acct-dev, dh-autoreconf, autotools-dev Standards-Version: 3.9.4

