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 260 261 262 263 264 265 266 267 268
|
libtest-class-perl (0.37-1) unstable; urgency=low
[ Salvatore Bonaccorso ]
* Email change: Salvatore Bonaccorso -> carnil@debian.org
[ Ansgar Burchardt ]
* Email change: Ansgar Burchardt -> ansgar@debian.org
* debian/control: Convert Vcs-* fields to Git.
[ gregor herrmann ]
* New upstream release.
* debian/copyright: update to Copyright-Format 1.0.
* debian/copyright: update years of packaging copyright and license
stanzas.
* Bump Standards-Version to 3.9.3 (no changes).
* Set debhelper compatibility level to 8.
* Build-Depend on Module::Build 0.38.
* Update versioned (build) dependencies after the lenny archival.
-- gregor herrmann <gregoa@debian.org> Wed, 27 Jun 2012 19:36:52 +0200
libtest-class-perl (0.36-1) unstable; urgency=low
* New upstream release
* Refresh debian/copyright and refer explicitly to GPL-1 license text
in common-licenses.
* Make versioned (Build-)Depends(-Indep) on libtest-exception-perl
unversioned as already satisfied in stable and oldstable is gone.
* Bump Standards-Version to 3.9.1.
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Fri, 20 Aug 2010 14:33:56 +0200
libtest-class-perl (0.35-1) unstable; urgency=low
* New upstream release
* Update debian/copyright to revision 135 of format specification for
machine readable copyright file in DEP5. Update Maintainers for
Test-Class. Update copyright years for debian/* packaging.
* Convert to '3.0 (quilt)' package source format.
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Fri, 30 Apr 2010 22:09:59 +0200
libtest-class-perl (0.34-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
* Standards-Version 3.8.4 (no changes)
* Add myself to Uploaders and Copyright
* Rewrite control description
* Update dependencies per upstream
* Drop spurious suggested dependencies that are not mentioned
anywhere in documentation or package metadata
[ gregor herrmann ]
* debian/control: Changed: (build-)depend on perl instead of perl-
modules.
-- Jonathan Yu <jawnsy@cpan.org> Sat, 13 Mar 2010 22:42:18 -0500
libtest-class-perl (0.33-1) unstable; urgency=low
[ gregor herrmann ]
* Change my email address.
[ Salvatore Bonaccorso ]
* New upstream release
* debian/copyright: Update upstream Copyright years
* Drop 536650-fix-ftbfs.patch patch (fixed upstream). Drop README.source
since no patch system is used anymore. Adjust the Build-Depends on
debhelper accordingly and drop quild Build-Depends. Adjust debian/rules to
not use patch system quilt.
* Try to run all tests. Use override target in debian/rules and bump
Build-Depends on debhelper to required version (>= 7.0.50). Add
Build-Depends-Indep for requiered modules.
* Bump Standards-Version to 3.8.3 (no changes)
* Drop versioned Build-Depends on perl as allowed by Debian Policy 3.8.3.
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Mon, 21 Sep 2009 19:56:58 +0000
libtest-class-perl (0.31-2) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Salvatore Bonaccorso ]
* debian/control:
- Add Build-Depends on quilt (>= 0.46-7) and adjust versioned
dependency on debhelper.
- Bump Standards-Version to 3.8.2 (no changes)
- Add myself to Uploaders.
* debian/patches: Add 536650-fix-ftbfs.patch: Fixes FTBFS due
failure in tests. Patch picked from upstream bugtracker
(Closes: #536650).
* debian/rules: Use a tiny rules file.
* Add debian/README.source to document quilt usage, as required by
Debian Policy since 3.8.0.
* Update debian/copyright for debian/* packaging.
[ gregor herrmann ]
* debian/control:
- remove build dependency on libmodule-build-perl
- make short description a noun phrase
* Set Standards-Version to 3.8.2 (no changes).
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Sat, 08 Aug 2009 11:06:53 +0200
libtest-class-perl (0.31-1) unstable; urgency=low
[ Ansgar Burchardt ]
* New upstream release.
* refresh debian/rules for debhelper 7
* add myself to Uploaders
* update debian/copyright to current revision of the proposed
machine-readable format
* do not list `Debian Perl Group' as copyright holder in debian/copyright,
instead list all contributors (as mentioned in debian/changelog)
* bump Standards Version to 3.8.0 (no changes needed)
[ gregor herrmann ]
* debian/control: change my email address.
* debian/control: mention module name.
-- Ansgar Burchardt <ansgar@43-1.org> Thu, 18 Sep 2008 20:00:09 +0200
libtest-class-perl (0.30-1) unstable; urgency=low
* New upstream release.
* Remove patch pod.diff (included upstreams) and quilt framework.
* Bump dependency on libtest-simple-perl to >= 0.78, add
libtest-simple-perl to build dependencies again (the new release needs
the newer versions from the package, the ones in perl-modules are too
old).
* Refresh debian/rules, no functional changes.
* debian/watch: extended regexp for matching upstream releases.
* debian/copyright: add stanza for one third-party file and for debian/*.
* Add /me to Uploaders.
-- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 07 Apr 2008 19:18:42 +0200
libtest-class-perl (0.28-1) unstable; urgency=low
[ Rene Mayorga ]
* New upstream release
* debian/control raise debhelper version to >=6.0
+ remove libtest-simple-perl from B-D-I (is provided by perl-modules)
* debian/compat set to level 6
* debian/rules
+ touch '$@' instead on *-stamps
[ Damyan Ivanov ]
* Add libcontextual-return-perl to B-D-I for more test coverage
* add myself to Uploaders
-- Damyan Ivanov <dmn@debian.org> Thu, 17 Jan 2008 09:06:16 +0200
libtest-class-perl (0.27-1) unstable; urgency=low
[ gregor herrmann ]
* New upstream release.
* debian/copyright: change format, update years
* debian/rules:
- add dependencies for install and install-stamp targets
- remove dh_installman
- add tests to build-stamp target
* Split out patch on lib/Test/Class/Load.pm and add quilt framework.
* debian/control:
- wrap long lines
- bump dependcy versions as per upstream Makefile.PL
- remove unused dependencies
[ Gunnar Wolf ]
* Rephrased long description for clarity
-- Gunnar Wolf <gwolf@debian.org> Tue, 08 Jan 2008 09:59:30 -0600
libtest-class-perl (0.26-1) unstable; urgency=low
[Gregor Herrmann]
* 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.
[Gunnar Wolf]
* New upstream release
* Added myself as an uploader
* Updated dh compat level to 5
* Bumped up standards-version to 3.7.3
* Build-depended on dpatch, but was not used - Off it goes!
* Reorganized debian/rules to be more in line with our group\'s common
practices
* Moved libmodule-build-perl from b-d-i to b-d as it is required for
clean
-- Gunnar Wolf <gwolf@debian.org> Tue, 18 Dec 2007 21:13:28 -0600
libtest-class-perl (0.24-1) unstable; urgency=low
* New upstream release
* Ack'd NMU, patch now included upstream. Thanks Marc. (Closes: #358745)
* Bumped policy version to 3.7.2.2. No other changes
* Changed rules to conditionally ignore make clean errors for lintian
* Added a single whitespace line to fix bad manpage whatis lintian warning
-- Jay Bonci <jaybonci@debian.org> Wed, 04 Jul 2007 19:47:51 -0400
libtest-class-perl (0.11-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fix testsuite issues happening with newer versions of Test::More. Thanks
to Martin Ferrari <martin.ferrari@gmail.com> for the patch. (Closes:
#358745).
* debian/control:
+ Replace dependency on libtest-builder-tester-perl, as that module
is now provided by libtest-simple-perl.
+ move debhelper/dpatch to B-Depends. (Shuts up lintian)
-- Marc 'HE' Brockschmidt <he@debian.org> Mon, 24 Apr 2006 10:08:11 +0200
libtest-class-perl (0.11-1) unstable; urgency=low
* New upstream release
-- Jay Bonci <jaybonci@debian.org> Fri, 4 Mar 2005 13:37:57 -0500
libtest-class-perl (0.10-2) unstable; urgency=low
* Adds libdevel-symdump-perl as build-dep (Closes: #294951)
* Adds libio-string-perl as build-dep
-- Jay Bonci <jaybonci@debian.org> Sun, 13 Feb 2005 18:31:52 -0500
libtest-class-perl (0.10-1) unstable; urgency=low
* New upstream version
-- Jay Bonci <jaybonci@debian.org> Tue, 8 Feb 2005 11:41:33 -0500
libtest-class-perl (0.07-1) unstable; urgency=low
* New upstream version
* Removes documentation, as it's no longer included with this release
* Updates short description to squash lintian warning
-- Jay Bonci <jaybonci@debian.org> Wed, 5 Jan 2005 16:06:23 -0500
libtest-class-perl (0.03-3) unstable; urgency=low
* Adds debian/watch file so uscan will actually work
-- Jay Bonci <jaybonci@debian.org> Mon, 11 Oct 2004 01:39:41 -0400
libtest-class-perl (0.03-2) unstable; urgency=low
* Fixes problem in POD formatting that causes tests to fail (Closes: #215054)
-- Jay Bonci <jaybonci@debian.org> Wed, 22 Oct 2003 02:34:44 -0400
libtest-class-perl (0.03-1) unstable; urgency=low
* Initial Release (Closes: #178093)
-- Jay Bonci <jaybonci@debian.org> Sun, 21 Sep 2003 04:00:53 -0400
|