Codebase list coq / 36bcb2a
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 23 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
00 coq (8.14.0+dfsg-4) UNRELEASED; urgency=medium
11
2 [ Julien Puydt ]
23 * Strip libraries.
4
5 [ Debian Janitor ]
6 * Remove constraints unnecessary since buster:
7 + Build-Depends: Drop versioned constraint on bash, camlp5, dh-ocaml and
8 ocaml-nox.
9 + coq-theories: Drop versioned constraint on coq in Recommends.
10 + libcoq-ocaml: Drop versioned constraint on coq and libcoq-ocaml-dev in
11 Replaces.
12 + libcoq-ocaml: Drop versioned constraint on coq and libcoq-ocaml-dev in
13 Breaks.
14 + libcoq-ocaml-dev: Drop versioned constraint on coq in Replaces.
15 + libcoq-ocaml-dev: Drop versioned constraint on coq in Breaks.
316
417 -- Julien Puydt <jpuydt@debian.org> Sat, 13 Nov 2021 16:00:07 +0100
518
77 Ralf Treinen <treinen@debian.org>,
88 Stéphane Glondu <glondu@debian.org>
99 Standards-Version: 4.6.0
10 Build-Depends:
11 bash (>= 5.0),
10 Build-Depends:
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-findlib (>= 1.8.0),
19 camlp5 (>= 6.14),
19 camlp5,
2020 liblablgtk3-ocaml-dev,
2121 liblablgtksourceview3-ocaml-dev (>= 3.0~beta8),
2222 libnum-ocaml-dev,
8080 Package: coq-theories
8181 Architecture: any
8282 Depends: coq-${F:CoqABI}, ${misc:Depends}, ${shlibs:Depends}
83 Recommends: coq (>= 8.0)
83 Recommends: coq
8484 Breaks: coq-doc (<= 8.0pl1.0-2), coq-libs (<< 8.2.pl1)
8585 Replaces: coq-libs (<< 8.2.pl1)
8686 Description: proof assistant for higher-order logic (theories)
9999 ${shlibs:Depends},
100100 ${misc:Depends}
101101 Provides: ${ocaml:Provides}
102 Breaks: coq (<< 8.3~), libcoq-ocaml-dev (<< 8.3~), coq-libs
103 Replaces: coq (<< 8.3~), libcoq-ocaml-dev (<< 8.3~), coq-libs
102 Breaks: coq-libs
103 Replaces: coq-libs
104104 Description: runtime libraries for Coq
105105 Coq is a proof assistant for higher-order logic, which allows the
106106 development of computer programs consistent with their formal
117117 ${shlibs:Depends},
118118 ${misc:Depends}
119119 Provides: ${ocaml:Provides}
120 Breaks: coq (<< 8.2-1+dfsg-1), coq-libs (<< 8.2.pl1)
121 Replaces: coq (<< 8.2-1+dfsg-1), coq-libs (<< 8.2.pl1)
120 Breaks: coq-libs (<< 8.2.pl1)
121 Replaces: coq-libs (<< 8.2.pl1)
122122 Description: development libraries and tools for Coq
123123 Coq is a proof assistant for higher-order logic, which allows the
124124 development of computer programs consistent with their formal