[Pkg-ocaml-maint-commits] [lablgtk2] branch master updated (f51037a -> 34fd25c)

Stéphane Glondu glondu at moszumanska.debian.org
Mon Jul 17 21:30:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository lablgtk2.

      from  f51037a   Upload to unstable
       new  bb04cc3   New upstream version 2.18.4+dfsg
       new  5be31af   New upstream version 2.18.5+dfsg
       new  8d51c28   Updated version 2.18.5+dfsg from 'upstream/2.18.5+dfsg'
       new  ca0a126   New upstream release
       new  b899140   Refresh patches
       new  95fdd6b   Build without libgnomeui (Closes: #868392)
       new  34fd25c   Update changelog and prepare upload to unstable

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                       |   37 +-
 META                                          |    2 +-
 README                                        |   10 +-
 config.make.in                                |    2 +-
 configure                                     |   48 +-
 configure.in                                  |   25 +-
 debian/META.lablgtk2-gnome                    |    5 -
 debian/changelog                              |    7 +
 debian/control                                |    8 +-
 debian/liblablgtk2-gnome-ocaml-dev.install.in |    6 -
 debian/liblablgtk2-gnome-ocaml.install.in     |    3 -
 debian/patches/0001-Disable-svgz.patch        |    3 +-
 debian/rules                                  |    4 +-
 src/.gitignore                                |    1 -
 src/Makefile                                  |   46 +-
 src/check_externals.ml                        |  224 +++++
 src/gDraw.ml                                  |    4 +
 src/gDraw.mli                                 |    4 +
 src/gMain.ml                                  |    2 +
 src/gMain.mli                                 |    8 +
 src/gnoCanvas.ml                              |    2 +-
 src/gnoCanvas.mli                             |    2 +-
 src/gnomeCanvas.ml                            |    2 +-
 src/gtkMain.ml                                |    5 +
 src/{gtkSignal.ml4 => gtkSignal.ml}           |    5 -
 src/gtkTree.ml                                |    2 +-
 src/gtkdoc.ml                                 |    2 +-
 src/ml_gdkpixbuf.c                            |    4 +-
 src/ml_glib.c                                 |    1 +
 src/ml_gnomecanvas.c                          |    2 +-
 src/propcc.ml                                 | 1171 +++++++++++++++++++++++++
 src/varcc.ml                                  |  443 ++++++++++
 src/wrappers.c                                |   30 +
 src/wrappers.h                                |    8 +-
 34 files changed, 2057 insertions(+), 71 deletions(-)
 create mode 100644 src/check_externals.ml
 rename src/{gtkSignal.ml4 => gtkSignal.ml} (98%)
 create mode 100644 src/propcc.ml
 create mode 100644 src/varcc.ml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/lablgtk2.git



More information about the Pkg-ocaml-maint-commits mailing list