-
pcapfix (1.1.7-2) unstable; urgency=medium
* debian/control: bumped Standards-Version to 4.6.1.
* debian/copyright:
- Converted the last paragraph of the GPL-3 in a comment.
- Updated packaging copyright years.
* debian/source/lintian-overrides: created to override messages about
captures created by tcpdump.
* debian/tests/control: improved all tests making checks over the results.
* debian/watch: updated the search rule to make it compliant with new
standards of the GitHub.
-- Joao Eriberto Mota Filho <email address hidden> Fri, 25 Nov 2022 23:27:08 -0300
-
pcapfix (1.1.7-1) unstable; urgency=medium
* New upstream version 1.1.7.
* debian/control: bumped Standards-Version to 4.5.1.
* debian/copyright: updated packaging and upstream copyright years.
* debian/watch: updated the search rule to make it compliant with new
standards of the GitHub.
-- Joao Eriberto Mota Filho <email address hidden> Sun, 15 Aug 2021 21:38:30 -0300
-
pcapfix (1.1.4-4) unstable; urgency=medium
* debian/control: bumped DH level to 13.
* debian/upstream/metadata: created.
-- Joao Eriberto Mota Filho <email address hidden> Tue, 07 Jul 2020 23:05:51 -0300
-
pcapfix (1.1.4-3) unstable; urgency=medium
* debian/control:
- Added 'Rules-Requires-Root: no' to source stanza.
- Bumped Standards-Version to 4.5.0.
* debian/copyright: updated packaging copyright years.
* debian/salsa-ci.yml: added to provide CI tests for Salsa.
-- Joao Eriberto Mota Filho <email address hidden> Mon, 24 Feb 2020 13:27:11 -0300
-
pcapfix (1.1.4-2) unstable; urgency=medium
* debian/tests/control: fixed to point to debian/examples.d/
instead of debian/test/. (Closes: #920938)
-- Joao Eriberto Mota Filho <email address hidden> Wed, 06 Feb 2019 12:50:48 -0200
-
pcapfix (1.1.4-1) unstable; urgency=medium
* New upstream version 1.1.4.
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 12.
* debian/control: bumped Standards-Version to 4.3.0.
* debian/copyright: updated upstream and packaging copyright years.
* debian/examples: updated to install debian/examples.d content.
* debian/source/include-binaries: updated because debian/test was renamed
to debian/examples.d.
* debian/test: renamed to debian/examples.d.
-- Joao Eriberto Mota Filho <email address hidden> Tue, 29 Jan 2019 00:36:54 -0200
-
pcapfix (1.1.3-1) unstable; urgency=medium
* New upstream release.
* debian/control: bumped Standards-Version to 4.2.1.
* debian/copyright: updated upstream copyright years.
* debian/README.Debian: updated to explain about a new test.
* debian/source/include-binaries: updated.
* debian/test/:
- Added a new test: test_2018.pcap.
- Changed all suffix from dump to pcap.
* debian/tests/control: updated to use all tests from debian/test directory.
* debian/watch: added GitHub as an additional repository.
-- Joao Eriberto Mota Filho <email address hidden> Wed, 05 Sep 2018 11:05:55 -0300
-
pcapfix (1.1.1-1) unstable; urgency=medium
* New upstream release.
* Migrated DH level to 11.
* debian/control:
- Bumped Standards-Version to 4.1.4.
- Changed Vcs-* URLs to salsa.debian.org.
* debian/copyright:
- Updated upstream and packaging copyright years.
- Using a secure URI in Format field.
* debian/patches/10_fix-spellings.patch: removed. The upstream fixed
the source code. Thanks!
* debian/tests/control: added to implement the autopkgtest.
* debian/watch: using a secure URI.
-- Joao Eriberto Mota Filho <email address hidden> Fri, 13 Apr 2018 10:43:35 -0300
-
pcapfix (1.1.0-2) unstable; urgency=medium
* Bumped DH level to 10.
* debian/control:
- Bumped Standards-Version to 3.9.8.
- Updated the Vcs-* fields to use https instead of http and git.
* debian/copyright: updated the packaging copyright years.
* debian/gbp.conf: no longer used by me... Removed.
* debian/patches/10_fix-spellings.patch: added to fix some spelling errors in
manpage.
* debian/rules:
- Added the DEB_BUILD_MAINT_OPTIONS variable to improve the GCC hardening.
- Removed the --parallel option from dh.
* debian/watch: bumped to version 4.
-- Joao Eriberto Mota Filho <email address hidden> Mon, 10 Oct 2016 13:19:06 -0300
-
pcapfix (1.1.0-1) unstable; urgency=medium
* New upstream release.
* New upstream GPG key.
* Upstream source code relicensed to GPL-3+.
So, d/copyright updated.
-- Joao Eriberto Mota Filho <email address hidden> Sun, 31 Aug 2014 12:26:59 -0300
-
pcapfix (1.0.2-3) unstable; urgency=medium
* New maintainer email address.
* debian/control:
- Removed dpkg-dev as build dependency. DH9 no longer uses it.
- Updated the Vcs-Browser field.
-- Joao Eriberto Mota Filho <email address hidden> Mon, 11 Aug 2014 08:42:02 -0300
-
pcapfix (1.0.2-2) unstable; urgency=medium
* Cryptographic signature verification: the upstream is providing a GPG
signature that allows the tarball verification. Consequently:
- Added the debian/upstream-signing-key.pgp file.
- Added the debian/source/include-binaries to allow the
debian/upstream-signing-key.pgp file use.
- Updated the debian/watch file.
-- Joao Eriberto Mota Filho <email address hidden> Mon, 24 Feb 2014 13:29:27 -0300
-
pcapfix (1.0.1-1) unstable; urgency=low
* New upstream release.
* debian/rules: removed GCC hardening because the upstream already is doing.
-- Joao Eriberto Mota Filho <email address hidden> Sun, 03 Nov 2013 15:34:43 -0200
-
pcapfix (1.0.0-1) unstable; urgency=low
* New upstream release.
* Added a new test as example for users (file
debian/test/test_without_pcap_header.dump)
* debian/copyright: license changed from GPL-3.0+ to GPL-3.0 because the
upstream didn't declare about "or any later version" in headers of your
source code.
* debian/control:
- Fixed the VCS-Browser to show the summary instead the git structure.
- Improved the short and long description because pcapfix now works with
pcapng too.
* debian/README.Debian: Improved explanations about the test files.
-- Joao Eriberto Mota Filho <email address hidden> Sat, 12 Oct 2013 16:36:57 -0300
-
pcapfix (0.7.3-1) unstable; urgency=low
* New upstream release.
* Removed Makefile.patch and pcapfix.1.patch. The upstream
improved the Makefile and fixed the manpage.
-- Joao Eriberto Mota Filho <email address hidden> Thu, 01 Aug 2013 08:49:32 -0300
-
pcapfix (0.7.2-1) unstable; urgency=low
* Initial release (Closes: #705221)
-- Joao Eriberto Mota Filho <email address hidden> Wed, 10 Apr 2013 15:39:11 +0000