diff -Nru libpod-constants-perl-0.18/Changes libpod-constants-perl-0.19/Changes --- libpod-constants-perl-0.18/Changes 2015-07-19 13:24:15.000000000 +0000 +++ libpod-constants-perl-0.19/Changes 2016-07-05 20:38:03.000000000 +0000 @@ -1,5 +1,9 @@ Revision history for Perl extension Pod::Constants. +0.19 2016-07-05T23:39+03:00 + - Fix license in README and add LICENSE file (RT #115861) + - Shorten README + 0.18 2015-07-19T16:25+03:00 - New maintainer - Relicense from Artistic-2+ OR GPL-3+ to plain Artistic-2 diff -Nru libpod-constants-perl-0.18/debian/changelog libpod-constants-perl-0.19/debian/changelog --- libpod-constants-perl-0.18/debian/changelog 2015-08-06 00:14:34.000000000 +0000 +++ libpod-constants-perl-0.19/debian/changelog 2016-07-15 20:28:21.000000000 +0000 @@ -1,3 +1,22 @@ +libpod-constants-perl (0.19-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. + + [ Lucas Kanashiro ] + * Import upstream version 0.19 + * d/u/metadata: use https:// instead of http:// in Repository field + * Update years of upstream copyright + * Update Debian packaging copyright + * Declare compliance with Debian policy 3.9.8 + + -- Lucas Kanashiro Fri, 15 Jul 2016 17:27:58 -0300 + libpod-constants-perl (0.18-1) unstable; urgency=low * Team upload. diff -Nru libpod-constants-perl-0.18/debian/control libpod-constants-perl-0.19/debian/control --- libpod-constants-perl-0.18/debian/control 2015-08-06 00:14:34.000000000 +0000 +++ libpod-constants-perl-0.19/debian/control 2016-07-15 20:28:21.000000000 +0000 @@ -7,9 +7,9 @@ Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpod-constants-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpod-constants-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpod-constants-perl.git Homepage: https://metacpan.org/release/Pod-Constants Package: libpod-constants-perl diff -Nru libpod-constants-perl-0.18/debian/copyright libpod-constants-perl-0.19/debian/copyright --- libpod-constants-perl-0.18/debian/copyright 2015-08-06 00:14:34.000000000 +0000 +++ libpod-constants-perl-0.19/debian/copyright 2016-07-15 20:28:21.000000000 +0000 @@ -1,11 +1,11 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Pod-Constants Upstream-Contact: Marius Gavrilescu Source: https://metacpan.org/release/Pod-Constants Files: * Copyright: 2001, 2002, 2007 Sam Vilain - 2015, Marius Gavrilescu + 2015-2016, Marius Gavrilescu License: Artistic-2.0 Files: debian/* @@ -13,7 +13,7 @@ 2009, David Paleino 2011, Ansgar Burchardt 2011, gregor herrmann - 2015, Lucas Kanashiro + 2015-2016, Lucas Kanashiro License: Artistic-2.0 or GPL-3+ License: Artistic-2.0 diff -Nru libpod-constants-perl-0.18/debian/upstream/metadata libpod-constants-perl-0.19/debian/upstream/metadata --- libpod-constants-perl-0.18/debian/upstream/metadata 2015-08-06 00:14:34.000000000 +0000 +++ libpod-constants-perl-0.19/debian/upstream/metadata 2016-07-15 20:28:21.000000000 +0000 @@ -2,4 +2,4 @@ Archive: CPAN Contact: Sam Vilain , Marius Gavrilescu Name: Pod-Constants -Repository: http://git.ieval.ro/git/pod-constants.git +Repository: https://git.ieval.ro/?p=pod-constants.git diff -Nru libpod-constants-perl-0.18/lib/Pod/Constants.pm libpod-constants-perl-0.19/lib/Pod/Constants.pm --- libpod-constants-perl-0.18/lib/Pod/Constants.pm 2015-07-19 13:24:04.000000000 +0000 +++ libpod-constants-perl-0.19/lib/Pod/Constants.pm 2016-07-05 20:34:59.000000000 +0000 @@ -7,7 +7,7 @@ use base qw(Pod::Parser Exporter); use Carp; -our $VERSION = 0.18; +our $VERSION = 0.19; # An ugly hack to go from caller() to the relevant parser state # variable @@ -217,7 +217,7 @@ # This is an example of using a closure. $_ is set to the # contents of the paragraph. In this example, "eval" is # used to execute this code at run time. - $VERSION = 0.18; + $VERSION = 0.19; =head2 Some list @@ -441,10 +441,14 @@ =head1 COPYRIGHT AND LICENSE Copyright (C) 2001, 2002, 2007 Sam Vilain. All Rights Reserved. -Copyright (C) 2015 by Marius Gavrilescu + +Copyright (C) 2015-2016 by Marius Gavrilescu . This module is free software. It may be used, redistributed and/or -modified under the terms of the Perl Artistic License, version 2 +modified under the terms of the Perl Artistic License, version 2. + +See the LICENSE file in the root of this distribution for a copy of +the Perl Artistic License, version 2. =head1 BUGS/TODO diff -Nru libpod-constants-perl-0.18/LICENSE libpod-constants-perl-0.19/LICENSE --- libpod-constants-perl-0.18/LICENSE 1970-01-01 00:00:00.000000000 +0000 +++ libpod-constants-perl-0.19/LICENSE 2016-07-05 18:30:56.000000000 +0000 @@ -0,0 +1,81 @@ +Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +This license establishes the terms under which a given free software Package may be copied, modified, distributed, and/or redistributed. The intent is that the Copyright Holder maintains some artistic control over the development of that Package while still keeping the Package available as open source and free software. + +You are always permitted to make arrangements wholly outside of this license directly with the Copyright Holder of a given Package. If the terms of this license do not permit the full use that you propose to make of the Package, you should contact the Copyright Holder and seek a different licensing arrangement. + +Definitions + +"Copyright Holder" means the individual(s) or organization(s) named in the copyright notice for the entire Package. + +"Contributor" means any party that has contributed code or other material to the Package, in accordance with the Copyright Holder's procedures. + +"You" and "your" means any person who would like to copy, distribute, or modify the Package. + +"Package" means the collection of files distributed by the Copyright Holder, and derivatives of that collection and/or of those files. A given Package may consist of either the Standard Version, or a Modified Version. + +"Distribute" means providing a copy of the Package or making it accessible to anyone else, or in the case of a company or organization, to others outside of your company or organization. + +"Distributor Fee" means any fee that you charge for Distributing this Package or providing support for this Package to another party. It does not mean licensing fees. + +"Standard Version" refers to the Package if it has not been modified, or has been modified only in ways explicitly requested by the Copyright Holder. + +"Modified Version" means the Package, if it has been changed, and such changes were not explicitly requested by the Copyright Holder. + +"Original License" means this Artistic License as Distributed with the Standard Version of the Package, in its current version or as it may be modified by The Perl Foundation in the future. + +"Source" form means the source code, documentation source, and configuration files for the Package. + +"Compiled" form means the compiled bytecode, object code, binary, or any other form resulting from mechanical transformation or translation of the Source form. + +Permission for Use and Modification Without Distribution + +(1) You are permitted to use the Standard Version and create and use Modified Versions for any purpose without restriction, provided that you do not Distribute the Modified Version. + +Permissions for Redistribution of the Standard Version + +(2) You may Distribute verbatim copies of the Source form of the Standard Version of this Package in any medium without restriction, either gratis or for a Distributor Fee, provided that you duplicate all of the original copyright notices and associated disclaimers. At your discretion, such verbatim copies may or may not include a Compiled form of the Package. + +(3) You may apply any bug fixes, portability changes, and other modifications made available from the Copyright Holder. The resulting Package will still be considered the Standard Version, and as such will be subject to the Original License. + +Distribution of Modified Versions of the Package as Source + +(4) You may Distribute your Modified Version as Source (either gratis or for a Distributor Fee, and with or without a Compiled form of the Modified Version) provided that you clearly document how it differs from the Standard Version, including, but not limited to, documenting any non-standard features, executables, or modules, and provided that you do at least ONE of the following: + +(a) make the Modified Version available to the Copyright Holder of the Standard Version, under the Original License, so that the Copyright Holder may include your modifications in the Standard Version. +(b) ensure that installation of your Modified Version does not prevent the user installing or running the Standard Version. In addition, the Modified Version must bear a name that is different from the name of the Standard Version. +(c) allow anyone who receives a copy of the Modified Version to make the Source form of the Modified Version available to others under +(i) the Original License or +(ii) a license that permits the licensee to freely copy, modify and redistribute the Modified Version using the same licensing terms that apply to the copy that the licensee received, and requires that the Source form of the Modified Version, and of any works derived from it, be made freely available in that license fees are prohibited but Distributor Fees are allowed. + +Distribution of Compiled Forms of the Standard Version or Modified Versions without the Source + +(5) You may Distribute Compiled forms of the Standard Version without the Source, provided that you include complete instructions on how to get the Source of the Standard Version. Such instructions must be valid at the time of your distribution. If these instructions, at any time while you are carrying out such distribution, become invalid, you must provide new instructions on demand or cease further distribution. If you provide valid instructions or cease distribution within thirty days after you become aware that the instructions are invalid, then you do not forfeit any of your rights under this license. + +(6) You may Distribute a Modified Version in Compiled form without the Source, provided that you comply with Section 4 with respect to the Source of the Modified Version. + +Aggregating or Linking the Package + +(7) You may aggregate the Package (either the Standard Version or Modified Version) with other packages and Distribute the resulting aggregation provided that you do not charge a licensing fee for the Package. Distributor Fees are permitted, and licensing fees for other components in the aggregation are permitted. The terms of this license apply to the use and Distribution of the Standard or Modified Versions as included in the aggregation. + +(8) You are permitted to link Modified and Standard Versions with other works, to embed the Package in a larger work of your own, or to build stand-alone binary or bytecode versions of applications that include the Package, and Distribute the result without restriction, provided the result does not expose a direct interface to the Package. + +Items That are Not Considered Part of a Modified Version + +(9) Works (including, but not limited to, modules and scripts) that merely extend or make use of the Package, do not, by themselves, cause the Package to be a Modified Version. In addition, such works are not considered parts of the Package itself, and are not subject to the terms of this license. + +General Provisions + +(10) Any use, modification, and distribution of the Standard or Modified Versions is governed by this Artistic License. By using, modifying or distributing the Package, you accept this license. Do not use, modify, or distribute the Package, if you do not accept this license. + +(11) If your Modified Version has been derived from a Modified Version made by someone other than you, you are nevertheless required to ensure that your Modified Version complies with the requirements of this license. + +(12) This license does not grant you the right to use any trademark, service mark, tradename, or logo of the Copyright Holder. + +(13) This license includes the non-exclusive, worldwide, free-of-charge patent license to make, have made, use, offer to sell, sell, import and otherwise transfer the Package with respect to any patent claims licensable by the Copyright Holder that are necessarily infringed by the Package. If you institute patent litigation (including a cross-claim or counterclaim) against any party alleging that the Package constitutes direct or contributory patent infringement, then this Artistic License to you shall terminate on the date that such litigation is filed. + +(14) Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff -Nru libpod-constants-perl-0.18/MANIFEST libpod-constants-perl-0.19/MANIFEST --- libpod-constants-perl-0.18/MANIFEST 2015-07-19 13:25:19.000000000 +0000 +++ libpod-constants-perl-0.19/MANIFEST 2016-07-05 20:39:15.000000000 +0000 @@ -1,5 +1,6 @@ Changes lib/Pod/Constants.pm +LICENSE Makefile.PL MANIFEST README diff -Nru libpod-constants-perl-0.18/META.json libpod-constants-perl-0.19/META.json --- libpod-constants-perl-0.18/META.json 2015-07-19 13:25:19.000000000 +0000 +++ libpod-constants-perl-0.19/META.json 2016-07-05 20:39:15.000000000 +0000 @@ -5,7 +5,7 @@ "Marius Gavrilescu " ], "dynamic_config" : 0, - "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150005", + "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter version 2.150005", "license" : [ "artistic_2" ], @@ -44,6 +44,6 @@ "url" : "https://git.ieval.ro/?p=pod-constants.git" } }, - "version" : 0.18, + "version" : 0.19, "x_serialization_backend" : "JSON::PP version 2.27300" } diff -Nru libpod-constants-perl-0.18/META.yml libpod-constants-perl-0.19/META.yml --- libpod-constants-perl-0.18/META.yml 2015-07-19 13:25:19.000000000 +0000 +++ libpod-constants-perl-0.19/META.yml 2016-07-05 20:39:15.000000000 +0000 @@ -8,7 +8,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150005' +generated_by: 'ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter version 2.150005' license: artistic_2 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -23,5 +23,5 @@ perl: '5.006002' resources: repository: https://git.ieval.ro/?p=pod-constants.git -version: 0.18 -x_serialization_backend: 'CPAN::Meta::YAML version 0.012' +version: 0.19 +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru libpod-constants-perl-0.18/README libpod-constants-perl-0.19/README --- libpod-constants-perl-0.18/README 2015-03-10 16:53:32.000000000 +0000 +++ libpod-constants-perl-0.19/README 2016-07-05 20:37:03.000000000 +0000 @@ -1,14 +1,10 @@ -Pod::Constants version 0.16 +Pod::Constants version 0.19 =========================== Pod::Constants allows you to extract data from your POD at run-time, meaning you can do things like declare constants in POD and not have to update two places at once every time you make a change. -This version adds the ability to read structured data from POD -sections, as well as insert arbitrary hooks into the extraction of -data. - INSTALLATION To install this module type the following: @@ -23,11 +19,14 @@ Pod::Parser, 1.13 or better. That is to say, I haven't tested it on any earlier version. -Running the test suite requires Test::Simple 0.18. - COPYRIGHT AND LICENCE Copyright (C) 2001, 2002, 2007 Sam Vilain. All Rights Reserved. + +Copyright (C) 2015-2016 by Marius Gavrilescu . + This module is free software. It may be used, redistributed and/or -modified under the terms of the Perl Artistic License, version 2 or -later, OR the terms of the GNU General Public License, v3 or later. +modified under the terms of the Perl Artistic License, version 2. + +See the LICENSE file in the root of this distribution for a copy of +the Perl Artistic License, version 2. diff -Nru libpod-constants-perl-0.18/SIGNATURE libpod-constants-perl-0.19/SIGNATURE --- libpod-constants-perl-0.18/SIGNATURE 2015-07-19 13:25:21.000000000 +0000 +++ libpod-constants-perl-0.19/SIGNATURE 2016-07-05 20:39:15.000000000 +0000 @@ -1,5 +1,5 @@ This file contains message digests of all files listed in MANIFEST, -signed via the Module::Signature module, version 0.79. +signed via the Module::Signature module, version 0.80. To verify the content in this distribution, first make sure you have Module::Signature installed, then type: @@ -14,31 +14,32 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 -SHA1 a6c5f8b76db02d7ef03cb4971af5ff6d349921b3 Changes -SHA1 2523e584f676b0c011bcf788ac88f1a79b96affb MANIFEST -SHA1 f5934571f179585ba1152b7c4074942c3df2a2c0 META.json -SHA1 cabb18d2de261900ce71afc75d44a2598f146a4a META.yml +SHA1 e563a7924512719c2e50a84b7530456ce27b9925 Changes +SHA1 3dba87fdd2fcb5c3cc93f325c7d938f24e976af1 LICENSE +SHA1 3943ceff484fc4d2c42b74a2cfb846a2b0cea38d MANIFEST +SHA1 751c679d0b6e3919bbb0585ad479d44275ec9b0b META.json +SHA1 e07f94caca70e85d68b0fa2c8d6fe306fcf0712d META.yml SHA1 bb361567958c2640ef696fe1653a7a2473106cc1 Makefile.PL -SHA1 3299bac2292bb848bee61e7fed224c13e2d15240 README -SHA1 ef64d31a6f2d56889b6de3f7435a930370bb62d7 lib/Pod/Constants.pm +SHA1 983803d908fb541523c860546b884df95b91587c README +SHA1 d2df14f059a4a2d3ca1fc8a5870e3ebbb3c3b42c lib/Pod/Constants.pm SHA1 2abf0122aae5a7dbf65c8b0ea19ceb0188cdadb0 t/01-constants.t SHA1 abbcb128b38cc71f3b14af2fc27eae0ecdb8ed08 t/Cheese.pm SHA1 96922df29d248ea8e0802c0dc66a21fb9f924101 t/ReEntrancyTest.pm SHA1 50c15fa93feff80bdce09aa350965a2e86476591 t/cheese.pl -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1 +Version: GnuPG v2 -iQIcBAEBCgAGBQJVq6VAAAoJEMoENb5ewbNiW7EP/3e9hxUwuclI+GNt6E7G5BBj -Q1zhWjBvhO5yNo3f3ySPtiI/yMxdwkdJD7+uGJ+ax6hC/MjTHAWtPnOlMySjdOfm -5A6+Yc8Rh7Nj7PYUk/pq+C7p37LbxuTVd223wnKMvh3hBE6MkY+1BS0rB/CwU8mT -BLjjejNz929mDR5qGWjzOfR2sr4OMTB35dTJzCy1LtjLN0KEXM84oNbywzhANv+8 -qe+6ZpebFxEiQj/zliddzS0WKZYtw/g84gmBS2BoiWxuFkL3gWCPAkZWRA2jYyMK -uak5by9JYMWJrLhiRG+W+FFRU4FfZyphh3bWS1X4fppTPuodCaUq4cXkPq97DLTW -4Cyu0q3Q8YhwFG9PVQvpMmSZDfJ1F1R/rumOBfy4BIDDddA3IgLGmmE/VVjWMbjn -w9k4chcbuyaRpcYfNy9s1yJhWFFgI2qOK76SCoGiOsjxCWwtrtrTTiDkcakEaHp4 -Lj1Lfjda/Dikkm93o8+ThCnxo9oJyT9PoREY+HfoAd9QkCPjfhawSsSazbexJ2Jh -s7Bc15PRCggkwqJhRyJ0Q+ybkOktsyQHbR0owXpimcTpPoL53credyalMFtq8t82 -Y5A9DcF80b4CKe9tcx6wwSWVcqvrObnByvkiEQ24c984lH+3ilRjRDyIJvzi/S8M -KSdgqdW7kPTz4blYXN+M -=Q5RY +iQIcBAEBCgAGBQJXfBrzAAoJEMoENb5ewbNiVtMP/AzsTM733xZoX7auThjh8wik +Fm8twE/2/Yf3L8pGN/PslEfF2SnNLZjX4AK0QndoSL/e75xAmZIeg9qMtdcct/tu +gtf9qMql2drpMoKZz+or45+HWasTr6W+Z1/6GRePpXmrkWDR8zS20lvIAsoJ5FTu ++9rAsUXS9nc8vHZyeLFJMf9fMUURSynj9AkynQJBQ6dY7qjndifV/W8e81ZiuCj3 +Lp7v0ND96/YkSPA9Mmt7PJw8bODWicnpjcEES595BW2Vz3nKGAKfiIBLPhDYFWdM +AHyq0feoukeDm8dyfzl4k8ys249CG6zv0pikRCsDn+2BvPaDa8NP2gqVK7t07N+y +/hetjX8NSAI2+t1BoAWTqk3lSkuonbbmsx6c+pxs2zB92YX5jjYpUj3UOXBDDpJ9 +uuHF16adyuEoSrjPm3brL6Sj+f6AB/TSt6aFLUklqe+pHiShyuH97jdGSbJ6P02c +VAiTrqQZ6tjOXPX6F+EpoMY90SotCycsh775wBpgAxKj9DoexJ3+xMx1uVlYp5LK +hS/B6W6mISqJnapRmf3fuAfFjStHCNN1GxQpBpsWknOZSpR+FCfRqzepflow9Cwz +NVM/4yu9RDhwcILpbs3wrKoU68u5QQzvAW/lLuyUWqYbTWO77kiUxG/cq/cl5/px +GUmz009+zI7oGh1XjKJA +=dsO0 -----END PGP SIGNATURE-----