New Upstream Snapshot - libend-perl

Ready changes

Summary

Merged new upstream version: 2009110401+git20100904.1.5fabb17 (was: 2009110401).

Resulting package

Built on 2022-10-21T02:24 (took 2m43s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots libend-perl

Lintian Result

Diff

diff --git a/Changes b/Changes
index da11595..b68ec09 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+Version
++ Removed Kwalitee tests
+
 Version 2009110401
 + Modernized Makefile.PL
 + Added POD and Kwalitee tests
diff --git a/MANIFEST b/MANIFEST
index 2193454..ef56b8f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4,7 +4,7 @@ Makefile.PL
 t/000_tests.t
 t/950_pod.t
 t/960_pod_coverage.t
-t/990_kwalitee.t
 README
 Changes
-META.yml                                 Module meta-data (added by MakeMaker)
+META.yml                                 Module YAML meta-data (added by MakeMaker)
+META.json                                Module JSON meta-data (added by MakeMaker)
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..683b445
--- /dev/null
+++ b/META.json
@@ -0,0 +1,53 @@
+{
+   "abstract" : "generalized END {}.",
+   "author" : [
+      "Abigail <cpan@abigail.be>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010",
+   "keywords" : [],
+   "license" : [
+      "mit"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : 2
+   },
+   "name" : "End",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Exporter" : "0",
+            "perl" : "5.006",
+            "strict" : "0",
+            "warnings" : "0"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "repository" : {
+         "type" : "git",
+         "url" : "git://github.com/Abigail/end.git"
+      }
+   },
+   "version" : "2009110401",
+   "x_serialization_backend" : "JSON::PP version 4.07",
+   "x_test_requires" : {}
+}
diff --git a/META.yml b/META.yml
index ca31ae0..efbaefe 100644
--- a/META.yml
+++ b/META.yml
@@ -1,29 +1,30 @@
---- #YAML:1.0
-name:               End
-version:            2009110401
-abstract:           generalized END {}.
+---
+abstract: 'generalized END {}.'
 author:
-    - Abigail <cpan@abigail.be>
-license:            mit
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
+  - 'Abigail <cpan@abigail.be>'
 build_requires:
-    ExtUtils::MakeMaker:  0
+  ExtUtils::MakeMaker: '0'
+configure_requires:
+  ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010'
+keywords: []
+license: mit
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: '1.4'
+name: End
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-    Exporter:  0
-    perl:      5.006
-    strict:    0
-    warnings:  0
+  Exporter: '0'
+  perl: '5.006'
+  strict: '0'
+  warnings: '0'
 resources:
-    repository:  git://github.com/Abigail/end.git
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.55_02
-meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
-keywords:  []
-test_requires:  {}
+  repository: git://github.com/Abigail/end.git
+version: '2009110401'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
+x_test_requires: {}
diff --git a/debian/changelog b/debian/changelog
index 390be54..417f179 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libend-perl (2009110401+git20100904.1.5fabb17-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 21 Oct 2022 02:22:46 -0000
+
 libend-perl (2009110401-3) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/t/990_kwalitee.t b/t/990_kwalitee.t
deleted file mode 100755
index 5b3cb4b..0000000
--- a/t/990_kwalitee.t
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use warnings;
-
-use Test::More;
-
-my $garbage = "Debian_CPANTS.txt";
-
-eval {
-    require Test::Kwalitee;
-    Test::Kwalitee -> import;
-};
-
-plan skip_all => 'Test::Kwalitee not installed; skipping' if $@;
-
-if (-f $garbage) {
-    unlink $garbage or die "Failed to clean up $garbage";
-}
-
-__END__

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details