@@ -, +, @@ cpanfile - apply patch - build and install new package - confirm starman package displays correctly in about.pl page --- cpanfile | 1 + debian/control.in | 2 -- debian/list-deps | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) --- a/cpanfile +++ a/cpanfile @@ -97,6 +97,7 @@ requires 'Schedule::At', '1.06'; requires 'Search::Elasticsearch', '5.01'; requires 'Sereal::Decoder', '3.0'; requires 'Sereal::Encoder', '3.0'; +requires 'Starman', '0.4014'; requires 'Storable', '2.20'; requires 'String::Random', '0.22'; requires 'Template', '>= 2.22, != 3.008'; --- a/debian/control.in +++ a/debian/control.in @@ -28,7 +28,6 @@ Depends: ${misc:Depends}, ${koha:Depends}, perl-doc, pwgen, rabbitmq-server, - starman, sudo, fonts-dejavu | ttf-dejavu, unzip, @@ -76,7 +75,6 @@ Depends: ${misc:Depends}, perl-doc, pwgen, rabbitmq-server, - starman, sudo, fonts-dejavu | ttf-dejavu, unzip, --- a/debian/list-deps +++ a/debian/list-deps @@ -36,6 +36,7 @@ my %overrides = ( 'Locale::Language' => 'liblocale-codes-perl', 'CGI::Compile' => 'libcgi-compile-perl (>= 0.25) | libcgi-compile-perl (<< 0.24)', 'DBD::SQLite2' => 'libdbd-sqlite2-perl (>= 0.33) | libdbd-sqlite3-perl', + 'Starman' => 'starman', ); # These are packages we're going to ignore --