--- cryptgps-0.2.1.orig/depend.pkg
+++ cryptgps-0.2.1/depend.pkg
@@ -0,0 +1 @@
+ROPTIONS=
--- cryptgps-0.2.1.orig/debian/control
+++ cryptgps-0.2.1/debian/control
@@ -0,0 +1,22 @@
+Source: cryptgps
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
+Uploaders: Stefano Zacchiroli <zack@debian.org>
+Build-Depends: debhelper (>= 5.0.0), dpatch, cdbs, ocaml-nox (>= 3.10.1), ocaml-findlib (>= 1.2.1-4~bpo40+3)
+Standards-Version: 3.7.3
+Homepage: http://www.ocaml-programming.de/packages/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/cryptgps
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/
+
+Package: libcryptgps-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${misc:Depends}
+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.
+
--- cryptgps-0.2.1.orig/debian/rules
+++ cryptgps-0.2.1/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+
+PKGNAME = libcryptgps-ocaml-dev
+DESTDIR := $(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR)
+OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
+OCAML_OCAMLDOC_FLAGS += -pp $(CURDIR)/debian/expand_stars.sh
+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
+
--- cryptgps-0.2.1.orig/debian/watch
+++ cryptgps-0.2.1/debian/watch
@@ -0,0 +1,7 @@
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://www.ocaml-programming.de/packages/cryptgps-(.*)\.tar\.gz
+
--- cryptgps-0.2.1.orig/debian/svn-deblayout
+++ cryptgps-0.2.1/debian/svn-deblayout
@@ -0,0 +1,3 @@
+origDir=../upstream
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/cryptgps/upstream
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/cryptgps
--- cryptgps-0.2.1.orig/debian/changelog
+++ cryptgps-0.2.1/debian/changelog
@@ -0,0 +1,49 @@
+cryptgps (0.2.1-4~bpo40+2) etch-backports; urgency=low
+
+  * Rebuild against ocaml 3.10.1 
+
+ -- Romain Beauxis <toots@rastageeks.org>  Fri, 16 May 2008 02:16:28 +0200
+
+cryptgps (0.2.1-4~bpo40+1) etch-backports; urgency=low
+
+  * Rebuild for etch-backports against ocaml 3.10.0
+
+ -- Romain Beauxis <toots@rastageeks.org>  Mon, 07 Apr 2008 10:03:49 +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 <zack@debian.org>  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 <zack@debian.org>  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 <zack@debian.org>  Fri, 13 Jul 2007 09:53:46 +0200
+
+cryptgps (0.2.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #405315).
+
+ -- Stefano Zacchiroli <zack@debian.org>  Tue,  2 Jan 2007 15:17:34 +0100
+
--- cryptgps-0.2.1.orig/debian/libcryptgps-ocaml-dev.docs
+++ cryptgps-0.2.1/debian/libcryptgps-ocaml-dev.docs
@@ -0,0 +1 @@
+README
--- cryptgps-0.2.1.orig/debian/compat
+++ cryptgps-0.2.1/debian/compat
@@ -0,0 +1 @@
+5
--- cryptgps-0.2.1.orig/debian/patches/00dpatch.conf
+++ cryptgps-0.2.1/debian/patches/00dpatch.conf
@@ -0,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../upstream
--- cryptgps-0.2.1.orig/debian/patches/00list
+++ cryptgps-0.2.1/debian/patches/00list
@@ -0,0 +1 @@
+no_debugging_info
--- cryptgps-0.2.1.orig/debian/patches/no_debugging_info.dpatch
+++ cryptgps-0.2.1/debian/patches/no_debugging_info.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## no_debugging_info.dpatch by Stefano Zacchiroli <zack@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad trunk~/Makefile trunk/Makefile
+--- trunk~/Makefile	2001-07-19 21:00:41.000000000 +0200
++++ trunk/Makefile	2007-01-02 16:02:19.000000000 +0100
+@@ -37,7 +37,7 @@
+ # general rules:
+ 
+ OPTIONS   =
+-OCAMLC    = ocamlc -g $(OPTIONS) $(ROPTIONS)
++OCAMLC    = ocamlc $(OPTIONS) $(ROPTIONS)
+ OCAMLOPT  = ocamlopt $(OPTIONS) $(ROPTIONS)
+ OCAMLDEP  = ocamldep $(OPTIONS)
+ OCAMLFIND = ocamlfind
--- cryptgps-0.2.1.orig/debian/copyright
+++ cryptgps-0.2.1/debian/copyright
@@ -0,0 +1,33 @@
+This package was debianized by Stefano Zacchiroli <zack@debian.org> on
+Tue, 02 Jan 2007 15:19:27 +0100.
+
+It was downloaded from:
+  http://www.ocaml-programming.de/packages/
+
+Upstream Author:
+  Gerd Stolpmann <gerd@gerd-stolpmann.de>
+
+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.
+
--- cryptgps-0.2.1.orig/debian/expand_stars.sh
+++ cryptgps-0.2.1/debian/expand_stars.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+# expand '(*' to '(**'
+sed 's/^\( *\)(\*\( [^\$=]\)/\1(**\2/' "$@"
--- cryptgps-0.2.1.orig/depend
+++ cryptgps-0.2.1/depend
@@ -0,0 +1,27 @@
+crypt_3des.cmo: cryptsystem_64.cmi cryptmodes_64.cmi crypt_des.cmi \
+    crypt_aux.cmi crypt_3des.cmi 
+crypt_3des.cmx: cryptsystem_64.cmx cryptmodes_64.cmx crypt_des.cmx \
+    crypt_aux.cmx crypt_3des.cmi 
+crypt_aux.cmo: crypt_aux.cmi 
+crypt_aux.cmx: crypt_aux.cmi 
+crypt_blowfish.cmo: cryptsystem_64.cmi cryptmodes_64.cmi crypt_aux.cmi \
+    crypt_blowfish.cmi 
+crypt_blowfish.cmx: cryptsystem_64.cmx cryptmodes_64.cmx crypt_aux.cmx \
+    crypt_blowfish.cmi 
+crypt_blowfish32.cmo: cryptsystem_64.cmi cryptmodes_64.cmi crypt_aux.cmi \
+    crypt_blowfish32.cmi 
+crypt_blowfish32.cmx: cryptsystem_64.cmx cryptmodes_64.cmx crypt_aux.cmx \
+    crypt_blowfish32.cmi 
+crypt_des.cmo: cryptsystem_64.cmi cryptmodes_64.cmi crypt_aux.cmi \
+    crypt_des.cmi 
+crypt_des.cmx: cryptsystem_64.cmx cryptmodes_64.cmx crypt_aux.cmx \
+    crypt_des.cmi 
+cryptmodes_64.cmo: cryptsystem_64.cmi crypt_aux.cmi cryptmodes_64.cmi 
+cryptmodes_64.cmx: cryptsystem_64.cmx crypt_aux.cmx cryptmodes_64.cmi 
+cryptsystem_64.cmo: cryptsystem_64.cmi 
+cryptsystem_64.cmx: cryptsystem_64.cmi 
+crypt_3des.cmi: cryptsystem_64.cmi cryptmodes_64.cmi 
+crypt_blowfish.cmi: cryptsystem_64.cmi cryptmodes_64.cmi 
+crypt_blowfish32.cmi: cryptsystem_64.cmi cryptmodes_64.cmi 
+crypt_des.cmi: cryptsystem_64.cmi cryptmodes_64.cmi 
+cryptmodes_64.cmi: cryptsystem_64.cmi 
