Bug#940224: lambda-term: FTBFS with new zed

2019-09-15 Thread Stéphane Glondu
Le 14/09/2019 à 09:51, Gianfranco Costamagna a écrit :
> Hello, looks like the new zed made the package FTBFS
> [...]
> can you please have a look?

There is a new upstream release of lambda-term presumably fixing that.
Unfortunately, the new lambda-term depends on lwt >= 4 which depends on
ocaml >= 4.08 (unless some compatibility package is introduced which I'd
like to avoid).

This will be fixed during the transition to OCaml >= 4.08.


Cheers,

-- 
Stéphane



Bug#940318: ITP: lwt-log -- Lwt-friendly logging library

2019-09-15 Thread Stéphane Glondu
Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu 

* Package name: lwt-log
  Version : 1.1.1
  Upstream Author : Shawn Wagner and Jérémie Dimino
* URL : https://github.com/ocsigen/lwt_log
* License : LGPL-2.0+
  Programming Lang: OCaml
  Description : Lwt-friendly logging library

 Lwt_log is a Lwt-friendly logging library. The library is split into
 two ocamlfind packages. The "basic" lwt_log includes Unix log
 destination support, such as files and syslog, and
 Lwt_daemon. lwt_log.core is the pure-OCaml part of lwt_log, suitable
 for targeting JavaScript in the browser, or elsewhere where Unix is
 not available.

This is a new dependency of lambda-term and obus.

It will be maintained in ocaml-team.


[Git][ocaml-team/lambda-term][master] 11 commits: New upstream version 1.11

2019-09-15 Thread Stéphane Glondu


Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / 
lambda-term


Commits:
b3ffa776 by Stephane Glondu at 2019-09-11T11:12:16Z
New upstream version 1.11
- - - - -
f4ea9593 by Stephane Glondu at 2019-09-11T11:12:18Z
New upstream version 1.12.0
- - - - -
79dc3740 by Stephane Glondu at 2019-09-11T11:12:19Z
New upstream version 1.13
- - - - -
60a17140 by Stephane Glondu at 2019-09-11T11:12:20Z
New upstream version 2.0
- - - - -
608e21df by Stephane Glondu at 2019-09-11T11:12:21Z
New upstream version 2.0.1
- - - - -
d43317d5 by Stephane Glondu at 2019-09-11T11:14:04Z
New upstream version 2.0.2
- - - - -
e138f049 by Stephane Glondu at 2019-09-11T11:14:05Z
Update upstream source from tag 'upstream/2.0.2'

Update to upstream version '2.0.2'
with Debian dir a34ab3e18050e6cf1735fc9cae32fc5acc420a5a
- - - - -
dff823e6 by Stephane Glondu at 2019-09-11T11:14:33Z
Update changelog

- - - - -
1f78da08 by Stephane Glondu at 2019-09-15T15:11:01Z
Update packaging

- - - - -
856eb782 by Stephane Glondu at 2019-09-15T15:11:58Z
Use secure URL in Format in debian/copyright

- - - - -
43a6dcf2 by Stephane Glondu at 2019-09-15T15:14:22Z
Update changelog

- - - - -


30 changed files:

- + .github/CODEOWNERS
- .gitignore
- − .merlin
- + .travis.yml
- CHANGES.md
- Makefile
- README.md
- − _oasis
- − _tags
- − configure
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/liblambda-term-ocaml-dev.docs
- debian/liblambda-term-ocaml-dev.install.in
- debian/liblambda-term-ocaml.install.in
- + debian/liblambda-term-ocaml.manpages
- debian/rules
- + dune
- + dune-project
- + dune-workspace.dev
- + examples/asciiart/asciiart.ml
- + examples/asciiart/dune
- examples/buttons.ml
- examples/checkbuttons.ml
- examples/clock.ml
- + examples/double_editor.ml
- + examples/dune
- examples/editor.ml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/ocaml-team/lambda-term/compare/d22335d99055b0adc051eb2cbec40d2528f71b76...43a6dcf2b69551d7a5adb442a987c08d8b3e2f99

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/lambda-term/compare/d22335d99055b0adc051eb2cbec40d2528f71b76...43a6dcf2b69551d7a5adb442a987c08d8b3e2f99
You're receiving this email because of your account on salsa.debian.org.




[Git][ocaml-team/lambda-term][upstream] 6 commits: New upstream version 1.11

2019-09-15 Thread Stéphane Glondu


Stéphane Glondu pushed to branch upstream at Debian OCaml Maintainers / 
lambda-term


Commits:
b3ffa776 by Stephane Glondu at 2019-09-11T11:12:16Z
New upstream version 1.11
- - - - -
f4ea9593 by Stephane Glondu at 2019-09-11T11:12:18Z
New upstream version 1.12.0
- - - - -
79dc3740 by Stephane Glondu at 2019-09-11T11:12:19Z
New upstream version 1.13
- - - - -
60a17140 by Stephane Glondu at 2019-09-11T11:12:20Z
New upstream version 2.0
- - - - -
608e21df by Stephane Glondu at 2019-09-11T11:12:21Z
New upstream version 2.0.1
- - - - -
d43317d5 by Stephane Glondu at 2019-09-11T11:14:04Z
New upstream version 2.0.2
- - - - -


30 changed files:

- + .github/CODEOWNERS
- .gitignore
- − .merlin
- + .travis.yml
- CHANGES.md
- Makefile
- README.md
- − _oasis
- − _tags
- − configure
- + dune
- + dune-project
- + dune-workspace.dev
- + examples/asciiart/asciiart.ml
- + examples/asciiart/dune
- examples/buttons.ml
- examples/checkbuttons.ml
- examples/clock.ml
- + examples/double_editor.ml
- + examples/dune
- examples/editor.ml
- examples/events.ml
- examples/hello.ml
- examples/modal.ml
- examples/move.ml
- examples/read_password.ml
- examples/read_yes_no.ml
- examples/repl.ml
- + examples/scroll.ml
- + examples/scroll_debug.ml


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/ocaml-team/lambda-term/compare/31e78036e9354c74cf32a8eb428b2ac2a2609295...d43317d5942de4c0db3578393c966d4ff438c757

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/lambda-term/compare/31e78036e9354c74cf32a8eb428b2ac2a2609295...d43317d5942de4c0db3578393c966d4ff438c757
You're receiving this email because of your account on salsa.debian.org.




[Git][ocaml-team/lambda-term] Pushed new tag upstream/1.11

2019-09-15 Thread Stéphane Glondu


Stéphane Glondu pushed new tag upstream/1.11 at Debian OCaml Maintainers / 
lambda-term

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/lambda-term/tree/upstream/1.11
You're receiving this email because of your account on salsa.debian.org.




[Git][ocaml-team/lambda-term] Pushed new tag upstream/1.13

2019-09-15 Thread Stéphane Glondu


Stéphane Glondu pushed new tag upstream/1.13 at Debian OCaml Maintainers / 
lambda-term

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/lambda-term/tree/upstream/1.13
You're receiving this email because of your account on salsa.debian.org.




[Git][ocaml-team/lambda-term] Pushed new tag upstream/1.12.0

2019-09-15 Thread Stéphane Glondu


Stéphane Glondu pushed new tag upstream/1.12.0 at Debian OCaml Maintainers / 
lambda-term

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/lambda-term/tree/upstream/1.12.0
You're receiving this email because of your account on salsa.debian.org.




[Git][ocaml-team/lambda-term] Pushed new tag upstream/2.0.1

2019-09-15 Thread Stéphane Glondu


Stéphane Glondu pushed new tag upstream/2.0.1 at Debian OCaml Maintainers / 
lambda-term

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/lambda-term/tree/upstream/2.0.1
You're receiving this email because of your account on salsa.debian.org.




[Git][ocaml-team/lambda-term] Pushed new tag upstream/2.0

2019-09-15 Thread Stéphane Glondu


Stéphane Glondu pushed new tag upstream/2.0 at Debian OCaml Maintainers / 
lambda-term

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/lambda-term/tree/upstream/2.0
You're receiving this email because of your account on salsa.debian.org.




[Git][ocaml-team/lambda-term] Pushed new tag upstream/2.0.2

2019-09-15 Thread Stéphane Glondu


Stéphane Glondu pushed new tag upstream/2.0.2 at Debian OCaml Maintainers / 
lambda-term

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/lambda-term/tree/upstream/2.0.2
You're receiving this email because of your account on salsa.debian.org.




Bug#940323: mark opam-doc Multi-Arch: foreign

2019-09-15 Thread Helmut Grohne
Package: opam-doc
Version: 2.0.5-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability
Control: affects -1 + src:eliom src:fieldslib src:js-build-tools src:ocaml-atd 
src:ocaml-qtest src:ocaml-rope src:ppx-core src:ppx-driver src:ppx-optcomp 
src:ppx-sexp-conv src:ppx-type-conv src:react src:reactivedata src:sexplib310 
src:variantslib

The affected packages fail to satisfy their cross Build-Depends, because
their transitive dependency on opam-doc is unsatisfiable. In general,
Architecture: all packages can never satisfy cross Build-Depends unless
marked Multi-Arch foreign or annotated :native. In this case, the
foreign marking is sensible, because opam-doc essentially is a data
package. It only contains documentation in portable file formats and
lacks dependencies or maintainer scripts. It should also be considered
whether opam really needs to depend on opam-doc. Maybe a recommendation
would suffice. Please consider applying the attached patch.

Helmut
diff --minimal -Nru opam-2.0.5/debian/changelog opam-2.0.5/debian/changelog
--- opam-2.0.5/debian/changelog 2019-08-17 17:37:02.0 +0200
+++ opam-2.0.5/debian/changelog 2019-09-15 20:16:38.0 +0200
@@ -1,3 +1,10 @@
+opam (2.0.5-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Mark opam-doc Multi-Arch: foreign. (Closes: #-1)
+
+ -- Helmut Grohne   Sun, 15 Sep 2019 20:16:38 +0200
+
 opam (2.0.5-1) unstable; urgency=medium
 
   * New upstream version 2.0.5
diff --minimal -Nru opam-2.0.5/debian/control opam-2.0.5/debian/control
--- opam-2.0.5/debian/control   2019-08-17 17:37:02.0 +0200
+++ opam-2.0.5/debian/control   2019-09-15 20:16:36.0 +0200
@@ -79,6 +79,7 @@
 
 Package: opam-doc
 Architecture: all
+Multi-Arch: foreign
 Section: doc
 Depends:
  ${ocaml:Depends},


Processed: mark opam-doc Multi-Arch: foreign

2019-09-15 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:eliom src:fieldslib src:js-build-tools src:ocaml-atd 
> src:ocaml-qtest src:ocaml-rope src:ppx-core src:ppx-driver src:ppx-optcomp 
> src:ppx-sexp-conv src:ppx-type-conv src:react src:reactivedata src:sexplib310 
> src:variantslib
Bug #940323 [opam-doc] mark opam-doc Multi-Arch: foreign
Added indication that 940323 affects src:eliom, src:fieldslib, 
src:js-build-tools, src:ocaml-atd, src:ocaml-qtest, src:ocaml-rope, 
src:ppx-core, src:ppx-driver, src:ppx-optcomp, src:ppx-sexp-conv, 
src:ppx-type-conv, src:react, src:reactivedata, src:sexplib310, and 
src:variantslib

-- 
940323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940323
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



[Git][ocaml-team/tuareg-mode][experimental/upstream] 2 commits: Imported Upstream version 2.0.10

2019-09-15 Thread Ralf Treinen


Ralf Treinen pushed to branch experimental/upstream at Debian OCaml Maintainers 
/ tuareg-mode


Commits:
d6462ddc by Ralf Treinen at 2016-07-16T08:42:11Z
Imported Upstream version 2.0.10
- - - - -
1238c731 by Ralf Treinen at 2017-11-22T20:06:40Z
New upstream version 2.1.0
- - - - -


19 changed files:

- − .bzrignore
- .gitignore
- + .travis.yml
- − CHANGES
- + CHANGES.md
- Makefile
- README.md
- + dot-emacs.el
- + indent-test.ml
- ocamldebug.el
- opam/descr
- opam/opam
- sample.ml
- + tuareg-jbuild.el
- tuareg-light.el
- + tuareg-opam.el
- tuareg-site-file.el
- tuareg.el
- opam/files/tuareg.install → tuareg.install


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/ocaml-team/tuareg-mode/compare/67499c3cb2ffed0b136997c96f978417b10eb90b...1238c731a5365065e8ba96561596bbed172ad691

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/tuareg-mode/compare/67499c3cb2ffed0b136997c96f978417b10eb90b...1238c731a5365065e8ba96561596bbed172ad691
You're receiving this email because of your account on salsa.debian.org.




[Git][ocaml-team/tuareg-mode][experimental/master] 26 commits: fix url in Vcs fields

2019-09-15 Thread Ralf Treinen


Ralf Treinen pushed to branch experimental/master at Debian OCaml Maintainers / 
tuareg-mode


Commits:
45caad6e by Ralf Treinen at 2015-05-05T16:21:20Z
fix url in Vcs fields

- - - - -
d6462ddc by Ralf Treinen at 2016-07-16T08:42:11Z
Imported Upstream version 2.0.10
- - - - -
9d8bf36e by Ralf Treinen at 2016-07-16T08:42:12Z
Merge tag 'upstream/2.0.10'

Upstream version 2.0.10

- - - - -
5f250cdc by Ralf Treinen at 2016-07-16T08:43:29Z
new upstream

- - - - -
a01f7d04 by Ralf Treinen at 2016-07-16T08:51:04Z
install all tuareg*.el files

- - - - -
8324b11e by Ralf Treinen at 2016-07-16T08:54:06Z
standards-version 3.9.8

- - - - -
fd705772 by Ralf Treinen at 2016-07-16T08:57:34Z
dropped XS-testsuite

- - - - -
def38532 by Ralf Treinen at 2016-07-16T09:04:53Z
updated VCS-{Git,Browser}

- - - - -
8d909ebc by Ralf Treinen at 2016-07-16T09:06:01Z
spelling inshort description

- - - - -
3ad7df51 by Ralf Treinen at 2016-07-16T09:08:41Z
uodated homepage

- - - - -
32aa0361 by Ralf Treinen at 2016-07-16T09:24:46Z
autoload tuareg-run-ocaml

- - - - -
1d451924 by Ralf Treinen at 2016-07-16T18:44:58Z
use opam toplevel only when ~/.opam exists

- - - - -
17393204 by Ralf Treinen at 2016-07-17T19:17:08Z
activate SMIE

- - - - -
1238c731 by Ralf Treinen at 2017-11-22T20:06:40Z
New upstream version 2.1.0
- - - - -
12b760ba by Ralf Treinen at 2017-11-22T20:06:41Z
Update upstream source from tag 'upstream/2.1.0'

Update to upstream version '2.1.0'
with Debian dir 6f610acaa75a37b541257227236d58d382d18ba8
- - - - -
25fef3be by Ralf Treinen at 2017-11-22T20:08:04Z
new upstream

- - - - -
6ca1bdb9 by Ralf Treinen at 2017-11-22T20:09:14Z
gbp.conf: drop cleaner

- - - - -
b2313a37 by Ralf Treinen at 2017-11-22T20:18:42Z
update patch ocaml-path

- - - - -
ab361d91 by Ralf Treinen at 2017-11-22T20:22:43Z
drop patch opam

- - - - -
3c52e264 by Ralf Treinen at 2017-11-22T20:23:57Z
dh compat level 10

- - - - -
8c686906 by Ralf Treinen at 2017-11-22T20:25:07Z
standards-version 4.1.1

- - - - -
71610a42 by Ralf Treinen at 2018-08-15T16:12:20Z
update Vcs-*

- - - - -
36de5b4c by Ralf Treinen at 2018-08-15T16:15:11Z
standards-version 4.2.0

- - - - -
1ca6fae0 by Ralf Treinen at 2018-08-15T16:16:54Z
copyright: https in format header

- - - - -
829df675 by Ralf Treinen at 2018-08-15T16:19:47Z
DH compat level 11

- - - - -
78c0b75c by Ralf Treinen at 2018-08-15T18:36:35Z
test: depend on emacs, use tuareg.el

- - - - -


29 changed files:

- − .bzrignore
- .gitignore
- + .travis.yml
- − CHANGES
- + CHANGES.md
- Makefile
- README.md
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/emacsen-startup
- debian/gbp.conf
- debian/patches/ocaml-path
- debian/rules
- debian/tests/control
- debian/tests/upstream
- + dot-emacs.el
- + indent-test.ml
- ocamldebug.el
- opam/descr
- opam/opam
- sample.ml
- + tuareg-jbuild.el
- tuareg-light.el
- + tuareg-opam.el
- tuareg-site-file.el
- tuareg.el
- opam/files/tuareg.install → tuareg.install


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/ocaml-team/tuareg-mode/compare/e4b729441f48345ad412dd113d8e491ed7e3f60a...78c0b75c8b9af0de6cd097d990472e724495686a

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/tuareg-mode/compare/e4b729441f48345ad412dd113d8e491ed7e3f60a...78c0b75c8b9af0de6cd097d990472e724495686a
You're receiving this email because of your account on salsa.debian.org.