Codebase list coq / 403aecc5-fd3c-423a-a067-4f8d8c4ac7a3/main
Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on bash, camlp5, dh-ocaml and ocaml-nox. * coq-theories: Drop versioned constraint on coq in Recommends. * libcoq-ocaml: Drop versioned constraint on coq and libcoq-ocaml-dev in Replaces. * libcoq-ocaml: Drop versioned constraint on coq and libcoq-ocaml-dev in Breaks. * libcoq-ocaml-dev: Drop versioned constraint on coq in Replaces. * libcoq-ocaml-dev: Drop versioned constraint on coq in Breaks. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
2 changed file(s) with 24 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
0 coq (8.15.0+dfsg-2) UNRELEASED; urgency=medium
1
2 * Remove constraints unnecessary since buster:
3 + Build-Depends: Drop versioned constraint on bash, camlp5, dh-ocaml and
4 ocaml-nox.
5 + coq-theories: Drop versioned constraint on coq in Recommends.
6 + libcoq-ocaml: Drop versioned constraint on coq and libcoq-ocaml-dev in
7 Replaces.
8 + libcoq-ocaml: Drop versioned constraint on coq and libcoq-ocaml-dev in
9 Breaks.
10 + libcoq-ocaml-dev: Drop versioned constraint on coq in Replaces.
11 + libcoq-ocaml-dev: Drop versioned constraint on coq in Breaks.
12
13 -- Debian Janitor <janitor@jelmer.uk> Wed, 02 Feb 2022 14:16:49 -0000
14
015 coq (8.15.0+dfsg-1) unstable; urgency=medium
116
217 * New upstream release. (Closes: #1003586)
88 Stéphane Glondu <glondu@debian.org>
99 Standards-Version: 4.6.0
1010 Build-Depends:
11 bash (>= 5.0),
11 bash,
1212 debhelper-compat (= 13),
1313 dh-exec,
14 dh-ocaml (>= 0.9.5~),
14 dh-ocaml,
1515 dh-python,
1616 ocaml-dune,
17 ocaml-nox (>= 4.05),
17 ocaml-nox,
1818 ocaml-native-compilers,
1919 ocaml-findlib (>= 1.8.0),
20 camlp5 (>= 6.14),
20 camlp5,
2121 liblablgtk3-ocaml-dev,
2222 liblablgtksourceview3-ocaml-dev (>= 3.0~beta8),
2323 libnum-ocaml-dev,
8181 Package: coq-theories
8282 Architecture: any
8383 Depends: coq-${F:CoqABI}, ${misc:Depends}, ${shlibs:Depends}
84 Recommends: coq (>= 8.0)
84 Recommends: coq
8585 Breaks: coq-doc (<= 8.0pl1.0-2), coq-libs (<< 8.2.pl1)
8686 Replaces: coq-libs (<< 8.2.pl1)
8787 Description: proof assistant for higher-order logic (theories)
101101 ${misc:Depends}
102102 Suggests: ocaml-findlib
103103 Provides: ${ocaml:Provides}
104 Breaks: coq (<< 8.3~), libcoq-ocaml-dev (<< 8.3~), coq-libs
105 Replaces: coq (<< 8.3~), libcoq-ocaml-dev (<< 8.3~), coq-libs
104 Breaks: coq-libs
105 Replaces: coq-libs
106106 Description: runtime libraries for Coq
107107 Coq is a proof assistant for higher-order logic, which allows the
108108 development of computer programs consistent with their formal
119119 ${shlibs:Depends},
120120 ${misc:Depends}
121121 Provides: ${ocaml:Provides}
122 Breaks: coq (<< 8.2-1+dfsg-1), coq-libs (<< 8.2.pl1)
123 Replaces: coq (<< 8.2-1+dfsg-1), coq-libs (<< 8.2.pl1)
122 Breaks: coq-libs (<< 8.2.pl1)
123 Replaces: coq-libs (<< 8.2.pl1)
124124 Description: development libraries and tools for Coq
125125 Coq is a proof assistant for higher-order logic, which allows the
126126 development of computer programs consistent with their formal