debian/0000755000000000000000000000000012247305757007202 5ustar debian/control0000644000000000000000000000214512174424132010573 0ustar Source: xmlm Section: devel Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Samuel Mimram , Romain Beauxis , Mehdi Dogguy Build-Depends: debhelper (>= 8), ocaml-nox (>= 4), ocaml-findlib (>= 1.4), dh-ocaml (>= 0.9) Standards-Version: 3.9.3 Homepage: http://erratique.ch/software/xmlm Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/xmlm.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/xmlm.git Package: libxmlm-ocaml-dev Architecture: any Section: ocaml Depends: ${ocaml:Depends}, ${shlibs:Depends}, ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml xml manipulation module Xmlm allows the OCaml programmer to manipulate xml data. Its complexity is half-way between the easy xml-light module and a full parsing of xml data. . It is also very simple to updgrade existing code using xml-light in order to use xmlm. . This package contains all the development stuff you need to develop OCaml programs which use xmlm. debian/source/0000755000000000000000000000000012174424106010467 5ustar debian/source/format0000644000000000000000000000001412174424106011675 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000346412174424106011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: 2007-2012, Daniel C. Bünzli License: BSD-C3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the name of the Daniel C. Bünzli nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2009, Romain Beauxis 2012, Stéphane Glondu License: GPL-2 The Debian packaging is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. debian/libxmlm-ocaml-dev.doc-base0000644000000000000000000000043212174424106014076 0ustar Document: libxmlm-ocaml-dev Title: OCaml xml manipulation module Author: Daniel C. Bünzli Abstract: Documentation of the OCaml Xmlm module Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libxmlm-ocaml-dev/doc/index.html Files: /usr/share/doc/libxmlm-ocaml-dev/doc/* debian/libxmlm-ocaml-dev.install.in0000644000000000000000000000000412174424106014467 0ustar usr debian/watch0000644000000000000000000000007512174424106010222 0ustar version=3 http://erratique.ch/software/xmlm .*xmlm-(.+)\.tbz debian/compat0000644000000000000000000000000212174424106010365 0ustar 8 debian/rules0000755000000000000000000000141412174424106010247 0ustar #!/usr/bin/make -f # -*- makefile -*- 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)' --enable-tests .PHONY: override_dh_auto_build override_dh_auto_build: ocaml setup.ml -build .PHONY: override_dh_auto_test override_dh_auto_test: ocaml setup.ml -test .PHONY: override_dh_auto_install override_dh_auto_install: 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/gbp.conf0000644000000000000000000000003612174424106010605 0ustar [DEFAULT] pristine-tar = True debian/libxmlm-ocaml-dev.docs0000644000000000000000000000001312174424106013344 0ustar README doc debian/changelog0000644000000000000000000000411112247305603011037 0ustar xmlm (1.1.1-3) unstable; urgency=low * Team upload * Upload to unstable -- Stéphane Glondu Tue, 03 Dec 2013 08:42:59 +0100 xmlm (1.1.1-2) experimental; urgency=low * Team upload * Compile with OCaml >= 4 -- Stéphane Glondu Fri, 26 Jul 2013 09:42:30 +0200 xmlm (1.1.1-1) unstable; urgency=low * Team upload * New upstream release * Update Vcs-* -- Stéphane Glondu Thu, 11 Jul 2013 11:09:08 +0200 xmlm (1.1.0-1) unstable; urgency=low * Team upload * New upstream release (Closes: #662921) * Switch source package format to 3.0 (quilt) * Switch debian/copyright to format 1.0 * Bump debhelper compat level to 8 * Bump Standards-Version to 3.9.3 -- Stéphane Glondu Sun, 08 Apr 2012 18:47:10 +0200 xmlm (1.0.2-1) unstable; urgency=high * New upstream release. * Fixes security issue: "A call to List.map crept into my implementation of namespaces. A maliciously crafted xml file with a very large amount of attributes on a single tag can crash your (native code) program by stack overflow." -- Romain Beauxis Mon, 16 Nov 2009 09:14:39 -0600 xmlm (1.0.1-5) unstable; urgency=low * Use ocaml.mk as a CDBS "rules" file (Closes: #549783) * Add myself to uploaders * Use new features of dh-ocaml (>= 0.9) -- Mehdi Dogguy Thu, 08 Oct 2009 23:43:14 +0200 xmlm (1.0.1-4) unstable; urgency=low * .o file should be installed only when ocamlopt is present.. Closes: #546890 -- Romain Beauxis Wed, 16 Sep 2009 15:10:26 -0500 xmlm (1.0.1-3) unstable; urgency=low * Added missing .o file. -- Romain Beauxis Tue, 15 Sep 2009 14:50:05 -0500 xmlm (1.0.1-2) unstable; urgency=low * Removed custom patch, now shipping .cmo files. -- Romain Beauxis Sun, 30 Aug 2009 11:22:33 -0500 xmlm (1.0.1-1) unstable; urgency=low * Initial upload to unstable (Closes: #528436) -- Romain Beauxis Thu, 14 May 2009 16:26:15 +1100 debian/examples0000644000000000000000000000000712174424106010725 0ustar test/*