debian/0000755000000000000000000000000012256131331007163 5ustar debian/copyright0000644000000000000000000000222012174675140011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: 2009-2010, OCamlCore SARL License: LGPL-2.1-ocaml See `/usr/share/common-licenses/LGPL-2.1'. . As a special exception to the GNU Library General Public License, you may link, statically or dynamically, a "work that uses the Library" with a publicly distributed version of the Library to produce an executable file containing portions of the Library, and distribute that executable file under terms of your choice, without any of the additional requirements listed in clause 6 of the GNU Library General Public License. By "a publicly distributed version of the Library", we mean either the unmodified Library as distributed by upstream author, or a modified version of the Library that is distributed under the conditions defined in clause 3 of the GNU Library General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Library General Public License. Files: debian/* Copyright: 2010, Sylvain Le Gall License: GPL-3+ See `/usr/share/common-licenses/GPL-3'. debian/libodn-ocaml-dev.install.in0000644000000000000000000000022612174675140014306 0ustar @OCamlStdlibDir@/odn/*.cm[ix] @OCamlStdlibDir@/odn/*.ml* @OCamlStdlibDir@/odn/pa_*.cma OPT: @OCamlStdlibDir@/odn/*.a OPT: @OCamlStdlibDir@/odn/*.cmxa debian/changelog0000644000000000000000000000461412256131331011042 0ustar ocaml-data-notation (0.0.11-1build1) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 22:02:01 +0000 ocaml-data-notation (0.0.11-1) unstable; urgency=low * Team upload * Upload to unstable * New upstream release (Closes: #731404) -- Stéphane Glondu Sat, 07 Dec 2013 12:46:58 +0100 ocaml-data-notation (0.0.10-1) experimental; urgency=low * Team upload * New upstream release - bump type-conv requirement -- Stéphane Glondu Sat, 27 Jul 2013 09:46:22 +0200 ocaml-data-notation (0.0.9-1) unstable; urgency=low * Team upload * New upstream release (Closes: #713342) - bump type-conv requirement * Bump debhelper compat level to 9 * Update Vcs-* * Switch debian/copyright to format version 1.0 * Bump Standards-Version to 3.9.4 -- Stéphane Glondu Sat, 22 Jun 2013 17:18:40 +0200 ocaml-data-notation (0.0.8-1) unstable; urgency=low * Team upload * New upstream release -- Stéphane Glondu Fri, 06 Apr 2012 08:10:16 +0200 ocaml-data-notation (0.0.7-1) unstable; urgency=low * Team upload * New upstream release - remove 0001-Use-lid-in-quotations-instead-of-Gen.id-pe.patch which is no longer needed since integrated into upstream's sources. -- Mehdi Dogguy Tue, 03 Jan 2012 17:33:32 +0100 ocaml-data-notation (0.0.6-2) unstable; urgency=low * Team upload * Fix FTBFS with type-conv >= 3.0.1 - add version in (build-)dependency to type-conv * Bump Standards-Version to 3.9.2 (no changes) -- Stéphane Glondu Fri, 11 Nov 2011 10:41:33 +0100 ocaml-data-notation (0.0.6-1) unstable; urgency=low * Team upload * New upstream release * Add debian/watch -- Stéphane Glondu Mon, 27 Jun 2011 17:57:16 +0200 ocaml-data-notation (0.0.3-1) unstable; urgency=low * New upstream version * Install pa*.cma into libodn-ocaml-dev (Closes: #617260) -- Sylvain Le Gall Mon, 22 Nov 2010 16:06:37 +0100 ocaml-data-notation (0.0.2-2) unstable; urgency=low * Fix double installation of *.cma files -- Sylvain Le Gall Fri, 19 Nov 2010 12:53:42 +0100 ocaml-data-notation (0.0.2-1) unstable; urgency=low * Initial release. (Closes: #603828) -- Sylvain Le Gall Fri, 19 Nov 2010 12:37:42 +0100 debian/compat0000644000000000000000000000000212174675140010373 0ustar 9 debian/control0000644000000000000000000000261212174675262010606 0ustar Source: ocaml-data-notation Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Sylvain Le Gall Build-Depends: ocaml-nox (>= 3.11.1-3~), ocaml-findlib, ocaml-base-nox, libtype-conv-camlp4-dev (>= 108.07.01), libounit-ocaml-dev, libfileutils-ocaml-dev (>= 0.4.0), dh-ocaml (>= 0.9~), debhelper (>= 9), camlp4 Standards-Version: 3.9.4 Homepage: http://forge.ocamlcore.org/projects/odn Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/ocaml-data-notation.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocaml-data-notation.git Package: libodn-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: Store data using OCaml notation This library uses type-conv to dump OCaml data structure using OCaml data notation. This kind of data dumping helps to write OCaml code generator, like OASIS. Package: libodn-ocaml Architecture: any Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${ocaml:Provides} Description: Store data using OCaml notation This library uses type-conv to dump OCaml data structure using OCaml data notation. This kind of data dumping helps to write OCaml code generator, like OASIS. . This package contains the shared runtime libraries. debian/libodn-ocaml-dev.ocamldoc0000644000000000000000000000001212174675140014005 0ustar # Nothing debian/rules0000755000000000000000000000156512174675140010264 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 %: dh $@ --with ocaml .PHONY: override_dh_auto_configure override_dh_auto_configure: ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' .PHONY: override_dh_auto_build override_dh_auto_build: ocaml setup.ml -build ocaml setup.ml -doc .PHONY: override_dh_auto_test override_dh_auto_test: ocaml setup.ml -test .PHONY: override_dh_auto_install override_dh_auto_install: mkdir -p '$(DESTDIR)/usr/bin' mkdir -p '$(OCAMLFIND_DESTDIR)' ocaml setup.ml -install .PHONY: override_dh_install override_dh_install: dh_install --fail-missing .PHONY: override_dh_auto_clean override_dh_auto_clean: ocaml setup.ml -distclean debian/source/0000755000000000000000000000000012174675140010475 5ustar debian/source/format0000644000000000000000000000001412174675140011703 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000012612174675140010613 0ustar [DEFAULT] pristine-tar = True cleaner = debuild clean && dh_quilt_unpatch && dh_clean debian/watch0000644000000000000000000000043012174675140010223 0ustar version=3 http://forge.ocamlcore.org/frs/?group_id=148 .*/ocaml-data-notation-(.*)\.tar\.gz # Upstream darcs repository: # http://forge.ocamlcore.org/anonscm/darcs/odn/ocaml-data-notation # http://forge.ocamlcore.org/scm/browser.php?group_id=148&repo_name=ocaml-data-notation debian/libodn-ocaml.install.in0000644000000000000000000000013212174675140013526 0ustar @OCamlStdlibDir@/odn/META @OCamlStdlibDir@/odn/odn.cma DYN: @OCamlStdlibDir@/odn/odn.cmxs