[Pkg-ocaml-maint-commits] [ocaml-sqlite3] branch master updated (04ae96c -> f75bb73)
Stéphane Glondu
glondu at alioth.debian.org
Sun Nov 10 12:30:45 UTC 2013
This is an automated email from the git hooks/post-receive script.
glondu pushed a change to branch master
in repository ocaml-sqlite3.
from 04ae96c New debian/watch file by Bart Martens
adds 298bd2d Imported Upstream version 1.6.2
adds 46de208 Imported Upstream version 1.6.3
adds af474bc Imported Upstream version 2.0.0
adds ed7b544 Imported Upstream version 2.0.1
adds 7d08089 Imported Upstream version 2.0.2
adds 8203b5c Imported Upstream version 2.0.3
adds 9aaa4ba Imported Upstream version 2.0.4
new ad8a412 Merge tag 'upstream/2.0.4'
new 8fb68f5 New upstream release
new 6cce507 Remove obsolete patches
new 36e67ca Adapt packaging to new build system
new 43761ce Use format version 1.0 in debian/copyright
new fd7fe8b Bump Standards-Version to 3.9.4
new e0c8519 Add pkg-config to Build-Depends
new f75bb73 Update changelog and prepare upload to unstable
The 8 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:
.hg_archival.txt | 4 +-
.hgignore | 8 +-
.hgtags | 7 +
API.odocl | 4 +
AUTHORS.txt | 10 +
Changelog => CHANGES.txt | 32 +
COPYING => COPYING.txt | 0
INSTALL.txt | 37 +
META.in | 6 -
Makefile | 38 +
Makefile.in | 81 -
OMakefile | 14 -
README.md | 63 +
README.txt | 86 -
TODO | 16 -
TODO.md | 16 +
_oasis | 122 +
_tags | 42 +-
configure | 5925 +-----------------
configure.ac | 42 -
debian/changelog | 9 +
debian/control | 3 +-
debian/copyright | 62 +-
debian/libsqlite3-ocaml-dev.doc-base | 4 +-
debian/libsqlite3-ocaml-dev.docs | 1 -
debian/libsqlite3-ocaml-dev.install.in | 1 +
debian/libsqlite3-ocaml.install.in | 2 +-
debian/patches/0001-Install-no-mktop.patch | 33 -
...est-only-if-sqlite3.cmxa-has-been-compile.patch | 37 -
debian/patches/series | 2 -
debian/rules | 36 +-
install-sh | 251 -
lib/META | 11 +
lib/libsqlite3_stubs.clib | 4 +
sqlite3.ml => lib/sqlite3.ml | 7 +-
lib/sqlite3.mldylib | 1 +
sqlite3.mli => lib/sqlite3.mli | 15 +-
lib/sqlite3.mllib | 4 +
sqlite3_stubs.c => lib/sqlite3_stubs.c | 18 +-
libsqlite3_stubs.clib | 1 -
myocamlbuild.ml | 639 +-
setup.ml | 6322 ++++++++++++++++++++
test/Makefile | 24 -
test/OMakefile | 6 -
test/test_agg.ml | 1 -
test/test_exec.ml | 2 +-
test/test_stmt.ml | 8 +-
47 files changed, 7443 insertions(+), 6614 deletions(-)
create mode 100644 API.odocl
create mode 100644 AUTHORS.txt
rename Changelog => CHANGES.txt (83%)
rename COPYING => COPYING.txt (100%)
create mode 100644 INSTALL.txt
delete mode 100644 META.in
create mode 100644 Makefile
delete mode 100644 Makefile.in
delete mode 100644 OMakefile
create mode 100644 README.md
delete mode 100644 README.txt
delete mode 100644 TODO
create mode 100644 TODO.md
create mode 100644 _oasis
delete mode 100644 configure.ac
delete mode 100644 debian/libsqlite3-ocaml-dev.docs
delete mode 100644 debian/patches/0001-Install-no-mktop.patch
delete mode 100644 debian/patches/0002-Do-native-test-only-if-sqlite3.cmxa-has-been-compile.patch
delete mode 100644 debian/patches/series
delete mode 100755 install-sh
create mode 100644 lib/META
create mode 100644 lib/libsqlite3_stubs.clib
rename sqlite3.ml => lib/sqlite3.ml (97%)
create mode 100644 lib/sqlite3.mldylib
rename sqlite3.mli => lib/sqlite3.mli (97%)
create mode 100644 lib/sqlite3.mllib
rename sqlite3_stubs.c => lib/sqlite3_stubs.c (99%)
delete mode 100644 libsqlite3_stubs.clib
create mode 100644 setup.ml
delete mode 100644 test/Makefile
delete mode 100644 test/OMakefile
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-sqlite3.git
More information about the Pkg-ocaml-maint-commits
mailing list