summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c611b68..6434703 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ libgit-annex-perl (0.002-2) UNRELEASED; urgency=medium
* Add debian/tests/pkg-perl/use-name and switch to standard pkg-perl
autotests.
+ [ Sean Whitton ]
+ * Tighten git-annex build-dep to require 7.20191009.
+ For the sake of attempts to build this package on buster.
+
-- Sean Whitton <spwhitton@spwhitton.name> Wed, 26 Feb 2020 08:35:05 -0700
libgit-annex-perl (0.002-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index d916591..983da64 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
libdist-zilla-plugin-git-perl,
libdist-zilla-plugin-podweaver-perl,
Build-Depends-Indep:
- git-annex <!nocheck>,
+ git-annex <!nocheck> (>= 7.20191009),
libcapture-tiny-perl,
libdata-compare-perl,
libdigest-md5-file-perl,