Backport v2023 <- v2025pre: Override dh_perl to inject dependency on perl-base instead of the full perl pkg
Backport of !11 (merged)
Perl scripts in ic2-tools
only need perl-base
to run (and not the
full perl
package. This allows ic2-tools
to be installable on
target since perl
depends on libperl5.X
which depends on libgdbm*
which is not available in target because under GPL-3 license.
Signed-off-by: Dylan Aïssi dylan.aissi@collabora.com
Edited by Dylan Aïssi