debian/0000755000000000000000000000000012256060673007175 5ustar debian/changelog0000644000000000000000000000117412256060673011052 0ustar camltemplate (1.0.2-1build3) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 16:15:56 +0000 camltemplate (1.0.2-1build2) precise; urgency=low * Rebuild for OCaml 3.12.1. -- Colin Watson Sat, 19 Nov 2011 00:40:10 +0000 camltemplate (1.0.2-1build1) oneiric; urgency=low * Rebuild to pick up ocaml fixes on armel. -- Adam Conrad Wed, 24 Aug 2011 16:26:36 -0600 camltemplate (1.0.2-1) unstable; urgency=low * Initial release. (Closes: #605675) -- Sylvain Le Gall Tue, 07 Dec 2010 15:09:45 +0000 debian/libcamltemplate-ocaml.install.in0000644000000000000000000000010711477514124015417 0ustar @OCamlStdlibDir@/camltemplate/META @OCamlStdlibDir@/camltemplate/*.cma debian/rules0000755000000000000000000000147711477514124010265 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DESTDIR=$(CURDIR)/debian/tmp include /usr/share/ocaml/ocamlvars.mk OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR) export OCAMLFIND_DESTDIR OCAMLFIND_LDCONF=ignore export OCAMLFIND_LDCONF %: dh --with ocaml $@ .PHONY: override_dh_auto_configure override_dh_auto_configure: ./configure '--prefix=$(DESTDIR)/usr' .PHONY: override_dh_auto_build override_dh_auto_build: $(MAKE) ifeq ($(OCAML_HAVE_OCAMLOPT),yes) $(MAKE) opt endif .PHONY: override_dh_auto_install override_dh_auto_install: mkdir -p '$(OCAMLFIND_DESTDIR)' $(MAKE) -C examples clean $(MAKE) install .PHONY: override_dh_install override_dh_install: dh_install --fail-missing .PHONY: override_dh_auto_clean override_dh_auto_clean: $(MAKE) distclean debian/gbp.conf0000644000000000000000000000003611477514124010612 0ustar [DEFAULT] pristine-tar = True debian/libcamltemplate-ocaml-dev.ocamldoc0000644000000000000000000000003311477514124015677 0ustar -d api --doc-base-generate debian/libcamltemplate-ocaml-dev.doc-base.manual0000644000000000000000000000047211477514124017056 0ustar Document: libcamltemplate-ocaml-dev-manual Title: CamlTemplate Manual Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libcamltemplate-ocaml-dev/manual/index.html Files: /usr/share/doc/libcamltemplate-ocaml-dev/manual/* Format: PDF Files: /usr/share/doc/libcamltemplate-ocaml-dev/pdf/manual.pdf.gz debian/control0000644000000000000000000000343211477514124010601 0ustar Source: camltemplate Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Sylvain Le Gall Build-Depends: ocaml-nox (>= 3.11.1-3~), ocaml-findlib, dh-ocaml (>= 0.9~), debhelper (>= 7.0.50~) Standards-Version: 3.9.1 Homepage: http://camltemplate.forge.ocamlcore.org/ Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/camltemplate.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/camltemplate.git Package: libcamltemplate-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: configurable library for generating text from templates in OCaml CamlTemplate is a library for generating text from templates in OCaml. It can be used to generate web pages, scripts, SQL queries, XML documents and other sorts of text. . This library defines a small templating language, with basic operations like #if or #foreach. To use this library you need to configure the data source that will be used in the template with the templating language. Package: libcamltemplate-ocaml Architecture: any Depends: ${ocaml:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: configurable library for generating text from templates in OCaml CamlTemplate is a library for generating text from templates in OCaml. It can be used to generate web pages, scripts, SQL queries, XML documents and other sorts of text. . This library defines a small templating language, with basic operations like #if or #foreach. To use this library you need to configure the data source that will be used in the template with the templating language. . This package contains the shared runtime libraries. debian/libcamltemplate-ocaml-dev.install.in0000644000000000000000000000122311477514124016173 0ustar @OCamlStdlibDir@/camltemplate/*.cmo @OCamlStdlibDir@/camltemplate/*.cmi @OCamlStdlibDir@/camltemplate/*.mli OPT: @OCamlStdlibDir@/camltemplate/*.o OPT: @OCamlStdlibDir@/camltemplate/*.cmxa OPT: @OCamlStdlibDir@/camltemplate/*.a OPT: @OCamlStdlibDir@/camltemplate/*.cmx usr/share/camltemplate/OCamlMakefile usr/share/doc/libcamltemplate-ocaml-dev/ usr/share/camltemplate/examples usr/share/doc/libcamltemplate-ocaml-dev/ usr/doc/camltemplate/pdf usr/share/doc/libcamltemplate-ocaml-dev/ usr/doc/camltemplate/html/manual usr/share/doc/libcamltemplate-ocaml-dev/ usr/doc/camltemplate/html/api usr/share/doc/libcamltemplate-ocaml-dev/ debian/copyright0000644000000000000000000000175311477514124011135 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: camltemplate Maintainer: Sylvain Le Gall Files: * Copyright: (C) 2003-2005 Benjamin Geer License: GPL-2+ See '/usr/share/common-licenses/GPL-2' for the full text. In addition, as a special exception, Benjamin Geer gives permission to link the code of this program with the Apache HTTP Server (or with modified versions of Apache that use the same license as Apache), and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than Apache. If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. Files: debian/* Copyright: (C) 2010 Sylvain Le Gall License: GPL-3+ See '/usr/share/common-licenses/GPL-3' for the full text. debian/source/0000755000000000000000000000000011477514124010474 5ustar debian/source/format0000644000000000000000000000001411477514124011702 0ustar 3.0 (quilt) debian/libcamltemplate-ocaml-dev.docs0000644000000000000000000000006011477514124015046 0ustar doc/html/api doc/html/manual doc/pdf/manual.pdf debian/watch0000644000000000000000000000013711477514124010226 0ustar version=3 http://forge.ocamlcore.org/frs/?group_id=35 \ .*/camltemplate-([\d\.]*)\.tar\.gz debian/patches/0000755000000000000000000000000011477515307010627 5ustar debian/patches/series0000644000000000000000000000002711477514124012037 0ustar debian-changes-1.0.2-1 debian/patches/debian-changes-1.0.2-10000644000000000000000000000510411477515307014174 0ustar Description: Upstream changes introduced in version 1.0.2-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . camltemplate (1.0.2-1) unstable; urgency=low . * Initial release. (Closes: #605675) . The person named in the Author field signed this changelog entry. Author: Sylvain Le Gall Bug-Debian: http://bugs.debian.org/605675 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- camltemplate-1.0.2.orig/Makefile +++ camltemplate-1.0.2/Makefile @@ -79,10 +79,16 @@ webinstall: $(DIST_DIR).tar.gz # Deletes generated files. .PHONY: clean clean: - for dir in $(DIRS); do cd $$dir; $(MAKE) clean; cd ..; done - rm -rf *~ camltemplate-* + for dir in $(filter-out doc,$(DIRS)); do $(MAKE) -C $$dir clean; done + -$(RM) -r *~ camltemplate-* .PHONY: distclean distclean: clean - rm -f Makefile.config + $(RM) Makefile.config + +.PHONY: really-clean +really-clean: distclean + $(MAKE) -C doc clean + +Makefile.config: ./configure --- camltemplate-1.0.2.orig/examples/Makefile +++ camltemplate-1.0.2/examples/Makefile @@ -23,6 +23,7 @@ install: cp -r examples.rules $(ALL_EXAMPLES) $(INSTALL_DIR)/examples find $(INSTALL_DIR)/examples -type d -name CVS -prune -exec rm -rf \{} \; find $(INSTALL_DIR)/examples -type d -name ._d -prune -exec rm -rf \{} \; + find $(INSTALL_DIR)/examples -type f -name .cvsignore -prune -exec rm -rf \{} \; .PHONY: uninstall uninstall: --- camltemplate-1.0.2.orig/src/Makefile +++ camltemplate-1.0.2/src/Makefile @@ -42,10 +42,10 @@ opt: install: files=`$(COLLECT_FILES) META camlTemplate.mli camlTemplate.cmi camltemplate.cma camltemplate.cmxa camltemplate.a camlTemplate_mt.cmo camlTemplate_mt.cmx camlTemplate_mt.o` && \ - $(OCAMLFIND) install -destdir $(PREFIX) camltemplate $$files + $(OCAMLFIND) install camltemplate $$files uninstall: - $(OCAMLFIND) remove -destdir $(PREFIX) camltemplate + $(OCAMLFIND) remove camltemplate clean: rm -rf *.o *.a *.cm? mt_cmis *.cm?a ctLexer.ml ctParser.ml ctParser.mli *~ debian/compat0000644000000000000000000000000211477514124010372 0ustar 7