New Upstream Snapshot - libmusicbrainz-discid-perl

Ready changes

Summary

Merged new upstream version: 0.06+git20210609.1.f71949a (was: 0.06).

Resulting package

Built on 2022-10-21T06:00 (took 3m38s)

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

apt install -t fresh-snapshots libmusicbrainz-discid-perl-dbgsymapt install -t fresh-snapshots libmusicbrainz-discid-perl

Lintian Result

Diff

diff --git a/META.json b/META.json
index 7022ce9..11de1ae 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Nicholas J. Humfrey"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "mit"
    ],
@@ -50,5 +50,5 @@
       }
    },
    "version" : "0.06",
-   "x_serialization_backend" : "JSON::PP version 2.97001"
+   "x_serialization_backend" : "JSON::PP version 4.07"
 }
diff --git a/META.yml b/META.yml
index 19926fe..992bee0 100644
--- a/META.yml
+++ b/META.yml
@@ -10,7 +10,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010'
 license: mit
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
diff --git a/README.md b/README.md
index d9c326e..d26e16f 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,10 @@ libdiscid perl binding
 Perl binding for the libdiscid library.
 
 libdiscid library version 0.2.2 or higher is required.
-http://musicbrainz.org/doc/libdiscid
+https://musicbrainz.org/doc/libdiscid
 
 Pkg-config version 0.11 or higher is required:
-http://pkgconfig.freedesktop.org/
+https://pkgconfig.freedesktop.org/
 
 
 INSTALLATION
@@ -41,4 +41,4 @@ Contact
 
 
 
-[@njh]:           http://twitter.com/njh
+[@njh]:           https://twitter.com/njh
diff --git a/debian/changelog b/debian/changelog
index 7970f04..cb13149 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-libmusicbrainz-discid-perl (0.06-2) UNRELEASED; urgency=medium
+libmusicbrainz-discid-perl (0.06+git20210609.1.f71949a-1) UNRELEASED; urgency=medium
 
+  [ gregor herrmann ]
   * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.
 
- -- gregor herrmann <gregoa@debian.org>  Sun, 17 May 2020 12:36:53 +0200
+  [ Debian Janitor ]
+  * New upstream snapshot.
+  * Drop patch spelling-error-in-manpage, present upstream.
+
+ -- gregor herrmann <gregoa@debian.org>  Fri, 21 Oct 2022 05:57:27 -0000
 
 libmusicbrainz-discid-perl (0.06-1) unstable; urgency=medium
 
diff --git a/debian/patches/series b/debian/patches/series
index 7ba8958..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-spelling-error-in-manpage
diff --git a/debian/patches/spelling-error-in-manpage b/debian/patches/spelling-error-in-manpage
deleted file mode 100644
index fb551fc..0000000
--- a/debian/patches/spelling-error-in-manpage
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix spelling error in manpage
-Author: Nick Morrott <nickm@debian.org>
-Forwarded: https://github.com/njh/perl-musicbrainz-discid/pull/9
-Last-Update: 2019-12-09
----
---- a/lib/MusicBrainz/DiscID.pm
-+++ b/lib/MusicBrainz/DiscID.pm
-@@ -156,7 +156,7 @@
- 
- =item $discid->error_msg()
- 
--Return a human-readable error message of the last error that occured.
-+Return a human-readable error message of the last error that occurred.
- 
- =item $discid->first_track_num()
- 
diff --git a/lib/MusicBrainz/DiscID.pm b/lib/MusicBrainz/DiscID.pm
index 5a6036f..d8f07a4 100644
--- a/lib/MusicBrainz/DiscID.pm
+++ b/lib/MusicBrainz/DiscID.pm
@@ -127,7 +127,7 @@ MusicBrainz::DiscID - Perl interface for the MusicBrainz libdiscid library
   use MusicBrainz::DiscID;
 
   my $discid = MusicBrainz::DiscID->new();
-  if ( $disc->read() == 0 ) {
+  if ( $discid->read() == 0 ) {
       print STDERR "Error: " . $discid->error_msg() . "\n";
       exit(1);
   }
@@ -156,7 +156,7 @@ the read method.
 
 =item $discid->error_msg()
 
-Return a human-readable error message of the last error that occured.
+Return a human-readable error message of the last error that occurred.
 
 =item $discid->first_track_num()
 
@@ -212,7 +212,7 @@ Return the sector offset of a track.
 
 =head1 SEE ALSO
 
-L<http://musicbrainz.org/doc/libdiscid>
+L<https://musicbrainz.org/doc/libdiscid>
 
 =head1 AUTHOR
 

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/40/1a99904757434b1d86d61600806c6884f671a5.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/56/4c754a481edcb8462fccabb36069f2d84e6e34.debug

No differences were encountered between the control files of package libmusicbrainz-discid-perl

Control files of package libmusicbrainz-discid-perl-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 564c754a481edcb8462fccabb36069f2d84e6e34 401a99904757434b1d86d61600806c6884f671a5

More details

Full run details