[Pkg-ocaml-maint-commits] [ocurl] branch master updated (9ec4a56 -> 5bbfc29)
Stéphane Glondu
glondu at moszumanska.debian.org
Tue Feb 23 10:20:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
glondu pushed a change to branch master
in repository ocurl.
from 9ec4a56 Update changelog and prepare upload to unstable
new 498b828 Update debian/watch
new fe9a64c Refresh patches
new ad11c77 Imported Upstream version 0.5.4
new 84966d8 Imported Upstream version 0.5.5
new f2752b8 Imported Upstream version 0.5.6
new 0b4a174 Imported Upstream version 0.6.0
new fe431f2 Imported Upstream version 0.6.1
new 009e8c7 Imported Upstream version 0.7.0
new 2abe924 Imported Upstream version 0.7.1
new 870385a Imported Upstream version 0.7.2
new 3725bc4 Imported Upstream version 0.7.3
new a54ba67 Imported Upstream version 0.7.4
new b1a3800 Imported Upstream version 0.7.5
new 186ce53 Imported Upstream version 0.7.6
new 9801a39 Merge tag 'upstream/0.7.6'
new 8b99a4e New upstream release
new 00360c4 Refresh patches
new 5e5156b Update Homepage
new 6d86c61 Update Vcs-*
new cb613bd Update packaging
new d1195f7 Rewrite debian/rules with dh
new 8bcbf1b Bump debhelper compat to 9
new 5bbfc29 Update changelog
The 23 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:
.gitattributes | 2 +
.gitignore | 27 +
CHANGES.txt | 138 +
COPYING | 1 +
META | 16 +-
Makefile.in | 132 +-
Makefile.msvc | 82 +
Makefile.windows | 67 -
README | 47 +
aclocal.m4 | 354 +-
config.h.in | 112 +-
config.h.in => config.h.windows | 508 +-
configure | 26609 +++++--------------
configure.in | 69 +-
curl-helper.c | 5955 ++---
curl.ml | 203 +-
curl.mli | 258 +-
curl_lwt.ml | 103 +
curl_lwt.mli | 10 +
debian/changelog | 13 +
debian/compat | 2 +-
debian/control | 11 +-
debian/libcurl-ocaml-dev.install.in | 1 +
debian/libcurl-ocaml-dev.ocamldoc | 1 +
...ile-to-use-ocamlfind-and-support-both-byt.patch | 85 -
debian/patches/0002-fix-compilation-flags.patch | 24 -
...0003-CURLE_URL_MALFORMAT_USER-is-obsolete.patch | 9 +-
debian/patches/series | 2 -
debian/rules | 30 +-
debian/watch | 2 +-
examples/Makefile.in | 80 +-
examples/Makefile.windows | 35 +-
examples/ocurl_test_threads.ml | 40 +
examples/omulti.ml | 143 +
examples/oput.ml | 2 +-
examples/ossl.ml | 12 +-
examples/test_cb_exn.ml | 25 +
examples/test_lwt.ml | 68 +
examples/test_lwt_unit.ml | 35 +
examples/test_memory_leaks.ml | 26 +
print_ext.ml | 5 +
41 files changed, 11548 insertions(+), 23796 deletions(-)
create mode 100644 .gitattributes
create mode 100644 .gitignore
create mode 100644 CHANGES.txt
create mode 100644 Makefile.msvc
delete mode 100644 Makefile.windows
create mode 100644 README
copy config.h.in => config.h.windows (70%)
create mode 100644 curl_lwt.ml
create mode 100644 curl_lwt.mli
delete mode 100644 debian/patches/0001-fixes-makefile-to-use-ocamlfind-and-support-both-byt.patch
delete mode 100644 debian/patches/0002-fix-compilation-flags.patch
create mode 100644 examples/ocurl_test_threads.ml
create mode 100644 examples/omulti.ml
create mode 100644 examples/test_cb_exn.ml
create mode 100644 examples/test_lwt.ml
create mode 100644 examples/test_lwt_unit.ml
create mode 100644 examples/test_memory_leaks.ml
create mode 100644 print_ext.ml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocurl.git
More information about the Pkg-ocaml-maint-commits
mailing list