[Pkg-ocaml-maint-commits] [camlpdf] branch master updated (7c0f06c -> d80b4c8)
Stéphane Glondu
glondu at moszumanska.debian.org
Sat Nov 30 13:42:04 UTC 2013
This is an automated email from the git hooks/post-receive script.
glondu pushed a change to branch master
in repository camlpdf.
from 7c0f06c Update upstream URL in debian/{control,copyright,watch}
new 3274860 Update debian/watch
new a30b4ec Imported Upstream version 1.7
new cdefe0d Imported Upstream version 1.7.1
new 000d373 Merge tag 'upstream/1.7.1'
new bbadf4f New upstream release
new be5c05d Refresh patches and drop obsolete ones
new a734971 Update packaging
new 049a199 Update debian/copyright
new d80b4c8 Update changelog
The 9 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 | 20 +
ICSharpCode.SharpZipLib.dll | Bin 188416 -> 0 bytes
INSTALL | 40 -
LICENCE | 951 +-
META | 6 +
Makefile | 27 +
OCamlMakefile | 379 +-
README | 23 -
README.md | 62 +
cff.mli | 5 -
cgenlex.ml | 119 -
cgenlex.mli | 15 -
debian/META.in | 7 -
debian/changelog | 11 +-
debian/compat | 2 +-
debian/control | 27 +-
debian/control.in | 33 -
debian/copyright | 87 +-
debian/gbp.conf | 1 -
debian/libcamlpdf-ocaml-dev.docs | 2 +-
debian/libcamlpdf-ocaml-dev.examples | 1 +
debian/libcamlpdf-ocaml-dev.install.in | 19 +-
debian/libcamlpdf-ocaml.install.in | 1 +
debian/patches/0001-Remove-custom.patch | 34 +
debian/patches/makefile_fix.patch | 39 -
debian/patches/remove_custom.patch | 16 -
debian/patches/series | 3 +-
debian/rules | 63 +-
debian/watch | 2 +-
examplesmake => examples/Makefile | 23 +-
OCamlMakefile => examples/OCamlMakefile | 379 +-
examples/pdfdecomp.ml | 15 +
pdfdraft.ml => examples/pdfdraft.ml | 50 +-
examples/pdfencrypt.ml | 27 +
examples/pdfhello.ml | 25 +
pdfmerge.ml => examples/pdfmergeexample.ml | 18 +-
examples/pdftest.ml | 29 +
zlibstubs.c => flatestubs.c | 4 +-
fonttables.ml | 834 -
fonttables.mli | 6 -
glyphlist.ml | 1716 --
glyphlist.mli | 11 -
introduction_to_camlpdf.pdf | Bin 114902 -> 106133 bytes
introduction_to_camlpdf.tex | 489 +
io.ml | 104 -
io.mli | 73 -
istring.ml | 24 -
istring.mli | 17 -
makefile | 69 -
miniz.c | 4834 ++++++
paper.ml | 30 -
pdf.ml | 657 +-
pdf.mli | 212 +-
pdfafm.ml | 77 +
pdfafm.mli | 6 +
pdfafmdata.ml | 23636 +++++++++++++++++++++++++++
pdfafmdata.mli | 29 +
pdfannot.ml | 32 +-
pdfannot.mli | 10 +-
cff.ml => pdfcff.ml | 600 +-
pdfcff.mli | 6 +
pdfcodec.ml | 909 +-
pdfcodec.mli | 63 +-
pdfcrypt.ml | 3065 ++--
pdfcrypt.mli | 141 +-
pdfdate.ml | 15 +-
pdfdate.mli | 6 +-
pdfdecomp.ml | 21 -
pdfdecrypt.ml | 32 -
pdfdest.ml | 122 +
pdfdest.mli | 29 +
pdfdoc.ml | 493 -
zlib.ml => pdfflate.ml | 1 +
pdfflate.mli | 22 +
pdffun.ml | 1608 +-
pdffun.mli | 186 +-
pdfgenlex.ml | 185 +
pdfgenlex.mli | 33 +
pdfglyphlist.ml | 4882 ++++++
pdfglyphlist.mli | 37 +
pdfgraphics.ml | 732 +-
pdfgraphics.mli | 56 +-
pdfhello.ml | 27 -
pdfimage.ml | 1223 +-
pdfimage.mli | 80 +-
pdfio.ml | 1037 +-
pdfio.mli | 406 +-
pdfjpeg.ml | 23 +
pdfjpeg.mli | 6 +
pdfmarks.ml | 307 +-
pdfmarks.mli | 19 +-
pdfmerge.ml | 344 +-
pdfmerge.mli | 11 +
pdfocg.ml | 182 +
pdfocg.mli | 47 +
pdfops.ml | 770 +
pdfpages.mli => pdfops.mli | 26 +-
pdfpage.ml | 823 +
pdfdoc.mli => pdfpage.mli | 156 +-
pdfpagelabels.ml | 208 +
pdfpagelabels.mli | 49 +
pdfpages.ml | 783 -
pdfpaper.ml | 30 +
paper.mli => pdfpaper.mli | 38 +-
pdfread.ml | 3071 ++--
pdfread.mli | 79 +-
pdfshapes.ml | 11 +-
pdfspace.ml | 108 +-
pdfspace.mli | 24 +-
pdfstandard14.ml | 62 +
pdfstandard14.mli | 11 +
pdftest.ml | 32 -
pdftext.ml | 2260 ++-
pdftext.mli | 284 +-
transform.ml => pdftransform.ml | 123 +-
transform.mli => pdftransform.mli | 35 +-
pdftruetype.ml | 636 +
pdftruetype.mli | 7 +
pdftype0.ml | 25 +
pdftype0.mli | 7 +
pdftype1.ml | 6 +
pdftype1.mli | 6 +
units.ml => pdfunits.ml | 53 +-
units.mli => pdfunits.mli | 4 +-
utility.ml => pdfutil.ml | 2580 ++-
utility.mli => pdfutil.mli | 366 +-
pdfwrite.ml | 1037 +-
pdfwrite.mli | 69 +-
unzip.ml | 449 -
unzip.mli | 41 -
zlib.mli | 33 -
131 files changed, 50611 insertions(+), 16078 deletions(-)
create mode 100644 Changes
delete mode 100644 ICSharpCode.SharpZipLib.dll
delete mode 100644 INSTALL
create mode 100644 META
create mode 100644 Makefile
delete mode 100644 README
create mode 100644 README.md
delete mode 100644 cff.mli
delete mode 100644 cgenlex.ml
delete mode 100644 cgenlex.mli
delete mode 100644 debian/META.in
delete mode 100644 debian/control.in
create mode 100644 debian/libcamlpdf-ocaml-dev.examples
create mode 100644 debian/libcamlpdf-ocaml.install.in
create mode 100644 debian/patches/0001-Remove-custom.patch
delete mode 100644 debian/patches/makefile_fix.patch
delete mode 100644 debian/patches/remove_custom.patch
rename examplesmake => examples/Makefile (67%)
copy OCamlMakefile => examples/OCamlMakefile (70%)
create mode 100644 examples/pdfdecomp.ml
rename pdfdraft.ml => examples/pdfdraft.ml (71%)
create mode 100644 examples/pdfencrypt.ml
create mode 100644 examples/pdfhello.ml
copy pdfmerge.ml => examples/pdfmergeexample.ml (68%)
create mode 100644 examples/pdftest.ml
rename zlibstubs.c => flatestubs.c (98%)
delete mode 100644 fonttables.ml
delete mode 100644 fonttables.mli
delete mode 100644 glyphlist.ml
delete mode 100644 glyphlist.mli
create mode 100644 introduction_to_camlpdf.tex
delete mode 100644 io.ml
delete mode 100644 io.mli
delete mode 100644 istring.ml
delete mode 100644 istring.mli
delete mode 100644 makefile
create mode 100644 miniz.c
delete mode 100644 paper.ml
create mode 100644 pdfafm.ml
create mode 100644 pdfafm.mli
create mode 100644 pdfafmdata.ml
create mode 100644 pdfafmdata.mli
rename cff.ml => pdfcff.ml (73%)
create mode 100644 pdfcff.mli
delete mode 100644 pdfdecomp.ml
delete mode 100644 pdfdecrypt.ml
create mode 100644 pdfdest.ml
create mode 100644 pdfdest.mli
delete mode 100644 pdfdoc.ml
rename zlib.ml => pdfflate.ml (98%)
create mode 100644 pdfflate.mli
create mode 100644 pdfgenlex.ml
create mode 100644 pdfgenlex.mli
create mode 100644 pdfglyphlist.ml
create mode 100644 pdfglyphlist.mli
delete mode 100644 pdfhello.ml
create mode 100644 pdfjpeg.ml
create mode 100644 pdfjpeg.mli
create mode 100644 pdfmerge.mli
create mode 100644 pdfocg.ml
create mode 100644 pdfocg.mli
create mode 100644 pdfops.ml
rename pdfpages.mli => pdfops.mli (75%)
create mode 100644 pdfpage.ml
rename pdfdoc.mli => pdfpage.mli (57%)
create mode 100644 pdfpagelabels.ml
create mode 100644 pdfpagelabels.mli
delete mode 100644 pdfpages.ml
create mode 100644 pdfpaper.ml
rename paper.mli => pdfpaper.mli (51%)
create mode 100644 pdfstandard14.ml
create mode 100644 pdfstandard14.mli
delete mode 100644 pdftest.ml
rename transform.ml => pdftransform.ml (64%)
rename transform.mli => pdftransform.mli (80%)
create mode 100644 pdftruetype.ml
create mode 100644 pdftruetype.mli
create mode 100644 pdftype0.ml
create mode 100644 pdftype0.mli
create mode 100644 pdftype1.ml
create mode 100644 pdftype1.mli
rename units.ml => pdfunits.ml (66%)
rename units.mli => pdfunits.mli (56%)
rename utility.ml => pdfutil.ml (74%)
rename utility.mli => pdfutil.mli (76%)
delete mode 100644 unzip.ml
delete mode 100644 unzip.mli
delete mode 100644 zlib.mli
--
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