diff -Nru libterm-shellui-perl-0.92/debian/changelog libterm-shellui-perl-0.92/debian/changelog --- libterm-shellui-perl-0.92/debian/changelog 2021-01-01 18:17:45.000000000 +0000 +++ libterm-shellui-perl-0.92/debian/changelog 2020-01-01 00:00:01.000000000 +0000 @@ -1,3 +1,39 @@ +libterm-shellui-perl (0.92-4) unstable; urgency=medium + + * Update debian/control: + - set Debian Perl Group as Maintainer + - move myself to Uploaders + - update Vcs-* fields: moved from GitHub to Salsa + - add Testsuite: autopkgtest-pkg-perl + + -- Boris Pek Thu, 07 Jan 2021 22:05:07 +0300 + +libterm-shellui-perl (0.92-3) unstable; urgency=medium + + [ Debian Janitor ] + * Use secure copyright file specification URI. + * Use secure URI in debian/watch. + * Use secure URI in Homepage field. + * Bump debhelper from old 9 to 12. + * Set debhelper-compat version in Build-Depends. + * Use secure URI in Vcs control header. + * Drop unnecessary dh arguments: --parallel + + [ Boris Pek ] + * Update debian/control: + - bump Standards-Version to 4.5.1 (was 3.9.6) + - bump debhelper-compat version to 13 (was 12) + - add Rules-Requires-Root: no + - update Homepage URL + * Update years and URLs in debian/copyright. + * Update debian/watch. + * Update patch 01_fix-pod2man-errors. + * Add patch 02_fix-spelling-errors. + * Add debian/upstream/metadata. + * Remove get-orig-source target from debian/rules. + + -- Boris Pek Thu, 07 Jan 2021 21:20:33 +0300 + libterm-shellui-perl (0.92-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -Nru libterm-shellui-perl-0.92/debian/compat libterm-shellui-perl-0.92/debian/compat --- libterm-shellui-perl-0.92/debian/compat 2015-09-05 17:16:07.000000000 +0000 +++ libterm-shellui-perl-0.92/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru libterm-shellui-perl-0.92/debian/control libterm-shellui-perl-0.92/debian/control --- libterm-shellui-perl-0.92/debian/control 2015-09-05 17:16:07.000000000 +0000 +++ libterm-shellui-perl-0.92/debian/control 2020-01-01 00:00:01.000000000 +0000 @@ -1,13 +1,16 @@ Source: libterm-shellui-perl Section: perl Priority: optional -Maintainer: Boris Pek -Build-Depends: debhelper (>= 9) +Maintainer: Debian Perl Group +Uploaders: Boris Pek +Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl -Homepage: http://search.cpan.org/dist/Term-ShellUI/ -Vcs-Git: git://github.com/tehnick/libterm-shellui-perl-debian.git -Vcs-Browser: https://github.com/tehnick/libterm-shellui-perl-debian -Standards-Version: 3.9.6 +Homepage: https://metacpan.org/pod/Term::ShellUI +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libterm-shellui-perl.git +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libterm-shellui-perl +Standards-Version: 4.5.1 +Rules-Requires-Root: no +Testsuite: autopkgtest-pkg-perl Package: libterm-shellui-perl Architecture: all diff -Nru libterm-shellui-perl-0.92/debian/copyright libterm-shellui-perl-0.92/debian/copyright --- libterm-shellui-perl-0.92/debian/copyright 2015-09-05 17:16:07.000000000 +0000 +++ libterm-shellui-perl-0.92/debian/copyright 2020-01-01 00:00:01.000000000 +0000 @@ -1,9 +1,9 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Debianized-By: Boris Pek +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Debianized-By: Boris Pek Debianized-Date: Thu, 26 Jan 2012 22:05:30 +0200 Upstream-Name: Term::ShellUI Upstream-Contact: Scott Bronson -Source: http://search.cpan.org/dist/Term-ShellUI/ +Source: https://metacpan.org/release/Term-ShellUI The orig.tar.gz is just renamed upstream tarball (without changes). See section get-orig-source in debian/rules file for details. @@ -12,7 +12,7 @@ License: Expat Files: debian/* -Copyright: 2012-2015 Boris Pek +Copyright: 2012-2021 Boris Pek License: Expat License: Expat diff -Nru libterm-shellui-perl-0.92/debian/patches/01_fix-pod2man-errors.patch libterm-shellui-perl-0.92/debian/patches/01_fix-pod2man-errors.patch --- libterm-shellui-perl-0.92/debian/patches/01_fix-pod2man-errors.patch 1970-01-01 00:00:00.000000000 +0000 +++ libterm-shellui-perl-0.92/debian/patches/01_fix-pod2man-errors.patch 2020-01-01 00:00:01.000000000 +0000 @@ -0,0 +1,26 @@ +Description: Fix POD errors and typos +Author: Boris Pek +Last-Update: 2021-01-07 +Forwarded: https://github.com/bronson/Term-ShellUI/commit/c8763637 + +diff --git a/lib/Term/ShellUI.pm b/lib/Term/ShellUI.pm +--- a/lib/Term/ShellUI.pm ++++ b/lib/Term/ShellUI.pm +@@ -675,7 +675,7 @@ + + $term->prompt(['$', '>']); + +-Of course, you specify backslash_continues_command=>1 to to L to cause ++Of course, you specify backslash_continues_command=>1 to L to cause + commands to continue. + + And, of course, you can use an array of procs too. +@@ -864,7 +864,7 @@ + =item run() + + The main loop. Processes all commands until someone calls +-C(true)>. ++C(true)>. + + If you pass arguments, they are joined and run once. For + instance, $term->run(@ARGV) allows your program to be run diff -Nru libterm-shellui-perl-0.92/debian/patches/02_fix-spelling-errors.patch libterm-shellui-perl-0.92/debian/patches/02_fix-spelling-errors.patch --- libterm-shellui-perl-0.92/debian/patches/02_fix-spelling-errors.patch 1970-01-01 00:00:00.000000000 +0000 +++ libterm-shellui-perl-0.92/debian/patches/02_fix-spelling-errors.patch 2020-01-01 00:00:01.000000000 +0000 @@ -0,0 +1,55 @@ +Description: Fix spelling errors +Author: Boris Pek +Last-Update: 2021-01-07 +Forwarded: https://github.com/bronson/Term-ShellUI/commit/df77ab03 + +diff --git a/lib/Term/ShellUI.pm b/lib/Term/ShellUI.pm +index 8353725..7d36ba9 100644 +--- a/lib/Term/ShellUI.pm ++++ b/lib/Term/ShellUI.pm +@@ -224,7 +224,7 @@ Similar to proc, but passes more arguments. Where proc simply passes + the arguments for the command, method also passes the Term::ShellUI object + and the command's parms object (see L + for more on parms). Most commands can be implemented entirely using +-a simple proc procedure, but sometimes they require addtional information ++a simple proc procedure, but sometimes they require additional information + supplied to the method. Like proc, method may also be a string. + + =item args +@@ -628,7 +628,7 @@ This tells how many items to save to the history file. + The default is 500. + + Note that this parameter does not affect in-memory history. Term::ShellUI +-makes no attemt to cull history so you're at the mercy ++makes no attempt to cull history so you're at the mercy + of the default of whatever ReadLine library you are using. + See L for one way to change this. + +@@ -1074,9 +1074,9 @@ what you want (see the L section for the completion + routines that come with ShellUI). + + Your routine returns an arrayref of possible completions, +-a string conaining a short but helpful note, ++a string containing a short but helpful note, + or undef if an error prevented any completions from being generated. +-Return an empty array if there are simply no applicable competions. ++Return an empty array if there are simply no applicable completions. + Be careful; the distinction between no completions and an error + can be significant. + +diff --git a/lib/Text/Shellwords/Cursor.pm b/lib/Text/Shellwords/Cursor.pm +index 1b8eeba..89483f2 100644 +--- a/lib/Text/Shellwords/Cursor.pm ++++ b/lib/Text/Shellwords/Cursor.pm +@@ -400,7 +400,7 @@ cursorpos. + + =item tokoff + +-The character offet into tokno of cursorpos. ++The character offset into tokno of cursorpos. + + =back + +-- +2.30.0 + diff -Nru libterm-shellui-perl-0.92/debian/patches/fix-pod2man-errors.patch libterm-shellui-perl-0.92/debian/patches/fix-pod2man-errors.patch --- libterm-shellui-perl-0.92/debian/patches/fix-pod2man-errors.patch 2015-09-05 17:16:07.000000000 +0000 +++ libterm-shellui-perl-0.92/debian/patches/fix-pod2man-errors.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -Description: Fix POD errors and typos -Author: Boris Pek -Last-Update: 2015-09-05 - -diff --git a/lib/Term/ShellUI.pm b/lib/Term/ShellUI.pm ---- a/lib/Term/ShellUI.pm -+++ b/lib/Term/ShellUI.pm -@@ -675,7 +675,7 @@ - - $term->prompt(['$', '>']); - --Of course, you specify backslash_continues_command=>1 to to L to cause -+Of course, you specify backslash_continues_command=>1 to L to cause - commands to continue. - - And, of course, you can use an array of procs too. -@@ -864,7 +864,7 @@ - =item run() - - The main loop. Processes all commands until someone calls --C(true)>. -+C(true)>. - - If you pass arguments, they are joined and run once. For - instance, $term->run(@ARGV) allows your program to be run diff -Nru libterm-shellui-perl-0.92/debian/patches/series libterm-shellui-perl-0.92/debian/patches/series --- libterm-shellui-perl-0.92/debian/patches/series 2015-09-05 17:16:07.000000000 +0000 +++ libterm-shellui-perl-0.92/debian/patches/series 2020-01-01 00:00:01.000000000 +0000 @@ -1 +1,2 @@ -fix-pod2man-errors.patch +01_fix-pod2man-errors.patch +02_fix-spelling-errors.patch diff -Nru libterm-shellui-perl-0.92/debian/rules libterm-shellui-perl-0.92/debian/rules --- libterm-shellui-perl-0.92/debian/rules 2015-09-05 17:16:07.000000000 +0000 +++ libterm-shellui-perl-0.92/debian/rules 2020-01-01 00:00:01.000000000 +0000 @@ -1,14 +1,4 @@ #!/usr/bin/make -f -PACKAGE = libterm-shellui-perl - -DEBIAN_PATH := $(abspath $(dir $(MAKEFILE_LIST))) -USCAN_REPORT = $(shell uscan --noconf --report --dehs $(DEBIAN_PATH)) -CUR_VER = $(shell echo "$(USCAN_REPORT)" | sed -n 's/.*\(.*\)<\/upstream-version>.*/\1/p') -CUR_URL = $(shell echo "$(USCAN_REPORT)" | sed -n 's/.*\(.*\)<\/upstream-url>.*/\1/p') - %: - dh $@ --parallel --list-missing - -get-orig-source: - wget -c "$(CUR_URL)" -O "$(PACKAGE)_$(CUR_VER).orig.tar.gz" + dh $@ diff -Nru libterm-shellui-perl-0.92/debian/upstream/metadata libterm-shellui-perl-0.92/debian/upstream/metadata --- libterm-shellui-perl-0.92/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libterm-shellui-perl-0.92/debian/upstream/metadata 2020-01-01 00:00:01.000000000 +0000 @@ -0,0 +1,7 @@ +Name: Term::ShellUI +Contact: Scott Bronson +Security-Contact: Boris Pek +Repository: https://github.com/bronson/Term-ShellUI.git +Repository-Browse: https://github.com/bronson/Term-ShellUI +Bug-Submit: https://github.com/bronson/Term-ShellUI/issues +Changelog: https://github.com/bronson/Term-ShellUI/blob/master/Changes diff -Nru libterm-shellui-perl-0.92/debian/watch libterm-shellui-perl-0.92/debian/watch --- libterm-shellui-perl-0.92/debian/watch 2015-09-05 17:16:07.000000000 +0000 +++ libterm-shellui-perl-0.92/debian/watch 2020-01-01 00:00:01.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -http://search.cpan.org/dist/Term-ShellUI/ .*/Term-ShellUI-v?(\d[\d.-]+)\.tar\.gz$ +version=4 +https://metacpan.org/release/Term-ShellUI/ .*/Term-ShellUI-v?(\d[\d.-]+)\.tar\.gz$