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 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
|
libparams-validate-perl (1.06-1) unstable; urgency=low
[ Ansgar Burchardt ]
* New upstream release 1.00.
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
[ gregor herrmann ]
* New upstream release 1.03.
* Refresh pod patch (offset).
* Update upstream and packaging copyright information.
* Switch to debhelper compatibility level 9 to pass CFLAGS to
Makefile.PL/Build.PL.
* Update build and runtime dependencies.
* New upstream release 1.06.
-- gregor herrmann <gregoa@debian.org> Sun, 12 Feb 2012 14:44:13 +0100
libparams-validate-perl (0.97-1) unstable; urgency=low
[ Jonathan Yu ]
* Makefile.PL removed upstream; no need to force perl_build
[ Nicholas Bamber ]
* Added myself to Uploaders
* New upstream release
* Updated dependencies - build dependencies significantly reduced
* Email change: gregor herrmann -> gregoa@debian.org
* Refreshed copyright
* Added debian/source
* Added patch for pod syntax
-- Nicholas Bamber <nicholas@periapt.co.uk> Wed, 20 Apr 2011 20:34:14 +0100
libparams-validate-perl (0.93-1) unstable; urgency=low
* New upstream release
* POD Coverage "trustme" patch has been applied upstream, so
remove it
* Force building using Module::Build so that XS code gets built
properly (the Makefile.PL is traditional, and won't build the
XS code, making this an Arch: all package)
-- Jonathan Yu <jawnsy@cpan.org> Tue, 01 Dec 2009 10:48:49 -0500
libparams-validate-perl (0.92-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
* Standards-Version 3.8.3 (no changes)
* Use new short debhelper rules format (-> debhelper 7)
* Refreshed patch
* dh-make-perl --refresh (manually reverted some things)
* Rewrote control description
* Added myself to Uploaders and Copyright
* Updated Copyright to new machine-readable format
* Add header to coverage trust patch
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ gregor herrmann ]
* Change my email address.
[ Jose Luis Rivas ]
* Added libtest-kwalitee-perl and libtest-taint-perl (>=0.02) to
Build-Depends, needed for some tests.
-- Jonathan Yu <jawnsy@cpan.org> Sun, 27 Sep 2009 08:18:56 -0400
libparams-validate-perl (0.91-2) unstable; urgency=high
* drop prototype.patch; unneeded with 0.91 upstream release and breaks the
module.
Closes: #489775 -- Undefined subroutine &Params::Validate::_validate
called at /usr/lib/perl5/Params/ValidateXS.pm line 131
Thanks to Dylan William Hardison for reporting and analysis.
* add myself to Uploaders
* Standards-Version: 3.8.0
+ add README.source
-- Damyan Ivanov <dmn@debian.org> Mon, 07 Jul 2008 22:52:21 +0300
libparams-validate-perl (0.91-1) unstable; urgency=low
* New upstream release
-- Krzysztof Krzyżaniak (eloy) <eloy@debian.org> Wed, 07 May 2008 13:03:47 +0200
libparams-validate-perl (0.89-3) UNRELEASED; urgency=low
NOTE to potential uploaders: please check if debian/patches/prototype.patch
is sane and remove it otherwise
* Add libtest-pod-coverage-perl to build dependencies and create patch
coverage_trust.patch which adds more naked subroutines to the "trustme"
array (closes: #462752).
* Add patch prototype.patch which fixes a warning about a prototype
mismatch when running the pod-coverage test (cf. #462752).
* Add quilt framework to debian/rules and debian/control.
* debian/rules: update based on dh-make-perl's templates.
-- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 14 Mar 2008 16:22:27 +0100
libparams-validate-perl (0.89-2) unstable; urgency=low
* debian/rules:
- delete /usr/share/perl5 only if it exists
- add call to dh_shlibdeps
- move OPTIMIZE from install-stamp to build-stamp
* debian/control: add ${shlibs:Depends}, ${misc:Depends} to Depends.
* Set debhelper compatibility level to 6.
* debian/watch: extend pattern for version matching.
-- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 17 Jan 2008 21:16:25 +0100
libparams-validate-perl (0.89-1) unstable; urgency=low
[ gregor herrmann ]
* New upstream release.
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza).
* Set Maintainer to Debian Perl Group.
* Use dist-based URL in debian/watch.
* Set debhelper compatibility level to 5.
* debian/copyright: adapt years of copyright, upstream URL, reference to
licence files on Debian systems; add copyright and license information
for included ppport.h.
* debian/rules:
- introduce install-stamp and build-stamp and dependencies between
targets
- remove unneeded call to dh_link
- remove some empty or commented out lines
- explicitly remove empty directory /usr/share/perl5 instead of trying to
find any
- move tests to build target
- use PREFIX and DESTDIR in call to make install
- use dh_listpackages instead of pwd/sed to get package name
* Add libreadonly-xs-perl, libreadonly-perl, libtest-pod-perl to build
dependencies in order to enable additional tests.
(Note: I'm not adding libtest-pod-coverage-perl at the moment due to
http://rt.cpan.org/Public/Bug/Display.html?id=31177)
[ Damyan Ivanov ]
* Bump Standards-Version (no changes)
* Remove unneeded dh_installdirs and dh_installman
* in clean target: s/clean/distclean/; No more need to remove
Makefile.old
* Move dh_clean stamp files before distclean
-- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 03 Dec 2007 21:19:01 +0100
libparams-validate-perl (0.88-1) unstable; urgency=low
* New upstream release (Closes: #329651)
* Relaxed the build parameters for Don Armstrong (Closes: #324961)
* Updated policy-version to 3.7.2.2 (No other changes)
* Cleaned up a few errors in the debian/changelog for lintian
* Checked for the Makefile before running make clean for lintian
-- Jay Bonci <jaybonci@debian.org> Tue, 03 Jul 2007 09:39:20 -0400
libparams-validate-perl (0.77-1) unstable; urgency=low
* New upstream release
* Bump in policy-version. No other changes
-- Jay Bonci <jaybonci@debian.org> Thu, 7 Jul 2005 16:59:51 -0400
libparams-validate-perl (0.76-1) unstable; urgency=low
* New Maintainer (Closes: 288214)
* Changed section to perl (was: text)
* Changed to my standard rules template for XS build
* New upstream version
* Ack'd NMUs (Closes: #223641, #117814, #152848, #189158)
* Adds debian/compat file per debhelper best practices
-- Jay Bonci <jaybonci@debian.org> Mon, 3 Jan 2005 12:18:44 -0500
libparams-validate-perl (0.74-0.1) unstable; urgency=low
* Non-maintainer upload.
* New upstream release, closes: #189158, #223641 - fixes serious memory
leak when certain features are used.
-- Stephen Quinney <stephen@jadevine.org.uk> Tue, 22 Jun 2004 09:52:22 +0100
libparams-validate-perl (0.69-1) unstable; urgency=low
* New upstream version. Closes: bug #189158.
* Updated standards version in control.
-- Britton Leo Kerin <bkerin@debian.org> Mon, 10 Nov 2003 15:16:35 -0900
libparams-validate-perl (0.59-1) unstable; urgency=low
* Changed Build-Depends-Indep to Build-Depends in control file.
* Added dh_strip -a invocation to strip binary perl module.
* Moved all the debhelper action to binary-arch target.
* New upstream version.
* Changed Architecture control file field to "any".
* Added support for the DEB_BUILD_OPTIONS environment variable to rules.
* Updated standards version in control.
* Removed dependency on libattribute-handlers-perl since this is now
part of the core perl distribution.
* Removed manual modification of permissions of a file that used to have strange default permissions.
* Updated perl:Depends in libparams-validate-perl.substvars to require perl version 5.8.0-17 or greater.
* New upstream version. Closes: bug#189158.
-- Britton Leo Kerin <bkerin@debian.org> Tue, 22 Apr 2003 21:47:07 -0800
libparams-validate-perl (0.24-2) unstable; urgency=low
* Added Build-Depends-Indep on libattribute-handlers-perl.
-- Britton Leo Kerin <bkerin@debian.org> Sun, 18 Aug 2002 12:35:18 -0800
libparams-validate-perl (0.24-1) unstable; urgency=low
* Set DH_COMPAT to 4 (specifying debhelper version 4 semantics) in rules.
* Bumped required version of debhelper in control file to 4.1.3.
* Updated description to mention inclusion of Attribute::Params::Validate.
* New upstream version. Closes: bug#152848.
-- Britton Leo Kerin <bkerin@debian.org> Mon, 15 Jul 2002 12:32:24 -0800
libparams-validate-perl (0.15-1) unstable; urgency=low
* debian/control now uses more correct Build-Depends-Indep field instead of Build-Depends field.
* Changes misspelled 'licences' to 'licenses' in copyright file.
* debian/rules now manually chmod's wierdly permissioned perl module file ('.pm' file).
* debian/rules now calls debhelper from binary-indep target instead of binary-arch target.
* debian/rules now uses libparams-validate-perl instead of tmp
* debian/rules now uses 'export DH_COMPAT=3'
* copyright file updated to reflect new maintainer.
* Standards version now at 3.5.6.1.
* New upstream version. Closes: bug#117814.
* New debian maintainer.
-- Britton Leo Kerin <bkerin@debian.org> Tue, 23 Apr 2002 12:47:27 -0800
libparams-validate-perl (0.04-1) unstable; urgency=low
* Initial Release (closes #97939)
-- Steve Haslam <araqnid@debian.org> Mon, 14 May 2001 20:26:11 +0100
Local variables:
mode: debian-changelog
End:
|