debian/0000755000000000000000000000000012247301670007170 5ustar debian/control0000644000000000000000000000171612174275627010613 0ustar Source: cryptgps Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu Build-Depends: debhelper (>= 7), cdbs, ocaml-nox (>= 4), ocaml-findlib (>= 1.4), dh-ocaml (>= 0.9) Standards-Version: 3.8.3 Homepage: http://projects.camlcity.org/projects/cryptgps.html Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/cryptgps.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/cryptgps.git Package: libcryptgps-ocaml-dev Architecture: any Depends: ocaml-findlib, ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml implementation of symmetric cryptographic algorithms: Blowfish, DES, 3DES This OCaml library implements some well-known symmetric cryptographic algorithms, namely: Blowfish, DES, 3DES. . This package contains all the development stuff needed to use cryptgps in OCaml programs. debian/libcryptgps-ocaml-dev.ocamldoc0000644000000000000000000000003312174275600015100 0ustar -pp debian/expand_stars.sh debian/source/0000755000000000000000000000000012174275776010510 5ustar debian/source/format0000644000000000000000000000001412174275776011716 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000251712174275600011132 0ustar This package was debianized by Stefano Zacchiroli on Tue, 02 Jan 2007 15:19:27 +0100. It was downloaded from: http://www.ocaml-programming.de/packages/ Upstream Author: Gerd Stolpmann Copyright: Copyright 1999 by Gerd Stolpmann The package "cryptgps" is copyright by Gerd Stolpmann. Permission is hereby granted, free of charge, to any person obtaining a copy of the "cryptgps" software (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. The Software is provided ``as is'', without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall Gerd Stolpmann be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in the software. debian/watch0000644000000000000000000000022112174275600010216 0ustar # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 http://download.camlcity.org/download/ cryptgps-(.*)\.tar\.gz debian/compat0000644000000000000000000000000212174275600010370 0ustar 7 debian/rules0000755000000000000000000000103012174275600010244 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/ocaml.mk include /usr/share/cdbs/1/class/makefile.mk PKGNAME = libcryptgps-ocaml-dev DESTDIR := $(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR) OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES) DEB_MAKE_BUILD_TARGET = all ifeq ($(OCAML_HAVE_OCAMLOPT),yes) DEB_MAKE_BUILD_TARGET += opt endif DEB_MAKE_INSTALL_TARGET = install OCAMLFIND_DESTDIR=$(DESTDIR) build/$(PKGNAME):: mkdir -p $(DESTDIR) chmod +x $(CURDIR)/debian/expand_stars.sh debian/gbp.conf0000644000000000000000000000003612174275600010610 0ustar [DEFAULT] pristine-tar = True debian/clean0000644000000000000000000000002212174275600010171 0ustar depend depend.pkg debian/libcryptgps-ocaml-dev.docs0000644000000000000000000000000712174275600014250 0ustar README debian/changelog0000644000000000000000000000564512247301670011054 0ustar cryptgps (0.2.1-9) unstable; urgency=low * Upload to unstable -- Stéphane Glondu Tue, 03 Dec 2013 08:09:43 +0100 cryptgps (0.2.1-8) experimental; urgency=low [ Stefano Zacchiroli ] * remove myself from Uploaders [ Stéphane Glondu ] * Compile with OCaml >= 4 * Switch source package format to 3.0 (quilt) -- Stéphane Glondu Thu, 25 Jul 2013 21:26:41 +0200 cryptgps (0.2.1-7) unstable; urgency=low * debian/control: - add myself to Uploaders - move to section ocaml - update Standards-Version to 3.8.3 - update for dh-ocaml 0.9, and add versioned build-dependency -- Stéphane Glondu Tue, 06 Oct 2009 01:34:54 +0200 cryptgps (0.2.1-6) unstable; urgency=low [ Stefano Zacchiroli ] * upload to unstable * debian/control: - update build-deps: remove obsolete ones, add more strict ones to ensure buildability in unstable * debian/rules: use ocaml.mk as a CDBS "rules" snippet [ Mehdi Dogguy ] * Fix watch file. -- Stefano Zacchiroli Thu, 26 Feb 2009 19:22:21 +0100 cryptgps (0.2.1-5) experimental; urgency=low [ Stefano Zacchiroli ] * debian/control: - bump Standards-Version to 3.8.0 (no changes needed) - add build-dep on dh-ocaml, which ships the CDBS class * rebuild against OCaml 3.11 (strengthen dep, for experimental build) * switch to debhelper 7 (bump deps and debian/compat accordingly) * debian/patches: - disable patch no_debugging_info.dpatch, we do want -g [ Stephane Glondu ] * update Homepage, fix watch file * Switching packaging to git -- Stefano Zacchiroli Sun, 01 Feb 2009 19:08:38 +0100 cryptgps (0.2.1-4) unstable; urgency=low * promote Homepage to a real debian/control field * update standards-version, no changes needed * setting me as an uploader, d-o-m as the maintainer * move to debian/expand_stars.sh the ocamldoc filter to expand upstream comments to ocamldoc(-like) comments, to avoid make quotation issues -- Stefano Zacchiroli Fri, 28 Dec 2007 20:16:34 +0100 cryptgps (0.2.1-3) unstable; urgency=low * debian/control - bump ocaml-nox build dep to -8, to ensure the (not so) fixed CDBS class is used for ocamldoc generation * debian/rules - enable generation of ocamldoc documentation (via CDBS) -- Stefano Zacchiroli Mon, 03 Sep 2007 23:03:32 +0200 cryptgps (0.2.1-2) experimental; urgency=low * rebuild with ocaml 3.10 * debian/rules - override findlib "destdir" setting via the environment variable OCAMLFIND_DESTDIR instead of makefile patching, hence ... * debian/patches - ... removed now useless destdir patch -- Stefano Zacchiroli Fri, 13 Jul 2007 09:53:46 +0200 cryptgps (0.2.1-1) unstable; urgency=low * Initial release (Closes: #405315). -- Stefano Zacchiroli Tue, 2 Jan 2007 15:17:34 +0100 debian/expand_stars.sh0000755000000000000000000000011712174275600012223 0ustar #!/bin/bash # expand '(*' to '(**' sed 's/^\( *\)(\*\( [^\$=]\)/\1(**\2/' "$@"