From 32264794f3d4b03366998e469cdb42ddeb979a5a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Feb 2018 15:35:28 +0000 Subject: [PATCH] debian/control, git-debrebase: "use fnmatch;" We are going to want this for globbing in the ffq configuration. Signed-off-by: Ian Jackson --- debian/control | 2 +- git-debrebase | 1 + tests/setup/gbp2gdr | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 4405e141..3180c859 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev, libdigest-sha-perl, dput, curl, apt, libjson-perl, ca-certificates, libtext-iconv-perl, libtext-glob-perl -Recommends: ssh-client +Recommends: ssh-client, libfile-fnmatch-perl Suggests: sbuild Architecture: all Description: git interoperability with the Debian archive diff --git a/git-debrebase b/git-debrebase index 6655b2d2..421a1cb2 100755 --- a/git-debrebase +++ b/git-debrebase @@ -87,6 +87,7 @@ use POSIX; use Data::Dumper; use Getopt::Long qw(:config posix_default gnu_compat bundling); use Dpkg::Version; +use File::FnMatch qw(:fnmatch); our ($opt_force, $opt_noop_ok); diff --git a/tests/setup/gbp2gdr b/tests/setup/gbp2gdr index da238f4b..3f6d9a60 100755 --- a/tests/setup/gbp2gdr +++ b/tests/setup/gbp2gdr @@ -3,7 +3,7 @@ set -e . tests/lib . $troot/lib-gdr -t-dependencies git-buildpackage +t-dependencies git-buildpackage libfile-fnmatch-perl t-tstunt-parsechangelog -- 2.30.2