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
|
libclass-prototyped-perl (1.13-4) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints. + libclass-prototyped-perl: Add Multi-Arch: foreign.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 16 Oct 2022 01:47:22 +0100
libclass-prototyped-perl (1.13-3) 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.
* Remove Jose Luis Rivas from Uploaders. Thanks for your work!
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ Laurent Baillet ]
* fix lintian file-contains-trailing-whitespace warning
[ gregor herrmann ]
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Bump debhelper from deprecated 8 to 12.
* Set debhelper-compat version in Build-Depends.
* Remove constraints unnecessary since stretch:
+ Build-Depends: Drop versioned constraint on libmodule-build-perl.
-- Jelmer Vernooij <jelmer@debian.org> Sat, 11 Jun 2022 22:45:36 +0100
libclass-prototyped-perl (1.13-2.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Fri, 08 Jan 2021 15:00:18 +0100
libclass-prototyped-perl (1.13-2) unstable; urgency=medium
* Team upload.
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ gregor herrmann ]
* debian/control: update Module::Build dependency.
* Replace debian/patches/example-interpreter with an override in
debian/rules.
* Add more DEP3 headers to remaining patches.
* Update years of packaging copyright.
* Declare compliance with Debian Policy 3.9.6.
* Mark package as autopkgtest-able.
-- gregor herrmann <gregoa@debian.org> Mon, 01 Jun 2015 20:30:29 +0200
libclass-prototyped-perl (1.13-1) unstable; urgency=low
* Team upload.
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.
[ Salvatore Bonaccorso ]
* Change search.cpan.org based URIs to metacpan.org based URIs
[ gregor herrmann ]
* New upstream release.
* Update build dependencies.
* Improve short and long description.
* Refresh patches (offset).
* Update Format and years of packaging copyright in debian/copyright.
* Declare compliance with Debian Policy 3.9.4.
-- gregor herrmann <gregoa@debian.org> Sat, 21 Sep 2013 22:31:36 +0200
libclass-prototyped-perl (1.11-3) unstable; urgency=low
* Team upload.
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
* Change my email address.
[ Salvatore Bonaccorso ]
* 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).
[ Russ Allbery ]
* Remove myself from uploaders.
* Update debhelper compatibility level to V8.
- Switch from CDBS to pure dh debhelper.
- Use debhelper rule minimization with overrides.
* Install upstream example.
* Change Debian source format to 3.0 (quilt).
* Update debian/copyright to proposed DEP-5 format.
* Merge Build-Depends and Build-Depends-Indep. The separation is
pointless for a source package that only builds arch-independent
binary packages.
* Fix a spelling error in the POD documentation reported by Lintian.
* Rephrase the profile() method description to avoid long, unwrappable
lines.
* Rewrite the package long description to digest and summarize the
information and avoid long quotes from the module documentation.
* Add Suggests for libgraphviz-perl, used by Class::Prototyped::Graph.
* Update standards version to 3.9.1 (no changes required).
-- Russ Allbery <rra@debian.org> Sat, 05 Mar 2011 15:49:37 -0800
libclass-prototyped-perl (1.11-2) unstable; urgency=low
[ gregor herrmann ]
* debian/rules: delete /usr/lib/perl5 only if it exists.
(Closes: #467718)
[ Russ Allbery ]
* debian/copyright: Don't use `' as matched quotes. They aren't in
most fonts.
-- Russ Allbery <rra@debian.org> Mon, 03 Mar 2008 21:28:28 -0800
libclass-prototyped-perl (1.11-1) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza).
* debian/watch: use dist-based URL.
[ Martín Ferrari ]
* New upstream release
* debian/compat: set to 5.
* debian/control:
- Set the Perl Group as Maintainers, moved José to Uploaders.
- Bumped Standards-Version (no changes needed).
* debian/copyright: converted to new parseable format and put correct
copyright notice.
* debian/rules: use $(DEB_DESTDIR) instead of hardcoded path.
* debian/watch: allow to match versions starting with "v".
[ Russ Allbery ]
* Add myself to Uploaders.
* Remove empty /usr/lib/perl5 directory.
-- Russ Allbery <rra@debian.org> Wed, 26 Dec 2007 12:44:33 -0800
libclass-prototyped-perl (1.10-3) unstable; urgency=low
* New maintainer (Closes: #317272)
* debian/rules: Switch to CDBS
* debian/control:
+ Updated to debhelper (>= 5) and moved to Build-Depends
+ Added cdbs Build-Depends dependency
+ Updated Standards-Version to 3.7.2
-- Jose Luis Rivas <ghostbar38@gmail.com> Sat, 31 Mar 2007 11:09:49 -0400
libclass-prototyped-perl (1.10-2) unstable; urgency=low
* Orphaning package.
* debian/control - Switched maintainer.
* debian/changelog, debian/copyright - Changed my email address
-- Stephen Quinney <sjq@debian.org> Thu, 07 Jul 2005 10:27:00 +0100
libclass-prototyped-perl (1.10-1) unstable; urgency=low
* New upstream release - backwards incompatible alterations - read the
upstream Changes file
-- Stephen Quinney <sjq@debian.org> Fri, 18 Mar 2005 08:44:08 +0000
libclass-prototyped-perl (1.01-1) unstable; urgency=low
* New upstream release
* Now built using Module::Build
-- Stephen Quinney <sjq@debian.org> Fri, 26 Mar 2004 09:11:20 +0000
libclass-prototyped-perl (0.98-1) unstable; urgency=low
* Initial Release, closes: #231417.
-- Stephen Quinney <sjq@debian.org> Sat, 20 Mar 2004 12:20:19 +0000
|