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
|
libmagpie-perl (1.163200-4) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable)
-- Jelmer Vernooij <jelmer@debian.org> Sat, 19 Nov 2022 14:45:51 +0000
libmagpie-perl (1.163200-3) unstable; urgency=medium
* Team upload.
* Convert from cdbs to debhelper.
This fixes the autopkgtest failures caused by ${cdbs:Recommends}.
* Add debian/tests/pkg-perl/syntax-skip.
Skip syntax check for a module which needs XML::XSP.
* Add another file to debian/tests/pkg-perl/syntax-skip.
* Add more packages to Recommends.
Thanks to auutopkgtest.
-- gregor herrmann <gregoa@debian.org> Fri, 17 Jun 2022 00:04:09 +0200
libmagpie-perl (1.163200-2) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
* debian/*: update GitHub URLs to use HTTPS.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Bump debhelper dependency to >= 9, since that's what is used in debian/compat.
* Bump debhelper from deprecated 9 to 10.
* Set Testsuite header for perl package.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 15 Jun 2022 16:00:35 +0100
libmagpie-perl (1.163200-1) unstable; urgency=medium
[ upstream ]
* New release.
[ Jonas Smedegaard ]
* Modernize git-buildpackage config:
+ Fix drop extranous entry.
+ Avoid git- prefix.
* Update watch file:
+ Bump watch file to format 4.
+ Mention "gbp import-orig --uscan" usage comment.
+ Use patterns for version and suffix.
* Modernize cdbs:
+ Drop get-orig-source target: Use gbp import-orig --uscan.
+ Do copyright-check in maintainer script (not during build).
+ Stop build-depend on devscripts.
* Update copyright info:
+ Use https protocol in file format URL.
+ Use License-Grant and License-Reference fields.
Thanks to Ben Finney.
+ Extend coverage for myself.
* Add lintian overrides regarding license in License-Reference field.
See bug#s786450.
* Bump debhelper compatibility level to 9.
* Modernize Vcs-* fields:
+ Use protocol https (not http nor git).
+ Use git (not cgit) in path.
+ Include .git suffix in path.
* Declare compliance with Debian Policy 4.1.2.
* Update package relations:
+ Relax to build-depend/depend/recommend unversioned on
libmoose-perl libtry-tiny-perl liburi-perl libxml-libxml-perl, and
stop build-depend/deoend explicitly on (recent perl or) recent
libtest-simple-perl: Needed versions satisfied even in oldstable.
+ Build-depend on libmoosex-nonmoose-perl
libmoosex-markasmethods-perl.
-- Jonas Smedegaard <dr@jones.dk> Wed, 06 Dec 2017 01:52:44 +0100
libmagpie-perl (1.141660-1) unstable; urgency=medium
[ upstream ]
* New release.
+ Fix minor configreader bug.
+ Make Internal error handling cope better with structured
exceptions.
+ Remove not-ready-for-primetime DBIx::Class Resource.
-- Jonas Smedegaard <dr@jones.dk> Tue, 01 Jul 2014 17:11:12 +0200
libmagpie-perl (1.141380-1) unstable; urgency=medium
[ upstream ]
* New release.
+ Don't try to transform if there are errors fetching the content.
+ Nested matching now works via both the middleware DSL and the XML
config.
+ Update to the more modern JSON option, add support for blessed
objects.
+ Fix harmless but broken and annoying Kioku test.
+ Added new 'reset' keyword to builder DSL and XML config. This
permits users to reset the matching pipeline to handle special
cases.
+ New proxy Resource class added.
[ Jonas Smedegaard ]
* Fix use canonical Vcs-Git URL.
* Update copyright info:
+ Extend coverage of packaging.
* Update watch file to use metacpan.org URL.
-- Jonas Smedegaard <dr@jones.dk> Mon, 19 May 2014 20:00:18 +0200
libmagpie-perl (1.140280-1) unstable; urgency=medium
[ upstream ]
* New release.
+ Make the breadboard attribute lazy
[ Jonas Smedegaard ]
* Drop patch 1001: Applied upstream.
-- Jonas Smedegaard <dr@jones.dk> Tue, 28 Jan 2014 11:44:33 +0100
libmagpie-perl (1.140260-1) unstable; urgency=low
[ upstream ]
* New release.
+ Fix Class::MOP::load_class deprecation warnings
+ Protect the individual setter calls in a PUT update with a
try/catch block.
+ Formatting cleanup.
+ Punt on encoding for now until we find a better way.
[ Jonas Smedegaard ]
* Update package relations:
+ Build-depend on libdata-class-perl.
+ Fix build-depend explicitly on perl.
+ Fix stop (build-)depending on libscalar-list-utils-perl: Provided
by perl(-modules).
* Add patch 1001 to fix use with newer Moose.
Closes: bug##720983. Thanks to Dominic Hargreaves and Chris Prather.
* Git-ignore quilt -pc dir, to ease use of git-buildpackage.
* Bump standards compliance to standards-version 3.9.5.
-- Jonas Smedegaard <dr@jones.dk> Tue, 28 Jan 2014 01:06:10 +0100
libmagpie-perl (1.131380-1) unstable; urgency=low
[ upstream ]
* New release.
+ Make sure SQLite is available for Kioku tests.
[ Jonas Smedegaard ]
* Stop tracking md5sum of upstream tarball.
-- Jonas Smedegaard <dr@jones.dk> Tue, 16 Jul 2013 20:01:20 +0200
libmagpie-perl (1.131290-1) unstable; urgency=low
[ upstream ]
* New release.
+ Relax Test::Requires dependency version check.
+ Added build dependency for MooseX::Role::Parameterized.
+ Wrap potentially volatile operations in transactions.
+ Switch to Data::Printer, add the missing dep.
[ Jonas Smedegaard ]
* Relax to build-depend unversioned on libtest-requires-perl.
* (Build-)depend on libdata-printer-perl and
libmoosex-role-parameterized-perl.
-- Jonas Smedegaard <dr@jones.dk> Thu, 09 May 2013 13:57:55 +0200
libmagpie-perl (1.131250-1) unstable; urgency=low
* Initial packaging release.
Closes: bug#706819.
-- Jonas Smedegaard <dr@jones.dk> Sun, 05 May 2013 13:25:41 +0200
|