diff -Nru libgtk3-simplelist-perl-0.17/debian/changelog libgtk3-simplelist-perl-0.18/debian/changelog --- libgtk3-simplelist-perl-0.17/debian/changelog 2018-05-01 17:13:27.000000000 +0000 +++ libgtk3-simplelist-perl-0.18/debian/changelog 2018-12-22 18:20:12.000000000 +0000 @@ -1,3 +1,14 @@ +libgtk3-simplelist-perl (0.18-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * debian/upstream/metadata: drop Repository (doesn't exist). + * Add DEP3 headers to patch. + * Declare compliance with Debian Policy 4.2.1. + * Bump debhelper compatibility level to 10. + + -- gregor herrmann Sat, 22 Dec 2018 19:20:12 +0100 + libgtk3-simplelist-perl (0.17-2) unstable; urgency=medium [ Damyan Ivanov ] diff -Nru libgtk3-simplelist-perl-0.17/debian/compat libgtk3-simplelist-perl-0.18/debian/compat --- libgtk3-simplelist-perl-0.17/debian/compat 2018-05-01 17:13:27.000000000 +0000 +++ libgtk3-simplelist-perl-0.18/debian/compat 2018-12-22 18:20:12.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libgtk3-simplelist-perl-0.17/debian/control libgtk3-simplelist-perl-0.18/debian/control --- libgtk3-simplelist-perl-0.17/debian/control 2018-05-01 17:13:27.000000000 +0000 +++ libgtk3-simplelist-perl-0.18/debian/control 2018-12-22 18:20:12.000000000 +0000 @@ -1,21 +1,22 @@ Source: libgtk3-simplelist-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group Uploaders: Jeffrey Ratcliffe -Build-Depends: debhelper (>= 9) +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper (>= 10) Build-Depends-Indep: libgtk3-perl, - perl -Standards-Version: 4.1.4 + perl +Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgtk3-simplelist-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgtk3-simplelist-perl.git Homepage: https://metacpan.org/release/Gtk3-SimpleList -Testsuite: autopkgtest-pkg-perl Package: libgtk3-simplelist-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, - libgtk3-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libgtk3-perl Description: Perl simple interface to GTK+ 3's complex MVC list widget Gtk3 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk3::SimpleList automates the complex setup diff -Nru libgtk3-simplelist-perl-0.17/debian/patches/silence.patch libgtk3-simplelist-perl-0.18/debian/patches/silence.patch --- libgtk3-simplelist-perl-0.17/debian/patches/silence.patch 2018-05-01 17:09:00.000000000 +0000 +++ libgtk3-simplelist-perl-0.18/debian/patches/silence.patch 2018-12-22 18:20:12.000000000 +0000 @@ -1,7 +1,12 @@ -Remove unnecessary Dumper() callIndex: libgtk3-simplelist-perl/lib/Gtk3/SimpleList.pm -=================================================================== ---- libgtk3-simplelist-perl.orig/lib/Gtk3/SimpleList.pm 2018-05-01 18:53:30.506536424 +0200 -+++ libgtk3-simplelist-perl/lib/Gtk3/SimpleList.pm 2018-05-01 19:07:48.990300804 +0200 +Description: Remove unnecessary Dumper() callIndex: libgtk3-simplelist-perl/lib/Gtk3/SimpleList.pm +Origin: vendor +Forwarded: no +Author: Jeffrey Ratcliffe +Reviewed-by: gregor herrmann +Last-Update: 2018-12-22 + +--- a/lib/Gtk3/SimpleList.pm ++++ b/lib/Gtk3/SimpleList.pm @@ -171,7 +171,6 @@ # but all the indices will be squashed into one array... so, ah, # don't use this for TreeStores! diff -Nru libgtk3-simplelist-perl-0.17/debian/upstream/metadata libgtk3-simplelist-perl-0.18/debian/upstream/metadata --- libgtk3-simplelist-perl-0.17/debian/upstream/metadata 2018-05-01 17:13:27.000000000 +0000 +++ libgtk3-simplelist-perl-0.18/debian/upstream/metadata 2018-12-22 18:20:12.000000000 +0000 @@ -2,4 +2,3 @@ Archive: CPAN Contact: Thierry Vignaud Name: Gtk3-SimpleList -Repository: https://github.com/potyl/perl-Gtk3-SimpleList diff -Nru libgtk3-simplelist-perl-0.17/lib/Gtk3/SimpleList.pm libgtk3-simplelist-perl-0.18/lib/Gtk3/SimpleList.pm --- libgtk3-simplelist-perl-0.17/lib/Gtk3/SimpleList.pm 2017-11-06 07:57:59.000000000 +0000 +++ libgtk3-simplelist-perl-0.18/lib/Gtk3/SimpleList.pm 2018-11-05 03:26:36.000000000 +0000 @@ -11,7 +11,7 @@ our @ISA = 'Gtk3::TreeView'; -our $VERSION = '0.17'; +our $VERSION = '0.18'; our %column_types = ( 'hidden' => {type=>'Glib::String', attr=>'hidden'}, @@ -814,8 +814,10 @@ Perl(1), Glib(3pm), Gtk3(3pm), Gtk3::TreeView(3pm), Gtk3::TreeModel(3pm), Gtk3::ListStore(3pm). -Note: Gtk3::SimpleList is deprecated in favor of Gtk3::Ex::Simple::List, part -of the Gtk3-Perl-Ex project at http://gtk2-perl-ex.sf.net . +Note: Gtk2::SimpleList was deprecated in favor of Gtk2::Ex::Simple::List, part +of the Gtk2-Perl-Ex project at http://gtk2-perl-ex.sf.net . +Gtk3::SimpleList is a simple port of Gtk2::SimpleList on top of Gtk3 for its +users that wanted to switch to Gtk3. =head1 AUTHORS diff -Nru libgtk3-simplelist-perl-0.17/META.json libgtk3-simplelist-perl-0.18/META.json --- libgtk3-simplelist-perl-0.17/META.json 2017-11-06 07:59:05.000000000 +0000 +++ libgtk3-simplelist-perl-0.18/META.json 2018-11-05 03:27:12.000000000 +0000 @@ -4,13 +4,13 @@ "Thierry Vignaud " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", "license" : [ "unknown" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Gtk3-SimpleList", "no_index" : { @@ -44,6 +44,6 @@ "url" : "https://github.com/potyl/perl-Gtk3-SimpleList" } }, - "version" : "0.17", - "x_serialization_backend" : "JSON::PP version 2.27400_02" + "version" : "0.18", + "x_serialization_backend" : "JSON::PP version 2.97001" } diff -Nru libgtk3-simplelist-perl-0.17/META.yml libgtk3-simplelist-perl-0.18/META.yml --- libgtk3-simplelist-perl-0.17/META.yml 2017-11-06 07:59:05.000000000 +0000 +++ libgtk3-simplelist-perl-0.18/META.yml 2018-11-05 03:27:12.000000000 +0000 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -23,5 +23,5 @@ X_bucktracker: https://github.com/potyl/perl-Gtk3-SimpleList/issues homepage: https://github.com/potyl/perl-Gtk3-SimpleList repository: https://github.com/potyl/perl-Gtk3-SimpleList -version: '0.17' +version: '0.18' x_serialization_backend: 'CPAN::Meta::YAML version 0.018'