[Pkg-ocaml-maint-commits] [camlpdf] branch master updated (f21e673 -> 0cdaf6f)
Nicolas Braud-Santoni
nicolas at braud-santoni.eu
Sun Jul 24 02:15:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
nicoo-guest pushed a change to branch master
in repository camlpdf.
from f21e673 Update changelog and prepare upload to unstable
new 3bb2d17 copyright: Add license of miniz.c (#742881)
new 9946126 debian/watch: Use filenamemangle
new deda162 Imported Upstream version 2.1.1
new e848d1d Merge tag 'upstream/2.1.1'
new 131d754 Remove obsolete patches
new a64cbac Use HTTPS for Vcs-* URLs
new cc00e3c Bump Standards-Version to 3.9.8
new 0cdaf6f Prepare upload
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:
Changes | 17 +
LICENCE => LICENSE | 36 +
Makefile | 13 +-
OCamlMakefile | 4 +-
debian/changelog | 13 +
debian/control | 6 +-
debian/copyright | 29 +
debian/patches/0001-Remove-custom.patch | 34 -
debian/patches/series | 1 -
debian/watch | 3 +-
introduction_to_camlpdf.pdf | Bin 106133 -> 106133 bytes
introduction_to_camlpdf.tex | 4 +-
logo.pdf | Bin 0 -> 2126 bytes
mkinstall | 3 +
pdf.ml | 269 ++++--
pdf.mli | 16 +-
pdfafm.ml | 17 +-
pdfafm.mli | 10 +-
pdfafmdata.ml | 23 +-
pdfannot.ml | 22 +-
pdfcodec.ml | 129 ++-
pdfcodec.mli | 6 +
pdfcrypt.ml | 1530 ++++++++-----------------------
pdfcrypt.mli | 20 +-
pdfcryptprimitives.ml | 255 ++++++
pdfcryptprimitives.mli | 33 +
pdfdest.ml | 25 +-
pdfflate.mli | 4 +-
pdfgenlex.ml | 41 +-
pdfmerge.ml | 21 +-
pdfmerge.mli | 19 +-
pdfops.ml | 403 ++++----
pdfpage.ml | 107 ++-
pdfpage.mli | 2 +-
pdfpagelabels.ml | 69 +-
pdfpagelabels.mli | 7 +-
pdfread.ml | 858 +++++++++--------
pdfread.mli | 2 -
pdfstandard14.ml | 36 +-
pdfstandard14.mli | 13 +
pdfutil.ml | 26 +-
pdfutil.mli | 5 +-
pdfwrite.ml | 994 +++++---------------
pdfwrite.mli | 38 +-
rijndael-alg-fst.c | 1400 ++++++++++++++++++++++++++++
rijndael-alg-fst.h | 47 +
sha2.c | 949 +++++++++++++++++++
sha2.h | 108 +++
stubs-aes.c | 69 ++
stubs-sha2.c | 34 +
utop/Makefile | 29 +
utop/pdfutop.ml | 2 +
52 files changed, 4897 insertions(+), 2904 deletions(-)
rename LICENCE => LICENSE (93%)
mode change 100644 => 100755 OCamlMakefile
delete mode 100644 debian/patches/0001-Remove-custom.patch
delete mode 100644 debian/patches/series
create mode 100644 logo.pdf
create mode 100755 mkinstall
create mode 100644 pdfcryptprimitives.ml
create mode 100644 pdfcryptprimitives.mli
create mode 100644 rijndael-alg-fst.c
create mode 100644 rijndael-alg-fst.h
create mode 100644 sha2.c
create mode 100644 sha2.h
create mode 100644 stubs-aes.c
create mode 100644 stubs-sha2.c
create mode 100644 utop/Makefile
create mode 100644 utop/pdfutop.ml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/camlpdf.git
More information about the Pkg-ocaml-maint-commits
mailing list