debian/0000755000000000000000000000000012256061113007163 5ustar debian/libtophide-ocaml-dev.dirs.in0000644000000000000000000000002112161246755014450 0ustar @OCamlStdlibDir@ debian/changelog0000644000000000000000000000243112256061113011035 0ustar tophide (1.0.1-2build1) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 16:18:20 +0000 tophide (1.0.1-2) unstable; urgency=low * Team upload * Recompile with ocaml 4.01.0 -- Stéphane Glondu Tue, 03 Dec 2013 21:14:06 +0100 tophide (1.0.1-1) unstable; urgency=low [ Sylvain Le Gall ] * Remove Sylvain Le Gall from uploaders [ Hendrik Tews ] * add watch file * new upstream version * bump debhelper compat level and standards version * add myself as uploader * update hompage, Vcs fields, dependencies, copyright * add new makefile patch for - install ml file (lintian dangling-cmi) - OCaml 4.00 compatibility -- Hendrik Tews Fri, 21 Jun 2013 09:22:20 +0200 tophide (1.0.0-3) unstable; urgency=low * Team upload * Recompile with OCaml 3.12.1 (no changes) -- Stéphane Glondu Wed, 02 Nov 2011 07:23:51 +0100 tophide (1.0.0-2) unstable; urgency=low * Team upload * Rebuild with OCaml 3.12.0 (no changes) -- Stéphane Glondu Mon, 18 Apr 2011 22:59:02 +0200 tophide (1.0.0-1) unstable; urgency=low * Initial release. (Closes: #605669) -- Sylvain Le Gall Thu, 02 Dec 2010 15:31:29 +0100 debian/rules0000755000000000000000000000075512161246755010266 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 #export DH_OPTIONS=-v DESTDIR=$(CURDIR)/debian/libtophide-ocaml-dev 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_build override_dh_auto_build: make .PHONY: override_dh_auto_install override_dh_auto_install: make install debian/gbp.conf0000644000000000000000000000003612161246755010615 0ustar [DEFAULT] pristine-tar = True debian/control0000644000000000000000000000163312161246755010605 0ustar Source: tophide Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Hendrik Tews Build-Depends: ocaml-nox (>= 3.11.1-3~), ocaml-findlib, dh-ocaml (>= 0.9~), debhelper (>= 9) Standards-Version: 3.9.4 Homepage: http://mjambon.com/ocaml.html#tophide Vcs-Git: git://anonvcs.debian.org/pkg-ocaml-maint/packages/tophide.git Vcs-Browser: http://anonvcs.debian.org/gitweb/?p=pkg-ocaml-maint/packages/tophide.git Package: libtophide-ocaml-dev Architecture: all Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: hide values that start with '_' in OCaml toplevel This library hides toplevel values whose name starts with an underscore. This is useful for some Camlp4 syntax extensions that produce lots of global identifiers that should remain hidden. debian/libtophide-ocaml-dev.docs0000644000000000000000000000000712161246755014036 0ustar README debian/copyright0000644000000000000000000000500512161246755011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Tophide Upstream-Contact: Martin Jambon Source: http://mjambon.com/ocaml.html#tophide Files: * Copyright: 2008 Martin Jambon License: BSD-3-clause All rights reserved. . 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. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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: 2010 Sylvain Le Gall 2013 Hendrik Tews License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/source/0000755000000000000000000000000012161246755010477 5ustar debian/source/format0000644000000000000000000000001412161246755011705 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000017412161246755010232 0ustar version=3 http://mjambon.com/releases/tophide \ .*/tophide/tophide[\-\._](\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) debian/patches/0000755000000000000000000000000012161246755010626 5ustar debian/patches/makefile.patch0000644000000000000000000000066212161246755013430 0ustar Description: minor changes for OCaml 4.00 and lintian Author: Hendrik Tews --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ all: META tophide.cmo tophide.cmo: tophide.ml - ocamlc -c tophide.ml + ocamlc -c -I +compiler-libs tophide.ml install: - ocamlfind install tophide META tophide.cmi tophide.cmo + ocamlfind install tophide META tophide.cmi tophide.cmo tophide.ml uninstall: ocamlfind remove tophide debian/patches/series0000644000000000000000000000001712161246755012041 0ustar makefile.patch debian/compat0000644000000000000000000000000212161246755010375 0ustar 9