[Pkg-ocaml-maint-commits] r3049 - in /trunk/packages/ocaml-sha: trunk/debian/Makefile trunk/debian/changelog trunk/debian/control trunk/debian/rules trunk/debian/watch upstream/ocaml-sha_1.2.orig.tar.gz upstream/ocaml-sha_1.3.orig.tar.gz

ecc-guest at users.alioth.debian.org ecc-guest at users.alioth.debian.org
Sun Sep 3 14:33:13 UTC 2006


Author: ecc-guest
Date: Sun Sep  3 14:33:09 2006
New Revision: 3049

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3049
Log:
new upstream version

Added:
    trunk/packages/ocaml-sha/upstream/ocaml-sha_1.3.orig.tar.gz   (with props)
Removed:
    trunk/packages/ocaml-sha/upstream/ocaml-sha_1.2.orig.tar.gz
Modified:
    trunk/packages/ocaml-sha/trunk/debian/Makefile
    trunk/packages/ocaml-sha/trunk/debian/changelog
    trunk/packages/ocaml-sha/trunk/debian/control
    trunk/packages/ocaml-sha/trunk/debian/rules
    trunk/packages/ocaml-sha/trunk/debian/watch

Modified: trunk/packages/ocaml-sha/trunk/debian/Makefile
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/debian/Makefile?rev=3049&op=diff
==============================================================================
--- trunk/packages/ocaml-sha/trunk/debian/Makefile (original)
+++ trunk/packages/ocaml-sha/trunk/debian/Makefile Sun Sep  3 14:33:09 2006
@@ -1,6 +1,6 @@
 OCAMLMAKEFILE = /usr/share/ocaml-tools/OCamlMakefile
 
-SOURCES = sha1.mli sha1.ml sha1_stubs.c sha256.mli sha256.ml sha256_stubs.c
+SOURCES = $(foreach n,1 256 512,sha$(n).mli sha$(n).ml sha$(n)_stubs.c)
 CFLAGS = -Wall -O3 -funroll-loops
 RESULT = sha
 

Modified: trunk/packages/ocaml-sha/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/debian/changelog?rev=3049&op=diff
==============================================================================
--- trunk/packages/ocaml-sha/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-sha/trunk/debian/changelog Sun Sep  3 14:33:09 2006
@@ -1,3 +1,9 @@
+ocaml-sha (1.3-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Eric Cooper <ecc at cmu.edu>  Sun,  3 Sep 2006 09:13:11 -0400
+
 ocaml-sha (1.2-1) unstable; urgency=low
 
   * New upstream version (renamed)

Modified: trunk/packages/ocaml-sha/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/debian/control?rev=3049&op=diff
==============================================================================
--- trunk/packages/ocaml-sha/trunk/debian/control (original)
+++ trunk/packages/ocaml-sha/trunk/debian/control Sun Sep  3 14:33:09 2006
@@ -13,7 +13,8 @@
 Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
 Description: SHA cryptographic hash functions for OCaml
  SHA-1 produces a 160-bit digest from its input.
- SHA-256 produces a 256-bit digest from its input.
+ SHA-256 and SHA-512 produce 256-bit and 512-bit digests
+ from their inputs, respectively.
  .
  This package contains the shared runtime stub libraries.
  .
@@ -27,7 +28,8 @@
 Conflicts: libsha1-ocaml-dev
 Description: SHA cryptographic hash functions for OCaml
  SHA-1 produces a 160-bit digest from its input.
- SHA-256 produces a 256-bit digest from its input.
+ SHA-256 and SHA-512 produce 256-bit and 512-bit digests
+ from their inputs, respectively.
  .
  This package contains the files needed to compile OCaml programs
  that use the SHA library.

Modified: trunk/packages/ocaml-sha/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/debian/rules?rev=3049&op=diff
==============================================================================
--- trunk/packages/ocaml-sha/trunk/debian/rules (original)
+++ trunk/packages/ocaml-sha/trunk/debian/rules Sun Sep  3 14:33:09 2006
@@ -18,7 +18,7 @@
 export OCAMLFIND_INSTFLAGS = -destdir $(DESTDIR) -ldconf ignore
 export NO_CUSTOM = yes
 
-LIBINSTALL_FILES = sha1.mli sha1.cmi sha256.mli sha256.cmi \
+LIBINSTALL_FILES = $(foreach n,1 256 512,sha$(n).mli sha$(n).cmi) \
 		   sha.cma libsha_stubs.a dllsha_stubs.so
 ifeq ($(NATIVECODE),yes)
     LIBINSTALL_FILES += sha.cmxa sha.a

Modified: trunk/packages/ocaml-sha/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/debian/watch?rev=3049&op=diff
==============================================================================
--- trunk/packages/ocaml-sha/trunk/debian/watch (original)
+++ trunk/packages/ocaml-sha/trunk/debian/watch Sun Sep  3 14:33:09 2006
@@ -1,4 +1,3 @@
 version=3
 
-opts=filenamemangle=s/ocaml_sha/ocaml-sha/ \
 http://tab.snarc.org/download/ocaml/ocaml_sha-(.*)\.tar\.bz2

Added: trunk/packages/ocaml-sha/upstream/ocaml-sha_1.3.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/upstream/ocaml-sha_1.3.orig.tar.gz?rev=3049&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/packages/ocaml-sha/upstream/ocaml-sha_1.3.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




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