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
-
e74dea21
by Stephane Glondu at 2023-08-27T07:24:04+02:00
5 changed files:
- debian/changelog
- debian/control
- debian/ocamlviz.links
- + debian/patches/prevent-gui-build.patch
- debian/patches/series
Changes:
1 | +ocamlviz (1.01-8) unstable; urgency=medium
|
|
2 | + |
|
3 | + [ Stéphane Glondu ]
|
|
4 | + * Team upload
|
|
5 | + |
|
6 | + [ Bastian Germann ]
|
|
7 | + * Drop ocamlviz-gui (Closes: #967666)
|
|
8 | + |
|
9 | + -- Stéphane Glondu <glondu@debian.org> Sun, 27 Aug 2023 07:23:33 +0200
|
|
10 | + |
|
1 | 11 | ocamlviz (1.01-7) unstable; urgency=medium
|
2 | 12 | |
3 | 13 | * Team upload
|
... | ... | @@ -12,8 +12,6 @@ Build-Depends: |
12 | 12 | ocaml-findlib,
|
13 | 13 | camlp4-extra,
|
14 | 14 | dh-ocaml,
|
15 | - liblablgtk2-ocaml-dev,
|
|
16 | - libcairo-ocaml-dev
|
|
17 | 15 | Build-Depends-Indep:
|
18 | 16 | mlpost,
|
19 | 17 | ocamlweb,
|
... | ... | @@ -51,10 +49,7 @@ Description: real-time profiling tools for Objective Caml (clients) |
51 | 49 | buckets, or the filling rate
|
52 | 50 | * etc
|
53 | 51 | .
|
54 | - This package provides two sorts of client output:
|
|
55 | - * an ASCII client, the monitoring is displayed in a file
|
|
56 | - * a Graphical User Interface, using Lablgtk2, that allows, for
|
|
57 | - instance, displaying data in a graph
|
|
52 | + This package provides an ASCII client. The monitoring is displayed in a file.
|
|
58 | 53 | |
59 | 54 | Package: libocamlviz-ocaml-dev
|
60 | 55 | Architecture: any
|
1 | 1 | usr/share/man/man1/ocamlviz.1.gz usr/share/man/man1/ocamlviz-ascii.1.gz |
2 | -usr/share/man/man1/ocamlviz.1.gz usr/share/man/man1/ocamlviz-gui.1.gz |
1 | +Description: Prevent gui build and installation
|
|
2 | +Author: Bastian Germann <bage@debian.org>
|
|
3 | +---
|
|
4 | +--- ocamlviz-1.01.orig/Makefile.in
|
|
5 | ++++ ocamlviz-1.01/Makefile.in
|
|
6 | +@@ -160,7 +160,6 @@ install-byte:
|
|
7 | +
|
|
8 | + install-opt:
|
|
9 | + cp -f libocamlviz.cmxa libocamlviz.a $(OCAMLLIB)
|
|
10 | +- cp -f gui.$(OCAMLBEST) $(BINDIR)/ocamlviz-gui
|
|
11 | +
|
|
12 | +
|
|
13 | + |
1 | 1 | detect_cairo
|
2 | 2 | mlpost_byte
|
3 | 3 | 0003-Use-Bytes-only-where-necessary.patch
|
4 | +prevent-gui-build.patch |