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
|
libnet-dns-resolver-programmable-perl (0.003-4) unstable; urgency=medium
* Team upload
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ Damyan Ivanov ]
* Mark package as autopkgtestable
* Declare compliance with Debian Policy 3.9.6
* Add explicit build dependency on libmodule-build-perl
-- Damyan Ivanov <dmn@debian.org> Tue, 09 Jun 2015 14:36:50 +0000
libnet-dns-resolver-programmable-perl (0.003-3) unstable; urgency=low
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
copyright"
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
* Add patch from CPAN RT to handle newer versions of Net::DNS.
(Closes: #752988)
* Update years of packaging copyright.
* Add a patch which adds a minimal test to the package.
* Build depend on libnet-dns-perl for the new test.
* Declare compliance with Debian Policy 3.9.5.
-- gregor herrmann <gregoa@debian.org> Sun, 29 Jun 2014 16:43:39 +0200
libnet-dns-resolver-programmable-perl (0.003-2) unstable; urgency=low
* Take over for the Debian Perl Group on request of the MIA team.
* debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
field (source stanza). Changed: Maintainer set to Debian Perl Group
<pkg-perl-maintainers@lists.alioth.debian.org> (was: Julian Mehnle
<julian@mehnle.net>).
* debian/watch: use dist-based URL.
* Switch to "3.0 (quilt)" source format.
* Switch to debhelper compatibility level 8 and tiny debian/rules.
* Bump Standards-Version to 3.9.2 (no changes); remove version from perl
build dependency, clean up (build) dependencies (closes: #517301).
* debian/copyright: use DEP5 formatting.
* Add /me to Uploaders.
-- gregor herrmann <gregoa@debian.org> Tue, 27 Dec 2011 19:14:43 +0100
libnet-dns-resolver-programmable-perl (0.003-1) unstable; urgency=low
* Initial Debian release (closes: #444443).
* Added watch file.
-- Julian Mehnle <julian@mehnle.net> Wed, 03 Oct 2007 15:39:25 +0000
libnet-dns-resolver-programmable-perl (0.003) unstable; urgency=low
* Depends: libnet-dns-perl
* Dropped build dependency on libtest-simple-perl for now. There are
currently no tests.
-- Julian Mehnle <julian@mehnle.net> Wed, 30 May 2007 22:03:19 +0000
libnet-dns-resolver-programmable-perl (0.002.2) unstable; urgency=low
* Slightly adjusted license statement in debian/copyright.
-- Julian Mehnle <julian@mehnle.net> Tue, 9 Jan 2007 13:00:00 +0000
libnet-dns-resolver-programmable-perl (0.002.1) unstable; urgency=low
! Depends, Build-Depends-Indep: libversion-perl
* Correctly handle undefined result code returned by custom resolver code.
-- Julian Mehnle <julian@mehnle.net> Wed, 15 Nov 2006 15:30:00 +0000
libnet-dns-resolver-programmable-perl (0.002) unstable; urgency=low
+ Support non-RCODE strings to be returned by custom resolver code, which is
then taken as the resolver's error string.
* Do not fold identical returned RRs into a single RR.
* Minor documentation fixes.
-- Julian Mehnle <julian@mehnle.net> Wed, 15 Nov 2006 03:45:00 +0000
libnet-dns-resolver-programmable-perl (0.001) unstable; urgency=low
* Initial Release.
-- Julian Mehnle <julian@mehnle.net> Mon, 01 Jan 2005 01:00:00 +0100
|