1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
golang-github-gopacket-gopacket (1.3.0-2) unstable; urgency=medium
* Team upload
* Fix time type (again) (Closes: #1077451)
-- Stephen Gelman <ssgelm@debian.org> Tue, 15 Oct 2024 00:02:00 -0500
golang-github-gopacket-gopacket (1.3.0-1) unstable; urgency=medium
* Team upload
* New upstream release (Closes: #1077451)
* Update standards version to 4.7.0
-- Stephen Gelman <ssgelm@debian.org> Tue, 10 Sep 2024 20:05:06 -0500
golang-github-gopacket-gopacket (1.2.0-2) unstable; urgency=medium
* Team upload
* Fix time type with __USE_TIME_BITS64
-- Shengjing Zhu <zhsj@debian.org> Fri, 29 Mar 2024 06:25:50 +0800
golang-github-gopacket-gopacket (1.2.0-1) unstable; urgency=medium
* Team upload
* New upstream version 1.2.0
* Reorder fields in debian/control and debian/copyright
* Use dh-sequence-golang instead of dh-golang and --with=golang
* Refresh 0001-Skip-comparing-libpcap-output-in-TestBPFInstruction.patch
* Skip TestEthernetHandle_Close_With{Timeout,Cancel}.
These tests in pcapgo/capture_test.go need root access and would give
"netlink.LinkAdd() error = operation not permitted" otherwise.
-- Anthony Fok <foka@debian.org> Wed, 20 Dec 2023 11:33:34 -0700
golang-github-gopacket-gopacket (1.0.0-1) unstable; urgency=medium
* Team upload
* New upstream version 1.0.0
* Remove test dependencies from -dev package
* Update Standards-Version to 4.6.2 (no changes)
* Track upstream tags in uscan watch file
* Simplify d/rules.
And skip only one test in pcap_test.go
-- Shengjing Zhu <zhsj@debian.org> Wed, 08 Feb 2023 15:49:37 +0800
golang-github-gopacket-gopacket (0.1.0-2) unstable; urgency=medium
* d/rules: exclude failing pcap test
-- Daniel Milde <daniel@milde.cz> Sun, 08 Jan 2023 20:35:58 +0100
golang-github-gopacket-gopacket (0.1.0-1) unstable; urgency=medium
* New upstream release
-- Daniel Milde <daniel@milde.cz> Fri, 06 Jan 2023 18:49:22 +0100
golang-github-gopacket-gopacket (0.0~git20220825.b6a42f7-2) unstable; urgency=medium
[ Stephen Gelman ]
* Clean up long description
[ Daniel Milde ]
* d/copyright: fix syntax
* d/rules: use install extra, remove executable bit
* d/copyright fixed
-- Daniel Milde <daniel@milde.cz> Sat, 05 Nov 2022 01:24:38 +0100
golang-github-gopacket-gopacket (0.0~git20220825.b6a42f7-1) unstable; urgency=medium
* Initial release (Closes: 1020538)
-- Daniel Milde <daniel@milde.cz> Mon, 03 Oct 2022 22:27:30 +0200
|