Control: tags 1078173 + pending Dear maintainer,
I've prepared an NMU for st-console (versioned as 1.1.4-7.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06 `. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe `-
diff -Nru st-console-1.1.4/debian/changelog st-console-1.1.4/debian/changelog --- st-console-1.1.4/debian/changelog 2023-01-31 14:24:35.000000000 +0100 +++ st-console-1.1.4/debian/changelog 2024-09-16 23:34:13.000000000 +0200 @@ -1,3 +1,12 @@ +st-console (1.1.4-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "autopkgtest regression with Perl 5.40: FAIL stderr: Duplicate + specification": add patch from Niko Tyni to fix Getopt::Long usage with + Perl 5.40. (Closes: #1078173) + + -- gregor herrmann <gre...@debian.org> Mon, 16 Sep 2024 23:34:13 +0200 + st-console (1.1.4-7) unstable; urgency=medium * debian/control: bumped Standards-Version to 4.6.2. diff -Nru st-console-1.1.4/debian/patches/configure-getoptlong-to-not-ignore-case.patch st-console-1.1.4/debian/patches/configure-getoptlong-to-not-ignore-case.patch --- st-console-1.1.4/debian/patches/configure-getoptlong-to-not-ignore-case.patch 1970-01-01 01:00:00.000000000 +0100 +++ st-console-1.1.4/debian/patches/configure-getoptlong-to-not-ignore-case.patch 2024-09-16 23:31:27.000000000 +0200 @@ -0,0 +1,22 @@ +From: Niko Tyni <nt...@debian.org> +Date: Sun, 25 Aug 2024 08:16:03 +0100 +X-Dgit-Generated: 1.1.4-7 33e83970c8eb7e1736d663a0abe311589311293f +Subject: Configure Getopt::Long to not ignore case + +Bug-Debian: https://bugs.debian.org/1078173 + +--- + +diff --git a/script/st b/script/st +index d785a18..8889dfd 100755 +--- a/script/st ++++ b/script/st +@@ -6,7 +6,7 @@ use warnings; + #use bignum; + + use Data::Dumper; +-use Getopt::Long; ++use Getopt::Long qw( :config no_ignore_case ); + use Pod::Usage; + + use App::St; diff -Nru st-console-1.1.4/debian/patches/series st-console-1.1.4/debian/patches/series --- st-console-1.1.4/debian/patches/series 2023-01-31 13:58:35.000000000 +0100 +++ st-console-1.1.4/debian/patches/series 2024-09-16 23:31:27.000000000 +0200 @@ -1,2 +1,3 @@ 010_fix-manpage-st-console.patch 020_fix-manpage-lib-st-console-perl.patch +configure-getoptlong-to-not-ignore-case.patch
signature.asc
Description: Digital Signature