[Pkg-ocaml-maint-commits] [mldonkey] branch master updated (45c86c2 -> 01e1c72)
Ralf Treinen
treinen at moszumanska.debian.org
Tue Nov 7 07:55:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
treinen pushed a change to branch master
in repository mldonkey.
from 45c86c2 build-dep libgd2-xpm-dev => libgd-dev
new 92ce84c d/watch: move to github
new d9709f0 New upstream version 3.1.6
new 23056ad updated patches for 3.6.1
new ed56f8c dh compat level 10
new 3f588e7 drop build-dep ocaml-best-compilers
new 01e1c72 added build-dep ocamlbuild
The 6 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 | 22 ++++
ChangeLog | 3 -
Makefile | 6 +-
config/Makefile.config.in | 4 +-
config/Makefile.in | 6 +-
config/configure | 89 +++++++++++++--
config/configure.in | 30 ++++-
debian/changelog | 16 ++-
debian/compat | 2 +-
debian/control | 6 +-
...0001-Use-usr-bin-see-as-default-previewer.patch | 11 +-
.../0004-Fix-compilation-with-OCaml-4.02.patch | 22 ----
debian/patches/series | 1 -
debian/watch | 2 +-
distrib/ChangeLog | 3 +
docs/soulseek_protocol.html | 2 +-
src/config/mingw/os_stubs_c.c | 10 +-
src/config/unix/os_stubs_c.c | 6 +-
src/daemon/common/commonBlocking.ml | 2 +-
src/daemon/common/commonComplexOptions.ml | 2 +-
src/daemon/common/commonFile.ml | 8 +-
src/daemon/common/commonFile.mli | 4 +-
src/daemon/common/commonGlobals.ml | 4 +-
src/daemon/common/commonInteractive.ml | 4 +-
src/daemon/common/commonOptions.ml | 11 +-
src/daemon/common/commonSources.ml | 14 +--
src/daemon/common/commonSwarming.ml | 32 +++---
src/daemon/common/commonUploads.ml | 4 +-
src/daemon/common/guiEncoding.ml | 2 +-
src/daemon/driver/driverCommands.ml | 89 +++++++--------
src/daemon/driver/driverInteractive.ml | 4 +-
src/daemon/driver/driverInterface.ml | 12 +-
src/gtk/gpattern/gpattern.ml | 16 +--
src/gtk/gui/gui_com.ml | 4 +-
src/gtk/gui/gui_queries_base.ml | 85 ---------------
src/gtk/newgui/gui_com.ml | 4 +-
src/gtk/newgui/gui_graph.ml | 24 ++--
src/gtk/newgui/gui_main.ml | 29 +++--
src/gtk2/gui/graphTypes.ml | 8 +-
src/gtk2/gui/guiCom.ml | 4 +-
src/gtk2/gui/guiMain.ml | 21 ++--
src/gtk2/gui/guiNetHtml.ml | 2 +-
src/gtk2/gui/guiNetHtml.mli | 2 +-
src/gtk2/gui/guiNetHtmlScanner.mll | 4 +-
src/networks/bittorrent/bTClients.ml | 34 +++---
src/networks/bittorrent/bTComplexOptions.ml | 25 ++++-
src/networks/bittorrent/bTGlobals.ml | 4 +-
src/networks/bittorrent/bTOptions.ml | 3 +-
src/networks/bittorrent/bTTorrent.ml | 2 +-
src/networks/bittorrent/bTUdpTracker.mlp | 4 +-
src/networks/bittorrent/bT_DHT.ml | 4 +-
src/networks/bittorrent/bencode.ml | 43 +-------
src/networks/donkey/donkeyClient.ml | 63 +++++------
src/networks/donkey/donkeyComplexOptions.ml | 2 +-
src/networks/donkey/donkeyGlobals.ml | 7 +-
src/networks/donkey/donkeyInteractive.ml | 4 +-
src/networks/donkey/donkeyMftp.ml | 2 +-
src/networks/donkey/donkeyOvernet.ml | 31 +++---
src/networks/donkey/donkeyProtoClient.ml | 4 +-
src/networks/donkey/donkeyTypes.ml | 4 +-
src/networks/fileTP/fileTPFTP.ml | 8 +-
src/networks/fileTP/fileTPGlobals.ml | 4 +-
src/networks/fileTP/fileTPHTTP.ml | 8 --
src/networks/gnutella/gnutellaClients.ml | 2 +-
src/networks/gnutella/gnutellaProto.ml | 4 +-
src/networks/gnutella2/g2Proto.ml | 4 +-
src/networks/soulseek/slskProtocol.ml | 4 +-
src/utils/bitstring/bitstring.ml.in | 2 +-
src/utils/bitstring/bitstring.mli | 2 +-
src/utils/bitstring/bitstring_c.c | 2 +-
src/utils/bitstring/bitstring_persistent.mlc4 | 2 +-
src/utils/bitstring/bitstring_persistent.mli | 2 +-
src/utils/bitstring/pa_bitstring.mlt | 2 +-
src/utils/cdk/arg2.ml | 2 +-
src/utils/cdk/arg2.mli | 2 +-
src/utils/cdk/filename2.ml | 21 ++--
src/utils/cdk/filename2.mli | 2 +-
src/utils/cdk/gdstubs.c | 3 +-
src/utils/cdk/gzip.mli | 2 +-
src/utils/cdk/hashtbl2.ml | 2 +-
src/utils/cdk/printexc2.ml | 15 +--
src/utils/cdk/printexc2.mli | 7 --
src/utils/cdk/printf2.ml | 10 +-
src/utils/cdk/string2.ml | 2 +-
src/utils/cdk/zip.ml | 4 +-
src/utils/cdk/zip.mli | 2 +-
src/utils/cdk/zlibstubs.c | 5 +-
src/utils/lib/bitv.ml | 28 ++---
src/utils/lib/bitv.mli | 2 +-
src/utils/lib/charset.ml | 6 +-
src/utils/lib/fifo.ml | 18 +--
src/utils/lib/fst_hash.c | 4 +-
src/utils/lib/gettext.ml4 | 8 +-
src/utils/lib/indexer.ml | 2 +-
src/utils/lib/indexer2.ml | 6 +-
src/utils/lib/magiclib.ml | 2 +-
src/utils/lib/magiclib.mli | 2 +-
src/utils/lib/magiclib_stub.c | 2 +-
src/utils/lib/options.ml4 | 41 +------
src/utils/lib/os_stubs.h | 4 +-
src/utils/lib/set2.ml | 2 +-
src/utils/lib/set2.mli | 2 +-
src/utils/lib/store.ml | 4 +-
src/utils/lib/stubs_c.c | 76 +++++++------
src/utils/lib/unix32.ml | 121 +++++++++++----------
src/utils/lib/unix32.mli | 3 +
src/utils/net/base64.ml | 16 +--
src/utils/net/ip_set.ml | 2 +-
src/utils/net/tcpBufferedSocket.ml | 6 +-
src/utils/net/terminal.ml | 2 +-
src/utils/net/upnp_stubs.c | 12 +-
tools/bt_dht_node.ml | 18 ++-
tools/observer.ml | 4 +-
tools/xpm.mll | 4 +-
tools/zoggy/pa_zog.ml | 2 +-
115 files changed, 672 insertions(+), 724 deletions(-)
create mode 100644 CHANGES
delete mode 100644 ChangeLog
delete mode 100644 debian/patches/0004-Fix-compilation-with-OCaml-4.02.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/mldonkey.git
More information about the Pkg-ocaml-maint-commits
mailing list