summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2021-09-09 09:06:50 +0000
committerDebian Janitor <janitor@jelmer.uk>2021-09-09 09:06:50 +0000
commitd5c130c99c0b9bcefea5ab6f93623368c2f12001 (patch)
treeb25b99913c128ab3d194bcb4f78801963c63af19
parent386712c7d9cee18d1bf5a8004db15acc1d13817c (diff)
Remove constraints unnecessary since buster
* Build-Depends-Indep: Drop versioned constraint on liblog-any-adapter-screen-perl, liblog-any-perl, libmoo-perl, libtest2-suite-perl and libtype-tiny-perl. * libgitlab-api-v4-perl: Drop versioned constraint on liblog-any-adapter-screen-perl, liblog-any-perl, libmoo-perl and libtype-tiny-perl in Depends. Changes-By: deb-scrub-obsolete
-rw-r--r--debian/control18
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 32a9ba9..73b8db1 100644
--- a/debian/control
+++ b/debian/control
@@ -13,17 +13,17 @@ Build-Depends-Indep: dh-sequence-bash-completion,
libhttp-tiny-perl <!nocheck>,
libio-prompter-perl <!nocheck>,
libjson-perl <!nocheck>,
- liblog-any-adapter-screen-perl (>= 0.13) <!nocheck>,
+ liblog-any-adapter-screen-perl <!nocheck>,
liblog-any-adapter-tap-perl <!nocheck>,
- liblog-any-perl (>= 1.703) <!nocheck>,
+ liblog-any-perl <!nocheck>,
libmime-base64-perl (>= 3.15) <!nocheck>,
- libmoo-perl (>= 2.003000) <!nocheck>,
+ libmoo-perl <!nocheck>,
libnamespace-clean-perl <!nocheck>,
libpath-tiny-perl <!nocheck>,
libstrictures-perl <!nocheck>,
- libtest2-suite-perl (>= 0.000094) <!nocheck>,
+ libtest2-suite-perl <!nocheck>,
libtry-tiny-perl <!nocheck>,
- libtype-tiny-perl (>= 1.002001) <!nocheck>,
+ libtype-tiny-perl <!nocheck>,
liburi-perl <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgitlab-api-v4-perl
@@ -40,14 +40,14 @@ Depends: ${misc:Depends},
libhttp-tiny-perl,
libio-prompter-perl,
libjson-perl,
- liblog-any-adapter-screen-perl (>= 0.13),
- liblog-any-perl (>= 1.703),
- libmoo-perl (>= 2.003000),
+ liblog-any-adapter-screen-perl,
+ liblog-any-perl,
+ libmoo-perl,
libnamespace-clean-perl,
libpath-tiny-perl,
libstrictures-perl,
libtry-tiny-perl,
- libtype-tiny-perl (>= 1.002001),
+ libtype-tiny-perl,
liburi-perl
Description: GitLab API v4 module and command-line client
GitLab::API::v4 provides a one-to-one interface with the GitLab API v4.