From: Ian Jackson Date: Thu, 15 Feb 2018 15:35:28 +0000 (+0000) Subject: debian/control, git-debrebase: "use fnmatch;" X-Git-Tag: archive/debian/5.0~239 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=32264794f3d4b03366998e469cdb42ddeb979a5a debian/control, git-debrebase: "use fnmatch;" We are going to want this for globbing in the ffq configuration. Signed-off-by: Ian Jackson --- 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