summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2022-11-03 05:27:44 +0000
committerDebian Janitor <janitor@jelmer.uk>2022-11-03 05:27:44 +0000
commit0d8bf485bcf8a2405674d7537acfd5059fd98f54 (patch)
tree38b79f520db74fffc71ea29c06b743ba93cf8b8b /debian
parent31a3c077bf35b7d1716b722778094a233f2c9c78 (diff)
Remove constraints unnecessary since buster (oldstable)
* Build-Depends: Drop versioned constraint on ocaml-findlib and ocaml-nox. * libcalendar-ocaml: Drop versioned constraint on libcalendar-ocaml-dev in Replaces. * libcalendar-ocaml: Drop versioned constraint on libcalendar-ocaml-dev in Breaks. Changes-By: deb-scrub-obsolete
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index cce6ace..7eacec2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Uploaders:
Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
debhelper (>= 12),
- ocaml-nox (>= 4.01),
- ocaml-findlib (>= 1.4),
+ ocaml-nox,
+ ocaml-findlib,
dh-ocaml
Standards-Version: 4.4.0
Homepage: http://calendar.forge.ocamlcore.org/
@@ -45,8 +45,6 @@ Depends:
${misc:Depends},
${shlibs:Depends}
Provides: ${ocaml:Provides}
-Replaces: libcalendar-ocaml-dev (<< 2.01.1-4)
-Breaks: libcalendar-ocaml-dev (<< 2.01.1-4)
Description: OCaml library providing operations over dates and times (runtime)
OCaml library implementing common date/time operations with
timezones and pretty printing support.