Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlviz
Commits:
-
4e0578aa
by Stephane Glondu at 2022-01-22T09:54:47+01:00
-
4415144b
by Stephane Glondu at 2022-01-22T09:54:47+01:00
4 changed files:
Changes:
| 1 |
+ocamlviz (1.01-6) unstable; urgency=medium
|
|
| 2 |
+ |
|
| 3 |
+ * Team upload
|
|
| 4 |
+ * Fix compilation with OCaml 4.13.1
|
|
| 5 |
+ * Bump Standards-Version to 4.6.0
|
|
| 6 |
+ * Bump debian/watch version to 4
|
|
| 7 |
+ |
|
| 8 |
+ -- Stéphane Glondu <glondu@debian.org> Sat, 22 Jan 2022 07:05:12 +0100
|
|
| 9 |
+ |
|
| 1 | 10 |
ocamlviz (1.01-5) unstable; urgency=medium
|
| 2 | 11 |
|
| 3 | 12 |
* Fix FTBFS by using Bytes where necessary (Closes: #972262)
|
| ... | ... | @@ -7,8 +7,9 @@ Build-Depends: |
| 7 | 7 |
debhelper-compat (= 13),
|
| 8 | 8 |
autoconf,
|
| 9 | 9 |
automake,
|
| 10 |
- ocaml-nox,
|
|
| 10 |
+ ocaml,
|
|
| 11 | 11 |
ocaml-best-compilers,
|
| 12 |
+ ocaml-findlib,
|
|
| 12 | 13 |
camlp4-extra,
|
| 13 | 14 |
dh-ocaml,
|
| 14 | 15 |
liblablgtk2-ocaml-dev,
|
| ... | ... | @@ -17,7 +18,7 @@ Build-Depends-Indep: |
| 17 | 18 |
mlpost,
|
| 18 | 19 |
ocamlweb,
|
| 19 | 20 |
texlive-latex-extra
|
| 20 |
-Standards-Version: 4.5.0
|
|
| 21 |
+Standards-Version: 4.6.0
|
|
| 21 | 22 |
Rules-Requires-Root: no
|
| 22 | 23 |
Homepage: http://ocamlviz.forge.ocamlcore.org/
|
| 23 | 24 |
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlviz
|
| ... | ... | @@ -40,7 +40,7 @@ override_dh_compress: |
| 40 | 40 |
dh_compress -X.pdf
|
| 41 | 41 |
|
| 42 | 42 |
override_dh_ocaml:
|
| 43 |
- dh_ocaml --nodefined-map libocamlviz-ocaml-dev:Mutex,Condition,ThreadUnix,Thread,Event
|
|
| 43 |
+ dh_ocaml --nodefined-map libocamlviz-ocaml-dev:Mutex,Condition,ThreadUnix,Thread,Event,Semaphore
|
|
| 44 | 44 |
|
| 45 | 45 |
%:
|
| 46 | 46 |
dh $@ --with ocaml
|
| 1 |
-version=3
|
|
| 1 |
+version=4
|
|
| 2 | 2 |
http://forge.ocamlcore.org/frs/?group_id=104 \
|
| 3 | 3 |
/frs/download\.php/.*/ocamlviz-(.*)\.tar\.gz
|