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
|
libnamespace-autoclean-perl (0.29-2) unstable; urgency=medium
[ Debian Janitor ]
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
[ gregor herrmann ]
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Update standards version to 4.5.1, no changes needed.
* Bump debhelper from old 12 to 13.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Sat, 19 Nov 2022 15:31:45 +0000
libnamespace-autoclean-perl (0.29-1) unstable; urgency=medium
* Team upload
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* Remove Jonathan Yu from Uploaders. Thanks for your work!
* Remove Ryan Niebur from Uploaders. Thanks for your work!
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ intrigeri ]
* Import upstream version 0.29
* Bump debhelper compatibility level to 12
* Declare compliance with policy 4.4.1
* Update upstream build-dependency:
libtest-requires-perl → libtest-needs-perl
* Stop versioning dependencies that are satisfied in oldstable (Stretch)
* Explicitly declare dependencies provided by perl or perl-base
* Declare that debian/rules does not need (fake)root
-- intrigeri <intrigeri@debian.org> Sun, 13 Oct 2019 05:08:40 +0000
libnamespace-autoclean-perl (0.28-1) unstable; urgency=medium
* Team upload.
* Drop debian/tests/control, add Testsuite field to debian/control
instead.
* Import upstream version 0.28.
* Update years of upstream and packaging copyright.
* Drop build dependency on Module::Build::Tiny.
* Declare compliance with Debian Policy 3.9.6.
-- gregor herrmann <gregoa@debian.org> Sun, 18 Oct 2015 19:21:58 +0200
libnamespace-autoclean-perl (0.20-1) unstable; urgency=medium
* Update Vcs-Browser URL to cgit web frontend
* Add debian/upstream/metadata
* Imported upstream version 0.20
* Add autopkgtest control file
* Make Build-Depends on libmodule-build-tiny-perl versioned.
Make unversioned Build-Depends for libmodule-build-tiny-perl versioned
to (>= 0.038).
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 09 Sep 2014 07:44:27 +0200
libnamespace-autoclean-perl (0.19-1) unstable; urgency=medium
* Imported Upstream version 0.19
* Update copyright years for debian/* packaging files
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 17 Jun 2014 08:11:05 +0200
libnamespace-autoclean-perl (0.18-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Update years of packaging copyright.
* Add libmouse-perl to build dependencies.
-- gregor herrmann <gregoa@debian.org> Sun, 15 Jun 2014 13:57:52 +0200
libnamespace-autoclean-perl (0.17-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* debian/control: bump required debhelper version for
Module::Build::Tiny to 9.20140227.
* Strip trailing slash from metacpan URLs.
* Update (build) dependencies.
-- gregor herrmann <gregoa@debian.org> Fri, 13 Jun 2014 15:10:17 +0200
libnamespace-autoclean-perl (0.15-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Update years of packaging copyright.
* Update build dependencies.
* Install new CONTRIBUTING file.
* Declare compliance with Debian Policy 3.9.5.
-- gregor herrmann <gregoa@debian.org> Sun, 22 Dec 2013 23:45:34 +0100
libnamespace-autoclean-perl (0.14-1) unstable; urgency=low
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.
[ Salvatore Bonaccorso ]
* Imported Upstream version 0.14
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
* Change (build-)dependency constraints for libb-hooks-endofscope-perl.
Make Build-Depends-Indep and Depends on libb-hooks-endofscope-perl
versioned to (>= 0.12).
* Add Build-Depends on libmodule-build-tiny-perl (>= 0.028)
* Add Build-Depends-Indep on libsub-name-perl
* Add Build-Depends-Indep on libtest-checkdeps-perl (>= 0.007)
* Add alternative Build-Depends-Indep for Test::More 0.94.
Add perl (>= 5.11.1) | libtest-simple-perl (>= 0.94) to
Build-Depends-Indep.
* Update debian/copyright file.
Update format to copyright-format 1.0 as released together with Debian
policy 3.9.3.
Adjust copyright years for upstream files.
Update copyright stanza for debian/* packaging files. Add missing
License and Files field and update copyright years.
* Bump Standards-Version to 3.9.4
* Wrap and sort fields in debian/control file
* Bump Debhelper compat level to 9
* Update versioned Build-Depends on debhelper to (>= 9.20130630~)
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 09 Oct 2013 15:30:18 +0200
libnamespace-autoclean-perl (0.13-1) unstable; urgency=low
[ Ansgar Burchardt ]
* 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.
- Update copyright information for debian/* packaging.
* Imported Upstream version 0.13
* Email change: Salvatore Bonaccorso -> carnil@debian.org
* Email change: Ryan Niebur -> ryan@debian.org
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 25 Aug 2011 18:41:20 +0200
libnamespace-autoclean-perl (0.12-2) unstable; urgency=low
* Team upload.
* debian/control: update (build) dependencies to prepare for
Moose/Class::MOP changes.
* Set Standards-Version to 3.9.2 (no further changes).
* Bump debhelper compatibility level to 8.
-- gregor herrmann <gregoa@debian.org> Thu, 21 Apr 2011 19:43:03 +0200
libnamespace-autoclean-perl (0.12-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
* Use new DEP5 copyright format
* Use new 3.0 (quilt) source format
* Standards-Version 3.9.1 (no changes)
* Add myself to Uploaders and Copyright
* Rewrite control description
* Refresh copyright information
[ Ryan Niebur ]
* Update ryan52's email address
[ Salvatore Bonaccorso ]
* Update my email address.
[ gregor herrmann ]
* Remove version from libb-hooks-endofscope-perl (build) dependency; dropped
by upstream and nothing older in the archive.
-- Jonathan Yu <jawnsy@cpan.org> Sat, 26 Feb 2011 11:44:50 -0500
libnamespace-autoclean-perl (0.09-1) unstable; urgency=low
* New upstream release
* debian/control: Changed: Replace versioned (build-)dependency on
perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
permitted by Debian Policy 3.8.3).
* Bump Standards-Version to 3.8.3 (no changes)
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Tue, 15 Sep 2009 20:07:47 +0200
libnamespace-autoclean-perl (0.08-1) unstable; urgency=low
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Ryan Niebur ]
* New upstream release
[ Salvatore Bonaccorso ]
* Improve package long description. Thanks to Gerfried Fuchs
and Jonathan Yu for suggestion and improvements.
(Closes: #532299)
* Add myself to Uploaders.
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Tue, 09 Jun 2009 10:55:37 +0200
libnamespace-autoclean-perl (0.07-1) unstable; urgency=low
* New upstream release
-- Ryan Niebur <ryanryan52@gmail.com> Wed, 27 May 2009 19:33:43 -0700
libnamespace-autoclean-perl (0.06-1) unstable; urgency=low
* Initial Release. (Closes: #529242)
-- Ryan Niebur <ryanryan52@gmail.com> Wed, 20 May 2009 17:22:25 -0700
|