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
|
libnet-dns-resolver-programmable-perl (0.009-2) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from old 10 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Submit, Repository, Repository-
Browse.
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
* Fix day-of-week for changelog entry 0.001.
* Remove constraints unnecessary since stretch:
+ Build-Depends-Indep: Drop versioned constraint on libnet-dns-perl.
+ libnet-dns-resolver-programmable-perl: Drop versioned constraint on
libnet-dns-perl in Depends.
-- Jelmer Vernooij <jelmer@debian.org> Thu, 16 Jun 2022 16:17:30 +0100
libnet-dns-resolver-programmable-perl (0.009-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* New upstream release.
* Add debian/upstream/metadata.
* Drop new-net-dns.patch, fixed upstream.
* Drop basic-test.patch, the distribution has a test suite now.
* Don't install generated README.
* Update debian/copyright.
Update Upstream-Contact, copyright holders and years, and license terms.
* Update (build) dependencies.
* Bump debhelper compatibility level to 10.
* Declare compliance with Debian Policy 4.1.3.
-- gregor herrmann <gregoa@debian.org> Tue, 02 Jan 2018 19:16:59 +0100
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> Sat, 01 Jan 2005 01:00:00 +0100
|