summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Glondu <glondu@debian.org>2023-02-01 08:12:05 +0000
committerStéphane Glondu <glondu@debian.org>2023-02-01 08:12:05 +0000
commit7429f0e8f21226426c748335614dc03a7c167bdc (patch)
treedc7333634d16716d5388feb2e3fa5e133389e41c
parent35ae0f019b4fef193c4a05e88772c86072394203 (diff)
parentacb26e29e89eaf2eb1a824a74d4c7fc66a3b27e3 (diff)
Merge branch 'scrub-obsolete' into 'master'
Remove unnecessary constraints See merge request ocaml-team/calendar!2
-rw-r--r--debian/control6
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 899d743..f626228 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Uploaders:
Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
debhelper-compat (= 12),
- ocaml-nox (>= 4.01),
- ocaml-findlib (>= 1.4),
+ ocaml-nox,
+ ocaml-findlib,
dh-ocaml
Standards-Version: 4.6.2
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.