summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@jenkins.debian.net>2021-02-12 19:04:17 +0000
committerJenkins <jenkins@jenkins.debian.net>2021-02-12 19:04:17 +0000
commit00b1daa3c97574dcad54804afb3e50f463def44f (patch)
treee3f8a8de3978164fae9f42c02a5ab718f09780d0
parentdb39296fa4bdeb56d7cf4cb922a8df70ab6b23b7 (diff)
Remove constraints unnecessary since stretch.
* Build-Depends: Drop versioned constraint on perl. Changes-By: deb-scrub-obsolete
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 15e040c..59023c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ libnet-ldns-perl (0.75-7) UNRELEASED; urgency=medium
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
* Update standards version to 4.1.5, no changes needed.
+ * Remove constraints unnecessary since stretch:
+ + Build-Depends: Drop versioned constraint on perl.
-- gregor herrmann <gregoa@debian.org> Fri, 21 Feb 2020 15:39:01 +0100
diff --git a/debian/control b/debian/control
index 6822f85..4bc0a37 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 12),
libldns-dev (>= 1.7.0),
libtest-fatal-perl,
perl-xs-dev,
- perl:native (>= 5.17.4),
+ perl:native,
libmodule-install-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-ldns-perl