Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlviz
Commits: a37da247 by Bastian Germann at 2023-08-27T07:22:56+02:00 Drop ocamlviz-gui (Closes: #967666) - - - - - e74dea21 by Stephane Glondu at 2023-08-27T07:24:04+02:00 Prepare upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - debian/ocamlviz.links - + debian/patches/prevent-gui-build.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +ocamlviz (1.01-8) unstable; urgency=medium + + [ Stéphane Glondu ] + * Team upload + + [ Bastian Germann ] + * Drop ocamlviz-gui (Closes: #967666) + + -- Stéphane Glondu <[email protected]> Sun, 27 Aug 2023 07:23:33 +0200 + ocamlviz (1.01-7) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -12,8 +12,6 @@ Build-Depends: ocaml-findlib, camlp4-extra, dh-ocaml, - liblablgtk2-ocaml-dev, - libcairo-ocaml-dev Build-Depends-Indep: mlpost, ocamlweb, @@ -51,10 +49,7 @@ Description: real-time profiling tools for Objective Caml (clients) buckets, or the filling rate * etc . - This package provides two sorts of client output: - * an ASCII client, the monitoring is displayed in a file - * a Graphical User Interface, using Lablgtk2, that allows, for - instance, displaying data in a graph + This package provides an ASCII client. The monitoring is displayed in a file. Package: libocamlviz-ocaml-dev Architecture: any ===================================== debian/ocamlviz.links ===================================== @@ -1,2 +1 @@ usr/share/man/man1/ocamlviz.1.gz usr/share/man/man1/ocamlviz-ascii.1.gz -usr/share/man/man1/ocamlviz.1.gz usr/share/man/man1/ocamlviz-gui.1.gz ===================================== debian/patches/prevent-gui-build.patch ===================================== @@ -0,0 +1,13 @@ +Description: Prevent gui build and installation +Author: Bastian Germann <[email protected]> +--- +--- ocamlviz-1.01.orig/Makefile.in ++++ ocamlviz-1.01/Makefile.in +@@ -160,7 +160,6 @@ install-byte: + + install-opt: + cp -f libocamlviz.cmxa libocamlviz.a $(OCAMLLIB) +- cp -f gui.$(OCAMLBEST) $(BINDIR)/ocamlviz-gui + + + ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ detect_cairo mlpost_byte 0003-Use-Bytes-only-where-necessary.patch +prevent-gui-build.patch View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlviz/-/compare/cb01ed309e0f8f237fce410e00b4a7af8ead3bc9...e74dea21bca6b0a48f80ad9f1392eb505e9f2507 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlviz/-/compare/cb01ed309e0f8f237fce410e00b4a7af8ead3bc9...e74dea21bca6b0a48f80ad9f1392eb505e9f2507 You're receiving this email because of your account on salsa.debian.org.

