[Pkg-ocaml-maint-commits] r3429 - in /trunk/packages/cryptgps: ./ branches/ trunk/ trunk/debian/ trunk/debian/patches/ upstream/

zack at users.alioth.debian.org zack at users.alioth.debian.org
Tue Jan 2 15:52:28 CET 2007


Author: zack
Date: Tue Jan  2 15:52:26 2007
New Revision: 3429

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3429
Log:
first check-in of cryptgps

Added:
    trunk/packages/cryptgps/
    trunk/packages/cryptgps/branches/
    trunk/packages/cryptgps/trunk/
    trunk/packages/cryptgps/trunk/debian/   (with props)
    trunk/packages/cryptgps/trunk/debian/changelog
    trunk/packages/cryptgps/trunk/debian/compat
    trunk/packages/cryptgps/trunk/debian/control
    trunk/packages/cryptgps/trunk/debian/copyright
    trunk/packages/cryptgps/trunk/debian/libcryptgps-ocaml-dev.docs
    trunk/packages/cryptgps/trunk/debian/patches/
    trunk/packages/cryptgps/trunk/debian/patches/00dpatch.conf
    trunk/packages/cryptgps/trunk/debian/patches/00list
    trunk/packages/cryptgps/trunk/debian/rules   (with props)
    trunk/packages/cryptgps/trunk/debian/svn-deblayout
    trunk/packages/cryptgps/trunk/debian/watch
    trunk/packages/cryptgps/upstream/
    trunk/packages/cryptgps/upstream/cryptgps_0.2.1.orig.tar.gz   (with props)

Propchange: trunk/packages/cryptgps/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: trunk/packages/cryptgps/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/changelog?rev=3429&op=file
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/changelog (added)
+++ trunk/packages/cryptgps/trunk/debian/changelog Tue Jan  2 15:52:26 2007
@@ -1,0 +1,6 @@
+cryptgps (0.2.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #405315).
+
+ -- Stefano Zacchiroli <zack at debian.org>  Tue,  2 Jan 2007 15:17:34 +0100
+

Added: trunk/packages/cryptgps/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/compat?rev=3429&op=file
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/compat (added)
+++ trunk/packages/cryptgps/trunk/debian/compat Tue Jan  2 15:52:26 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/packages/cryptgps/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/control?rev=3429&op=file
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/control (added)
+++ trunk/packages/cryptgps/trunk/debian/control Tue Jan  2 15:52:26 2007
@@ -1,0 +1,21 @@
+Source: cryptgps
+Section: devel
+Priority: optional
+Maintainer: Stefano Zacchiroli <zack at debian.org>
+Build-Depends: debhelper (>= 5.0.0), dpatch, cdbs, ocaml-nox (>= 3.09.2-7), ocaml-findlib
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/cryptgps
+
+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.
+ .
+  Homepage: http://www.ocaml-programming.de/packages/
+ .
+ This package contains all the development stuff needed to use cryptgps in
+ OCaml programs.
+

Added: trunk/packages/cryptgps/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/copyright?rev=3429&op=file
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/copyright (added)
+++ trunk/packages/cryptgps/trunk/debian/copyright Tue Jan  2 15:52:26 2007
@@ -1,0 +1,33 @@
+This package was debianized by Stefano Zacchiroli <zack at 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 at 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.
+

Added: trunk/packages/cryptgps/trunk/debian/libcryptgps-ocaml-dev.docs
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/libcryptgps-ocaml-dev.docs?rev=3429&op=file
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/libcryptgps-ocaml-dev.docs (added)
+++ trunk/packages/cryptgps/trunk/debian/libcryptgps-ocaml-dev.docs Tue Jan  2 15:52:26 2007
@@ -1,0 +1,1 @@
+README

Added: trunk/packages/cryptgps/trunk/debian/patches/00dpatch.conf
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/patches/00dpatch.conf?rev=3429&op=file
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/patches/00dpatch.conf (added)
+++ trunk/packages/cryptgps/trunk/debian/patches/00dpatch.conf Tue Jan  2 15:52:26 2007
@@ -1,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../upstream

Added: trunk/packages/cryptgps/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/patches/00list?rev=3429&op=file
==============================================================================
    (empty)

Added: trunk/packages/cryptgps/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/rules?rev=3429&op=file
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/rules (added)
+++ trunk/packages/cryptgps/trunk/debian/rules Tue Jan  2 15:52:26 2007
@@ -1,0 +1,24 @@
+#!/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/tmp$(OCAML_STDLIB_DIR)
+DOCDIR = $(CURDIR)/debian/doc/html
+
+ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
+	DEB_MAKE_BUILD_TARGET = opt NO_CUSTOM=y
+	DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DESTDIR) NATIVE=true
+else
+	DEB_MAKE_BUILD_TARGET = all NO_CUSTOM=y
+	DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DESTDIR)
+endif
+
+build/$(PKGNAME)::
+	mkdir -p $(DESTDIR) $(DOCDIR)
+	ocamldoc -html -m A -keep-code -d $(DOCDIR) lib/pcre.mli
+clean::
+	rm -rf debian/doc ocamldoc-stamp
+

Propchange: trunk/packages/cryptgps/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/packages/cryptgps/trunk/debian/svn-deblayout
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/svn-deblayout?rev=3429&op=file
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/svn-deblayout (added)
+++ trunk/packages/cryptgps/trunk/debian/svn-deblayout Tue Jan  2 15:52:26 2007
@@ -1,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

Added: trunk/packages/cryptgps/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/watch?rev=3429&op=file
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/watch (added)
+++ trunk/packages/cryptgps/trunk/debian/watch Tue Jan  2 15:52:26 2007
@@ -1,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
+

Added: trunk/packages/cryptgps/upstream/cryptgps_0.2.1.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/upstream/cryptgps_0.2.1.orig.tar.gz?rev=3429&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/packages/cryptgps/upstream/cryptgps_0.2.1.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




More information about the Pkg-ocaml-maint-commits mailing list