ethstats (1.2.1-4) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.5.0 with no changes.
  * Add the year 2020 to my debian/* copyright notice.
  * Drop the adequate autopkgtest.
  * Drop the Name and Contact upstream metadata fields.
  * Fix the upstream contact information in the copyright file:
    I adopted ethstats quite some time ago.
  * Bump the debhelper compat level to 13 with no changes.

 -- Peter Pentchev <roam@debian.org>  Sun, 10 May 2020 00:27:52 +0300

ethstats (1.2.1-3) unstable; urgency=medium

  * Switch to a DEP-14 debian/master branch.
  * Add the year 2019 to my debian/* copyright notice.
  * Use the test-name autopkgtest feature.
  * Add a simple git-buildpackage config file.

 -- Peter Pentchev <roam@debian.org>  Tue, 26 Feb 2019 15:57:46 +0200

ethstats (1.2.1-2) unstable; urgency=medium

  * Bring up to compliance with Debian Policy 4.3.0: install the upstream
    release notes (CHANGES) as NEWS and not changelog.
  * Drop the Lintian overrides related to B-D: debhelper-compat -
    Lintian 2.5.98 no longer emits these warnings and errors.
  * Add a trivial autopkgtest running feature-check on the executable.
  * Minimize the upstream signing key, only keep the roam@ringlet.net UID.
  * Bump the debhelper compatibility version to 12 with no changes.

 -- Peter Pentchev <roam@debian.org>  Wed, 26 Dec 2018 00:21:08 +0200

ethstats (1.2.1-1) unstable; urgency=medium

  * Use my Debian e-mail address.
  * Declare compliance with Debian Policy 4.1.4 with no changes.
  * Drop an empty line at the end of the changelog file.
  * Add a trivial autopkgtest running adequate on the installed package.
  * Use the B-D: debhelper-compat (= 11) mechanism.
  * New upstream release, add the feature-check tool to the build and
    test dependencies.

 -- Peter Pentchev <roam@debian.org>  Thu, 17 May 2018 13:29:33 +0300

ethstats (1.1.1-3) unstable; urgency=medium

  * Use substitution variables in the watch file.
  * Bump the year on my debian/* copyright notice.
  * Declare compliance with Debian Policy 4.1.3 with no changes.
  * Bump the debhelper compatibility version to 11 with no changes.
  * Add "Rules-Requires-Root: no" to the source control stanza and
    override the upstream Makefile's install(1) invocations.

 -- Peter Pentchev <roam@ringlet.net>  Thu, 04 Jan 2018 18:08:35 +0200

ethstats (1.1.1-2) unstable; urgency=medium

  * Declare compliance with Debian Policy 3.9.8 with no changes.
  * Bump the year on my debian/* copyright notice.
  * Use the HTTPS scheme for various upstream and Debian URLs.
  * Add an autopkgtest running the "test" Makefile target.
  * Update the watch file to format version 4 and catch up with
    the download URL change on the upstream site.
  * Bump the debhelper compatibility level to 10 with no changes.

 -- Peter Pentchev <roam@ringlet.net>  Tue, 08 Nov 2016 17:57:35 +0200

ethstats (1.1.1-1) unstable; urgency=medium

  * New upstream release:
    - fix the bytes-out/packets-out mishandling.  Closes: #809182

 -- Peter Pentchev <roam@ringlet.net>  Mon, 28 Dec 2015 15:21:43 +0200

ethstats (1.1.0-1) unstable; urgency=medium

  * Remove the obsolete DM-Upload-Allowed source control field.
  * Switch the Vcs-* tags to my GitLab full-source repository.
  * Bump the debhelper compatibility level to 9 with no changes.
  * Declare compliance with Debian Policy 3.9.6 with no changes.
  * Use perl:Depends for the binary package.
  * Update the copyright file:
    - convert it to version 1.0 of the copyright-format spec
    - merge the PD paragraphs and explicitly place my changes into
      the public domain, too
    - bump the year on my debian/* copyright notice
  * Use the dpkg-dev default for the Debian tarball's compression.
  * Note that I'm adopting the ethstats tool's upstream maintenance:
    - add the Homepage source control field
    - update the watch file
    - add the upstream PGP signing key
    - add an upstream metadata file
    - update the upstream location in the copyright file
  * Add Multi-Arch: foreign to the binary package.
  * New upstream release from devel.ringlet.net:
    - drop the 01-getopt and 02-interface patches, applied upstream
    - use the upstream build system and add a build dependency on perl
      for the test suite
    - use the upstream mandoc manual page and drop the build dependency
      on docbook-to-man

 -- Peter Pentchev <roam@ringlet.net>  Fri, 11 Dec 2015 19:54:07 +0200

ethstats (1.0-5) unstable; urgency=low

  * Switch to Git and point the Vcs-* fields to Gitorious.
  * Bump Standards-Version to 3.9.1 with no changes.
  * Switch to bzip2 compression for the Debian tarball.
  * Bump the debhelper compatibility level to 8 with no changes.
  * Update the copyright file to the latest DEP 5 candidate format and
    bump the year on my copyright notice.

 -- Peter Pentchev <roam@ringlet.net>  Tue, 01 Mar 2011 14:01:47 +0200

ethstats (1.0-4) unstable; urgency=low

  * Add a couple of patches:
    - use Getopt::Std
    - add the -n period option to configure the polling interval
    - add the -i iface option to only watch a single interface
  * Convert to the 3.0 (quilt) source format.
  * Bump Standards-Version to 3.9.0 with no changes.
  * Convert the copyright file to the DEP 5 format and bump the year of
    my copyright notice.
  * Add the Vcs-Svn and Vcs-Browser source control fields.

 -- Peter Pentchev <roam@ringlet.net>  Mon, 28 Jun 2010 17:59:38 +0300

ethstats (1.0-3) unstable; urgency=low

  * New maintainer.  Closes: #519342
  * Keep everything in the debian/ directory:
    - remove the ethstats copy of ethstats.pl and regenerate it in
      the "build" target
    - move the ethstats.sgml manual page into debian/
    - remove the manual page in the "clean" target
  * Add a watch file.
  * Use debian/compat to specify the debhelper compatibility level.
  * Clean up the rules file:
    - remove lots of useless commented-out stuff
    - remove the useless and empty configure target
    - remove the nostrip and noopt handling - it's a Perl script!
    - remove lots of useless debhelper tool invocations
    - move many debhelper tool invocations from the binary target to
      the install target, where the dh utility would place them
    - this is an arch-independent package, so use binary-indep, not
      binary-arch!
  * Move docbook-to-man to B-D-I from B-D.
  * Remove the dot at the end of the package synopsis.
  * Depend on "perl", not "perl5".
  * Bump the debhelper compatibility level to 7:
    - add misc:Depends to the binary package
    - minimize the rules file
  * Bump Standards-Version to 3.8.1 with no changes.
  * Convert the copyright file to the machine-parseable format and
    add my copyright notice.

 -- Peter Pentchev <roam@ringlet.net>  Sat, 09 May 2009 16:43:44 +0300

ethstats (1.0-2) unstable; urgency=low

  * Wrote a manpage for ethstats.
  * Renamed binary to 'ethstats' instead of 'ethstats.pl' mostly
    because of what dh_installman says.
  * Jeez, did I forget to upload this yet?! (Dec 19th, 2002)

 -- Scott M. Dier <sdier@debian.org>  Thu,  4 Jul 2002 21:45:16 -0500

ethstats (1.0-1) unstable; urgency=low

  * Initial Release. Closes: #143841

 -- Scott M. Dier <sdier@debian.org>  Sun, 21 Apr 2002 00:54:38 -0500
