chiark / gitweb /
debian/control, git-debrebase: "use fnmatch;"
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Feb 2018 15:35:28 +0000 (15:35 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 16 Jun 2018 11:25:49 +0000 (12:25 +0100)
We are going to want this for globbing in the ffq configuration.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/control
git-debrebase
tests/setup/gbp2gdr

index 4405e141009b8dc147c024642f398189a9c7a8aa..3180c8596f3b7d13cdf73d64f5a4af2c5c2b2aab 100644 (file)
@@ -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
index 6655b2d200dde46f1c997866abe1713389daa51f..421a1cb25f3406981e26f498b6bad8840498147d 100755 (executable)
@@ -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);
 
index da238f4bdaeb8e34384e0715c90ff7da71b93523..3f6d9a60f136ef42a2ff6e7435e0495b4052da5d 100755 (executable)
@@ -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