summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ruthven <andrew@etc.gen.nz>2020-07-06 11:30:58 +1200
committerAndrew Ruthven <andrew@etc.gen.nz>2020-07-06 11:30:58 +1200
commit9122757b06970ec002c399c00414ca2890c08ff0 (patch)
tree70e7a438d4196f151654b4c6a576de512fb53aa0
parent8e8d03ebb8adcb82f41f349b4bf8d6deaff00454 (diff)
Limit dependency on gnugp2 to >= 2.2.9
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 3 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index ac78940..9b2df20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,5 @@
libgnupg-interface-perl (1.00-1) UNRELEASED; urgency=medium
- QUESTIONS:
- - should we bump the versioned build-dependency on gnupg after the removal
- of 0001-Fix-test-suite-for-GnuPG-2.2.{6,8}-compatibility.patch?
- oldoldstable and oldstable still have older gnupg versions
-
[ Debian Janitor ]
* Update standards version to 4.4.1, no changes needed.
@@ -45,6 +40,7 @@ libgnupg-interface-perl (1.00-1) UNRELEASED; urgency=medium
* Add a debian/upstream/metadata file
* Bump debhelper-compat to 13.
* Fix dependency on gnupg to be gnupg | gnupg1.
+ * Limit build dependency on gnupg2 to >= 2.2.9.
[ gregor herrmann ]
* debian/rules: drop manual handling of $HOME.
diff --git a/debian/control b/debian/control
index 6447003..0c6c672 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
-Build-Depends-Indep: gnupg (>= 2.1),
+Build-Depends-Indep: gnupg (>= 2.2.9),
libautodie-perl <!nocheck>,
libmath-bigint-perl <!nocheck>,
libmoo-perl <!nocheck>,
@@ -25,7 +25,7 @@ Package: libgnupg-interface-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
- gnupg | gnupg1,
+ gnupg (>= 2.2.9) | gnupg1,
libautodie-perl,
libmath-bigint-perl,
libmoo-perl,