diff -Nru libpgobject-util-dbmethod-perl-1.00.002/Changes libpgobject-util-dbmethod-perl-1.00.003/Changes --- libpgobject-util-dbmethod-perl-1.00.002/Changes 2017-05-10 22:25:24.000000000 +0000 +++ libpgobject-util-dbmethod-perl-1.00.003/Changes 2019-09-20 06:38:58.000000000 +0000 @@ -1,25 +1,27 @@ Revision history for PGObject-Util-DBMethod -1.00.002 - 2017-05-10 - Remove MYMETA.json from distribution archive +1.00.003 2019-09-20 + Correct dist to exclude MYMETA.json from archive + as - still - pointed out by Kwalitee -1.00.001 - 2014-02-24 - Bumped up required Perl version from 5.6 to 5.8 +1.00.002 2017-05-10 + Remove MYMETA.json from distribution archive -1.00 2014-02-22 - Added arg_list argument to dbmethod to allow ordered lists of args - to be read from the generated method's argument list. +1.00.001 2014-02-24 + Bumped up required Perl version from 5.6 to 5.8 - Added merge_back argument to dbmethod, to allow the method to return - $self, after merging $self with the first record found. +1.00 2014-02-22 + Added arg_list argument to dbmethod to allow ordered lists of args + to be read from the generated method's argument list. - Minor tuning of Makefile.PL + Added merge_back argument to dbmethod, to allow the method to return + $self, after merging $self with the first record found. -0.02 2014-02-17 - Added scalar return handling, so $ref = $self->mymethod returns the - first row found. + Minor tuning of Makefile.PL -0.01 2014-02-15 - First version, released on an unsuspecting world. +0.02 2014-02-17 + Added scalar return handling, so $ref = $self->mymethod returns the + first row found. + +0.01 2014-02-15 + First version, released on an unsuspecting world. diff -Nru libpgobject-util-dbmethod-perl-1.00.002/debian/changelog libpgobject-util-dbmethod-perl-1.00.003/debian/changelog --- libpgobject-util-dbmethod-perl-1.00.002/debian/changelog 2017-07-05 21:16:05.000000000 +0000 +++ libpgobject-util-dbmethod-perl-1.00.003/debian/changelog 2019-12-27 21:03:51.000000000 +0000 @@ -1,3 +1,22 @@ +libpgobject-util-dbmethod-perl (1.00.003-1) unstable; urgency=medium + + * Team upload. + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ gregor herrmann ] + * Import upstream version 1.00.003. + * Update years of packaging copyright. + * Annotate test-only build dependencies with . + * Declare compliance with Debian Policy 4.4.1. + * Bump debhelper-compat to 12. + * debian/watch: use uscan version 4. + * Set upstream metadata fields: Bug-Submit. + * Remove obsolete fields Contact, Name from debian/upstream/metadata. + + -- gregor herrmann Fri, 27 Dec 2019 22:03:51 +0100 + libpgobject-util-dbmethod-perl (1.00.002-1) unstable; urgency=medium [ Salvatore Bonaccorso ] diff -Nru libpgobject-util-dbmethod-perl-1.00.002/debian/compat libpgobject-util-dbmethod-perl-1.00.003/debian/compat --- libpgobject-util-dbmethod-perl-1.00.002/debian/compat 2017-07-05 21:16:05.000000000 +0000 +++ libpgobject-util-dbmethod-perl-1.00.003/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru libpgobject-util-dbmethod-perl-1.00.002/debian/control libpgobject-util-dbmethod-perl-1.00.003/debian/control --- libpgobject-util-dbmethod-perl-1.00.002/debian/control 2017-07-05 21:16:05.000000000 +0000 +++ libpgobject-util-dbmethod-perl-1.00.003/debian/control 2019-12-27 21:03:51.000000000 +0000 @@ -1,21 +1,22 @@ Source: libpgobject-util-dbmethod-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group Uploaders: Robert James Clay -Build-Depends: debhelper (>= 10) -Build-Depends-Indep: perl, - libtest-pod-perl, - libtest-pod-coverage-perl -Standards-Version: 4.0.0 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpgobject-util-dbmethod-perl.git -Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpgobject-util-dbmethod-perl.git -Homepage: https://metacpan.org/release/PGObject-Util-DBMethod +Section: perl Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper-compat (= 12) +Build-Depends-Indep: libtest-pod-coverage-perl , + libtest-pod-perl , + perl +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpgobject-util-dbmethod-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpgobject-util-dbmethod-perl.git +Homepage: https://metacpan.org/release/PGObject-Util-DBMethod Package: libpgobject-util-dbmethod-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, + ${perl:Depends} Description: object mappings for the PGObject Framework PGObject::Util::DBMethod provides syntactic sugar which allows for declarative mapping of stored procedures to supported PGObject paradigms. It is designed diff -Nru libpgobject-util-dbmethod-perl-1.00.002/debian/copyright libpgobject-util-dbmethod-perl-1.00.003/debian/copyright --- libpgobject-util-dbmethod-perl-1.00.002/debian/copyright 2017-07-05 21:16:05.000000000 +0000 +++ libpgobject-util-dbmethod-perl-1.00.003/debian/copyright 2019-12-27 21:03:51.000000000 +0000 @@ -10,7 +10,7 @@ Files: debian/* Copyright: 2014-2017, Robert James Clay 2014-2016, Salvatore Bonaccorso - 2016, gregor herrmann + 2016-2019, gregor herrmann License: BSD-2-clause or Artistic or GPL-1+ License: BSD-2-clause diff -Nru libpgobject-util-dbmethod-perl-1.00.002/debian/upstream/metadata libpgobject-util-dbmethod-perl-1.00.003/debian/upstream/metadata --- libpgobject-util-dbmethod-perl-1.00.002/debian/upstream/metadata 2017-07-05 21:16:05.000000000 +0000 +++ libpgobject-util-dbmethod-perl-1.00.003/debian/upstream/metadata 2019-12-27 21:03:51.000000000 +0000 @@ -1,7 +1,6 @@ --- Archive: CPAN Bug-Database: https://github.com/ledgersmb/PGObject-Util-DBMethod/issues -Contact: Chris Travers -Name: PGObject-Util-DBMethod Repository: https://github.com/ledgersmb/PGObject-Util-DBMethod.git Repository-Browse: https://github.com/ledgersmb/PGObject-Util-DBMethod +Bug-Submit: https://github.com/ledgersmb/PGObject-Util-DBMethod/issues/new diff -Nru libpgobject-util-dbmethod-perl-1.00.002/debian/watch libpgobject-util-dbmethod-perl-1.00.003/debian/watch --- libpgobject-util-dbmethod-perl-1.00.002/debian/watch 2017-07-05 21:16:05.000000000 +0000 +++ libpgobject-util-dbmethod-perl-1.00.003/debian/watch 2019-12-27 21:03:51.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -https://metacpan.org/release/PGObject-Util-DBMethod .*/PGObject-Util-DBMethod-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=4 +https://metacpan.org/release/PGObject-Util-DBMethod .*/PGObject-Util-DBMethod-v?@ANY_VERSION@@ARCHIVE_EXT@$ diff -Nru libpgobject-util-dbmethod-perl-1.00.002/lib/PGObject/Util/DBMethod.pm libpgobject-util-dbmethod-perl-1.00.003/lib/PGObject/Util/DBMethod.pm --- libpgobject-util-dbmethod-perl-1.00.002/lib/PGObject/Util/DBMethod.pm 2017-05-10 22:25:48.000000000 +0000 +++ libpgobject-util-dbmethod-perl-1.00.003/lib/PGObject/Util/DBMethod.pm 2019-09-20 06:35:41.000000000 +0000 @@ -12,11 +12,11 @@ =head1 VERSION -Version 1.00.002 +Version 1.00.003 =cut -our $VERSION = '1.00.002'; +our $VERSION = '1.00.003'; =head1 SYNOPSIS diff -Nru libpgobject-util-dbmethod-perl-1.00.002/MANIFEST libpgobject-util-dbmethod-perl-1.00.003/MANIFEST --- libpgobject-util-dbmethod-perl-1.00.002/MANIFEST 2017-05-10 22:26:46.000000000 +0000 +++ libpgobject-util-dbmethod-perl-1.00.003/MANIFEST 2019-09-20 06:39:35.000000000 +0000 @@ -4,7 +4,6 @@ LICENSE Makefile.PL MANIFEST This list of files -MYMETA.json README README.md t/00-load.t diff -Nru libpgobject-util-dbmethod-perl-1.00.002/META.json libpgobject-util-dbmethod-perl-1.00.003/META.json --- libpgobject-util-dbmethod-perl-1.00.002/META.json 2017-05-10 22:26:46.000000000 +0000 +++ libpgobject-util-dbmethod-perl-1.00.003/META.json 2019-09-20 06:39:35.000000000 +0000 @@ -4,7 +4,7 @@ "Chris Travers " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690", + "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150005", "license" : [ "bsd" ], @@ -37,5 +37,6 @@ } }, "release_status" : "stable", - "version" : "v1.00.002" + "version" : "v1.00.003", + "x_serialization_backend" : "JSON::PP version 2.27300_01" } diff -Nru libpgobject-util-dbmethod-perl-1.00.002/META.yml libpgobject-util-dbmethod-perl-1.00.003/META.yml --- libpgobject-util-dbmethod-perl-1.00.002/META.yml 2017-05-10 22:26:46.000000000 +0000 +++ libpgobject-util-dbmethod-perl-1.00.003/META.yml 2019-09-20 06:39:35.000000000 +0000 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690' +generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150005' license: bsd meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -19,4 +19,5 @@ - inc requires: perl: '5.008001' -version: v1.00.002 +version: v1.00.003 +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru libpgobject-util-dbmethod-perl-1.00.002/MYMETA.json libpgobject-util-dbmethod-perl-1.00.003/MYMETA.json --- libpgobject-util-dbmethod-perl-1.00.002/MYMETA.json 2017-05-10 22:26:44.000000000 +0000 +++ libpgobject-util-dbmethod-perl-1.00.003/MYMETA.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,41 +0,0 @@ -{ - "abstract" : "Declarative stored procedure <-> object mappings for the PGObject Framework", - "author" : [ - "Chris Travers " - ], - "dynamic_config" : 0, - "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690", - "license" : [ - "bsd" - ], - "meta-spec" : { - "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" - }, - "name" : "PGObject-Util-DBMethod", - "no_index" : { - "directory" : [ - "t", - "inc" - ] - }, - "prereqs" : { - "build" : { - "requires" : { - "Test::More" : "0" - } - }, - "configure" : { - "requires" : { - "ExtUtils::MakeMaker" : "0" - } - }, - "runtime" : { - "requires" : { - "perl" : "5.008001" - } - } - }, - "release_status" : "stable", - "version" : "v1.00.002" -}