summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@jenkins.debian.net>2021-08-24 05:57:10 +0000
committerJenkins <jenkins@jenkins.debian.net>2021-08-24 05:57:10 +0000
commitb55800569989f90c4e109fe87052630a2e38b7a1 (patch)
tree4e1e795e2f68386171a9d5fc12c79ecf0f9a9032
parent2cc3fd66036abe2498ad72551f4f9f46a1a6f30b (diff)
Remove constraints unnecessary since buster
* Build-Depends: Drop versioned constraint on liblog-agent-perl, libmodule-install-perl and libtest-pod-perl. * libgetargs-long-perl: Drop versioned constraint on perl in Depends. Changes-By: deb-scrub-obsolete
-rw-r--r--debian/changelog9
-rw-r--r--debian/control10
2 files changed, 14 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 3a9bc6e..d38dec0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libgetargs-long-perl (1.1012-4) UNRELEASED; urgency=medium
+
+ * Remove constraints unnecessary since buster:
+ + Build-Depends: Drop versioned constraint on liblog-agent-perl,
+ libmodule-install-perl and libtest-pod-perl.
+ + libgetargs-long-perl: Drop versioned constraint on perl in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk> Tue, 24 Aug 2021 05:57:04 -0000
+
libgetargs-long-perl (1.1012-3) unstable; urgency=medium
[ Colin Watson ]
diff --git a/debian/control b/debian/control
index b740f6c..26a91b0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: perl
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper-compat (= 12),
- liblog-agent-perl (>= 0.105),
- libmodule-install-perl (>= 0.40),
+ liblog-agent-perl,
+ libmodule-install-perl,
libtest-compile-perl,
- libtest-pod-perl (>= 1.00),
+ libtest-pod-perl,
libuniversal-require-perl,
- liburi-perl,
+ liburi-perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Getargs-Long/
Vcs-Git: https://salsa.debian.org/debian/libgetargs-long-perl.git
@@ -18,7 +18,7 @@ Rules-Requires-Root: no
Package: libgetargs-long-perl
Architecture: all
-Depends: liblog-agent-perl, perl (>= 5.8), ${misc:Depends}, ${perl:Depends}
+Depends: liblog-agent-perl, perl, ${misc:Depends}, ${perl:Depends}
Description: Perl module to parse long function arguments
The Getargs::Long module allows usage of named parameters in function
calls, along with optional argument type-checking. It provides an easy