Hi, On Sat, Sep 24, 2016 at 04:14:44PM +0200, Tobias Frost wrote: > Control: tags 817499 + patch > Control: tags 817499 + pending > > Dear maintainer, > > I've prepared an NMU for ifstat (versioned as 1.1-8.1) and > uploaded it to DELAYED/2. Please feel free to tell me if I > should delay it longer. > > Regards.
> diff -u ifstat-1.1/debian/changelog ifstat-1.1/debian/changelog > --- ifstat-1.1/debian/changelog > +++ ifstat-1.1/debian/changelog > @@ -1,3 +1,10 @@ > +ifstat (1.1-8.1) unstable; urgency=medium > + > + * Non-maintainer upload. > + * Bump d/compat to 9 (Closes: #817499) > + > + -- Tobias Frost <t...@debian.org> Sat, 24 Sep 2016 16:13:19 +0200 > + > ifstat (1.1-8) unstable; urgency=low > > * New maintainer address. > diff -u ifstat-1.1/debian/control ifstat-1.1/debian/control > --- ifstat-1.1/debian/control > +++ ifstat-1.1/debian/control > @@ -2,13 +2,13 @@ > Section: net > Priority: optional > Maintainer: Goswin von Brederlow <goswin-...@web.de> > -Build-Depends: debhelper (>= 4), libsnmp-dev > +Build-Depends: debhelper (>= 9), libsnmp-dev > Standards-Version: 3.7.2.2 > > Package: ifstat > Section: net > Architecture: any > -Depends: ${shlibs:Depends} > +Depends: ${shlibs:Depends}, ${misc:Depends} > Description: InterFace STATistics Monitoring > ifstat is a tool to report network interfaces bandwidth just like > vmstat/iostat do for other system counters. It can monitor local Sorry for coming back so late. Why didn't you just sponsor the updated ifstat package from mentors.debian.net? https://mentors.debian.net/package/ifstat Please upload that instead to properly transition ifstat to the new debhelper and dh. The old debian/rules file will randomly break with parallel builds, like in #828348. debian/control also is missing a Build-Depends on libssl-dev. MfG Goswin