debian/0000755000000000000000000000000012247303541007167 5ustar debian/control0000644000000000000000000000214312174410652010573 0ustar Source: ocaml-config-file Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu Build-Depends: debhelper (>= 9), dh-ocaml (>= 0.9), ocaml-findlib (>= 1.4), camlp4, ocaml-nox (>= 4) Standards-Version: 3.9.3 Section: ocaml Homepage: http://config-file.forge.ocamlcore.org/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocaml-config-file.git Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/ocaml-config-file.git Package: libconfig-file-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: OCaml library for managing configuration files (dev files) Config_file is an OCaml library used to manage the configuration file(s) of an application. You simply define your options and it performs the loading and saving of the options. Each option is defined from an option class (for example an "int" option) or from a combination of classes (for example to create "list of int" options). debian/source/0000755000000000000000000000000012174406072010471 5ustar debian/source/format0000644000000000000000000000001412174406072011677 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000171612174406072011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Maxence Guesdon License: LGPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2'. Files: * Copyright: © 2011 Institut National de Recherche en Informatique et en Automatique License: LGPL-2+ Files: debian/* Copyright: © 2011 Stéphane Glondu License: LGPL-2+ debian/watch0000644000000000000000000000036412174406072010225 0ustar version=3 http://forge.ocamlcore.org/frs/?group_id=215 .*/config-file-(.*)\.tar\.gz # Upstream (git) repository: # http://forge.ocamlcore.org/anonscm/git/config-file/config-file.git # http://forge.ocamlcore.org/scm/browser.php?group_id=215 debian/compat0000644000000000000000000000000212174410321010357 0ustar 9 debian/libconfig-file-ocaml-dev.doc-base0000644000000000000000000000051712174406072015311 0ustar Document: ocaml-config-file-api-html Title: HTML API documentation of config-file Author: Maxence Guesdon Abstract: Documentation of config-file (generated by ocamldoc) Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libconfig-file-ocaml-dev/html/api/index.html Files: /usr/share/doc/libconfig-file-ocaml-dev/html/api/* debian/rules0000755000000000000000000000150712241731346010254 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/ocaml/ocamlvars.mk export OCAMLFIND_DESTDIR=debian/libconfig-file-ocaml-dev/$(OCAML_STDLIB_DIR) ifeq ($(OCAML_HAVE_OCAMLOPT),yes) BUILD_TARGET=all else BUILD_TARGET=byte endif %: dh $@ --with ocaml .PHONY: override_dh_auto_build override_dh_auto_build: $(MAKE) $(BUILD_TARGET) mkdir -p ocamldoc $(MAKE) doc .PHONY: override_dh_auto_install override_dh_auto_install: mkdir -p $(OCAMLFIND_DESTDIR) $(MAKE) install mkdir -p $(CURDIR)/debian/libconfig-file-ocaml-dev/usr/share/doc/libconfig-file-ocaml-dev/html mv ocamldoc $(CURDIR)/debian/libconfig-file-ocaml-dev/usr/share/doc/libconfig-file-ocaml-dev/html/api .PHONY: override_dh_auto_clean override_dh_auto_clean: ./configure dh_auto_clean rm -rf ocamldoc .PHONY: override_dh_auto_test override_dh_auto_test: debian/gbp.conf0000644000000000000000000000003612174406072010607 0ustar [DEFAULT] pristine-tar = True debian/changelog0000644000000000000000000000162012247303225011037 0ustar ocaml-config-file (1.1-4) unstable; urgency=low * Upload to unstable -- Stéphane Glondu Tue, 03 Dec 2013 08:21:57 +0100 ocaml-config-file (1.1-3) experimental; urgency=low * Override dh_auto_test (no tests) -- Stéphane Glondu Sat, 16 Nov 2013 19:04:52 +0100 ocaml-config-file (1.1-2) experimental; urgency=low * Compile with OCaml >= 4 * Update Vcs-* * Bump debhelper compat level to 9 -- Stéphane Glondu Fri, 26 Jul 2013 08:06:12 +0200 ocaml-config-file (1.1-1) unstable; urgency=low * New upstream release * Use format 1.0 in debian/copyright * Bump Standards-Version to 3.9.3 -- Stéphane Glondu Mon, 04 Jun 2012 15:11:27 +0200 ocaml-config-file (1.0-1) unstable; urgency=low * Initial release (Closes: #635170) -- Stéphane Glondu Sat, 23 Jul 2011 13:30:06 +0200 debian/libconfig-file-ocaml-dev.install.in0000644000000000000000000000017012174406072015702 0ustar config_file.mli @OCamlStdlibDir@/config-file META @OCamlStdlibDir@/config-file