summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2021-02-05 18:54:55 +0000
committerDebian Janitor <janitor@jelmer.uk>2021-02-05 18:54:55 +0000
commit86e546a19d8aedba6356547453597890392b8aa8 (patch)
treefffbe813aafa896b096a20c5c6e8910507580539
parent376d443ea3493d12f30cc3bd54469eabb54d8567 (diff)
Remove constraints unnecessary since stretch.
* Build-Depends-Indep: Drop versioned constraint on libyaml-tiny-perl. * libtest-database-perl: Drop versioned constraint on libyaml-tiny-perl in Depends. Changes-By: deb-scrub-obsolete
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 706fad4..b02d5c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,12 @@ libtest-database-perl (1.113-2) UNRELEASED; urgency=medium
[ gregor herrmann ]
* debian/watch: use uscan version 4.
+ [ Debian Janitor ]
+ * Remove constraints unnecessary since stretch:
+ + Build-Depends-Indep: Drop versioned constraint on libyaml-tiny-perl.
+ + libtest-database-perl: Drop versioned constraint on libyaml-tiny-perl in
+ Depends.
+
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 30 Jan 2016 20:06:49 +0100
libtest-database-perl (1.113-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 59cf362..0095016 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Indep: libdbd-csv-perl,
libsql-statement-perl,
libtest-pod-coverage-perl,
libtest-pod-perl,
- libyaml-tiny-perl (>= 1.62),
+ libyaml-tiny-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-database-perl
@@ -26,7 +26,7 @@ Depends: ${misc:Depends},
${perl:Depends},
libdbi-perl,
libfile-homedir-perl,
- libyaml-tiny-perl (>= 1.62)
+ libyaml-tiny-perl
Suggests: libdbd-csv-perl,
libdbd-sqlite2-perl,
libdbd-sqlite3-perl