diff -Nru libcompress-raw-lzma-perl-2.086/debian/changelog libcompress-raw-lzma-perl-2.087/debian/changelog --- libcompress-raw-lzma-perl-2.086/debian/changelog 2019-07-16 15:26:57.000000000 +0000 +++ libcompress-raw-lzma-perl-2.087/debian/changelog 2019-08-10 23:00:06.000000000 +0000 @@ -1,3 +1,11 @@ +libcompress-raw-lzma-perl (2.087-1) unstable; urgency=medium + + * Import upstream version 2.087. + * Annotate test-only build dependencies with . + * debian/watch: use uscan version 4. + + -- gregor herrmann Sun, 11 Aug 2019 01:00:06 +0200 + libcompress-raw-lzma-perl (2.086-1) unstable; urgency=medium * Team upload diff -Nru libcompress-raw-lzma-perl-2.086/debian/control libcompress-raw-lzma-perl-2.087/debian/control --- libcompress-raw-lzma-perl-2.086/debian/control 2019-07-16 15:26:57.000000000 +0000 +++ libcompress-raw-lzma-perl-2.087/debian/control 2019-08-10 23:00:06.000000000 +0000 @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper-compat (= 12), liblzma-dev, - libtest-pod-perl, + libtest-pod-perl , perl Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcompress-raw-lzma-perl diff -Nru libcompress-raw-lzma-perl-2.086/debian/watch libcompress-raw-lzma-perl-2.087/debian/watch --- libcompress-raw-lzma-perl-2.086/debian/watch 2019-07-16 15:26:57.000000000 +0000 +++ libcompress-raw-lzma-perl-2.087/debian/watch 2019-08-10 23:00:06.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -https://metacpan.org/release/Compress-Raw-Lzma .*/Compress-Raw-Lzma-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=4 +https://metacpan.org/release/Compress-Raw-Lzma .*/Compress-Raw-Lzma-v?@ANY_VERSION@@ARCHIVE_EXT@$ diff -Nru libcompress-raw-lzma-perl-2.086/lib/Compress/Raw/Lzma.pm libcompress-raw-lzma-perl-2.087/lib/Compress/Raw/Lzma.pm --- libcompress-raw-lzma-perl-2.086/lib/Compress/Raw/Lzma.pm 2019-03-31 09:25:56.000000000 +0000 +++ libcompress-raw-lzma-perl-2.087/lib/Compress/Raw/Lzma.pm 2019-08-10 08:58:21.000000000 +0000 @@ -12,7 +12,7 @@ use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.086'; +$VERSION = '2.087'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff -Nru libcompress-raw-lzma-perl-2.086/META.json libcompress-raw-lzma-perl-2.087/META.json --- libcompress-raw-lzma-perl-2.086/META.json 2019-03-31 18:53:53.000000000 +0000 +++ libcompress-raw-lzma-perl-2.087/META.json 2019-08-10 09:15:51.000000000 +0000 @@ -45,6 +45,6 @@ "web" : "https://github.com/pmqs/Compress-Raw-Lzma" } }, - "version" : "2.086", + "version" : "2.087", "x_serialization_backend" : "JSON::PP version 2.27300" } diff -Nru libcompress-raw-lzma-perl-2.086/META.yml libcompress-raw-lzma-perl-2.087/META.yml --- libcompress-raw-lzma-perl-2.086/META.yml 2019-03-31 18:53:53.000000000 +0000 +++ libcompress-raw-lzma-perl-2.087/META.yml 2019-08-10 09:15:51.000000000 +0000 @@ -23,5 +23,5 @@ bugtracker: https://github.com/pmqs/Compress-Raw-Lzma/issues homepage: https://github.com/pmqs/Compress-Raw-Lzma repository: git://github.com/pmqs/Compress-Raw-Lzma.git -version: '2.086' +version: '2.087' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru libcompress-raw-lzma-perl-2.086/README libcompress-raw-lzma-perl-2.087/README --- libcompress-raw-lzma-perl-2.086/README 2019-03-31 15:50:18.000000000 +0000 +++ libcompress-raw-lzma-perl-2.087/README 2019-08-10 09:10:15.000000000 +0000 @@ -1,9 +1,9 @@ Compress-Raw-Lzma - Version 2.086 + Version 2.087 - 31 March 2019 + 10 August 2019 Copyright (c) 2009-2019 Paul Marquess. All rights reserved. This program is free software; you can redistribute it @@ -186,7 +186,7 @@ If you haven't installed Compress-Raw-Lzma then search Compress::Raw::Lzma.pm for a line like this: - $VERSION = "2.086" ; + $VERSION = "2.087" ; c. The version of lzma you have used. If you have successfully installed Compress-Raw-Lzma, this one-liner