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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
|
libnet-pcap-perl (0.18-2) unstable; urgency=medium
* Add patch from CPAN RT for libpcap 1.8 compatibility.
(Closes: #843704)
* Add build dependency on libtest-exception-perl to enable more tests.
* Add a patch to fix spelling mistakes in the POD.
-- gregor herrmann <gregoa@debian.org> Sat, 12 Nov 2016 17:46:36 +0100
libnet-pcap-perl (0.18-1) unstable; urgency=medium
* Team upload.
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* Change bugtracker URL(s) to HTTPS.
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
[ Salvatore Bonaccorso ]
* Add debian/upstream/metadata
* Import upstream version 0.18
* Drop patches:
- 0001-Append-CCFLAGS-to-Config-ccflags-instead-of-overridi.patch
- spelling-errors.patch
- fail-without-libpcap.patch
* Update copyright years for upstream files
* Declare compliance with Debian policy 3.9.8
* debian/rules: Enable the bindnow hardening flag
* Declare package as autopkgtestable
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 22 May 2016 14:18:32 +0200
libnet-pcap-perl (0.17-1) unstable; urgency=low
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* Change search.cpan.org based URIs to metacpan.org based URIs
[ Xavier Guimard ]
* Imported Upstream version 0.17
* Update debian/copyright (years and format)
* Bump Standards-Version to 3.9.4
* Bump debhelper compatibility to 9 to get hardening flags
* Remove safe_signals patch now included in upstream
* Add spelling patch (reported to RT)
* Refresh ccflags patch
[ gregor herrmann ]
* Add a patch to make Makefile.PL die if libpcap isn't found.
(Closes: #633414)
-- Xavier Guimard <x.guimard@free.fr> Sat, 25 May 2013 08:23:59 +0200
libnet-pcap-perl (0.16-3) unstable; urgency=low
[ Franck Joncourt ]
* Minimized debian/rules:
+ Refreshed debian/rules
+ Updated BD versions on debhelper and quilt to be able to use
dh --with quilt
[ gregor herrmann ]
* debian/control: improve long description, thanks to Peter Pentchev for
spotting.
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ gregor herrmann ]
* Add patch by Niko Tyni to work with perl 5.14 (closes: #629302).
* Switch to source format 3.0 (quilt); drop quilt framework.
* Bump debhelper compatibility level to 8.
* Set Standards-Version to 3.9.2, drop version from perl build dependency.
* debian/copyright: refresh formatting.
-- gregor herrmann <gregoa@debian.org> Sun, 10 Jul 2011 21:39:19 +0200
libnet-pcap-perl (0.16-2) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Added: ${misc:Depends} to Depends: field.
[ Franck Joncourt ]
* Do not allow the pcap loop function to be interrupted by signals.
It happens this causes segfault. (Closes: #508432)
- Documented the usage of quilt through README.source.
- Added Build-dependency on quilt in d.control
- Updated d.rules
- Added safe_signal.patch.
This patch makes Net::Pcap behave the same way as its previous release.
* Set Standards-Version to 3.8.1 (no changes).
* Removed the created const-xs.inc and const-c.inc during clean.
* d.copyright: add © symbol for Debian copyright holders.
* d.control:
- Add /me to Uploaders.
- Refresh both short and long descriptions
-- Franck Joncourt <franck.mail@dthconnex.com> Wed, 29 Apr 2009 19:46:22 +0200
libnet-pcap-perl (0.16-1) unstable; urgency=low
* Take over for the Debian Perl Group on maintainer's request
(http://lists.debian.org/debian-perl/2008/11/msg00047.html).
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Changed:
Maintainer set to Debian Perl Group <pkg-perl-
maintainers@lists.alioth.debian.org> (was: Ola Lundqvist
<opal@debian.org>); Ola Lundqvist <opal@debian.org> moved to
Uploaders.
* debian/watch: use dist-based URL.
* New upstream release (closes: #329635). Includes fixes for
- "pcap_setnonblock and pcap_getnonblocl implementation" (closes: #270942)
- "Example/test 07-stats.t fails" (closes: #272869)
* Remove README.Debian, which just points to a manpage.
* Don't install README anymore, just a text version of the POD
documentation.
* Install "real" examples instead of test scripts.
* Set debhelper compatibility level to 7; adapt
debian/{control,compat,rules}.
* Set Standards-Version to 3.8.0 (no changes).
* debian/copyright: switch to new format.
* Remove the created funcs.txt during clean.
* debian/control:
- build depend on libpcap0.8-dev instead of (transitional) libpcap-dev
- mention module name in long description
- add /me to Uploaders
- add build dependency on libtest-pod-perl to enable an additional test
(various other tests depend on not existing packages or are not
functional)
- change Section to perl
-- gregor herrmann <gregoa@debian.org> Thu, 13 Nov 2008 23:33:45 +0100
libnet-pcap-perl (0.04-3) unstable; urgency=low
* Added directory t from sources to examples directory, closes:
#203294.
* Updated standards version to 3.6.1.
-- Ola Lundqvist <opal@debian.org> Sat, 14 Aug 2004 22:46:37 +0200
libnet-pcap-perl (0.04-2) unstable; urgency=low
* Updated standards version from 3.5.2 to 3.5.8.
* Fixed description line.
* Maintainer keepup, closes: #158964.
* Rebuilt using latest libpcap-dev, closes: #156213.
-- Ola Lundqvist <opal@debian.org> Fri, 18 Jul 2003 13:54:15 +0200
libnet-pcap-perl (0.04-1.2) unstable; urgency=low
* NMU: Rebuilt against perl 5.8, closes: #158964.
-- Ben Burton <benb@acm.org> Sun, 1 Sep 2002 11:12:15 +1000
libnet-pcap-perl (0.04-1.1) unstable; urgency=low
* Non maintainer upload
* Rebuilt with new libpcap to remove dependency on libpcap0, which I
got removed from unstable by accident. Sorry about this...
-- Torsten Landschoff <torsten@debian.org> Sat, 10 Aug 2002 11:37:10 +0200
libnet-pcap-perl (0.04-1) unstable; urgency=low
* Initial release, closes: #140191.
-- Ola Lundqvist <opal@debian.org> Wed, 27 Mar 2002 22:37:04 +0100
|