[Pkg-ocaml-maint-commits] r6130 - in /trunk/packages/camlzip/trunk/debian: changelog compat control copyright patches/uncompress.dpatch rules
smimram at users.alioth.debian.org
smimram at users.alioth.debian.org
Tue Feb 10 11:20:53 UTC 2009
Author: smimram
Date: Tue Feb 10 11:20:53 2009
New Revision: 6130
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6130
Log:
New upstream release.
Modified:
trunk/packages/camlzip/trunk/debian/changelog
trunk/packages/camlzip/trunk/debian/compat
trunk/packages/camlzip/trunk/debian/control
trunk/packages/camlzip/trunk/debian/copyright
trunk/packages/camlzip/trunk/debian/patches/uncompress.dpatch
trunk/packages/camlzip/trunk/debian/rules
Modified: trunk/packages/camlzip/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlzip/trunk/debian/changelog?rev=6130&op=diff
==============================================================================
--- trunk/packages/camlzip/trunk/debian/changelog (original)
+++ trunk/packages/camlzip/trunk/debian/changelog Tue Feb 10 11:20:53 2009
@@ -1,8 +1,17 @@
-camlzip (1.03-8) UNRELEASED; urgency=low
-
+camlzip (1.04-1) UNRELEASED; urgency=low
+
+ [ Stefano Zacchiroli ]
* debian/copyright: mention the usual OCaml linking exception to LGPL
- -- Stefano Zacchiroli <zack at debian.org> Sun, 19 Oct 2008 08:16:28 -0500
+ [ Samuel Mimram ]
+ * New upstream release.
+ * Build-depend on dh-ocaml.
+ * Updated compat to 7.
+ * Refreshed uncompress.dpatch.
+ * Updated standards version to 3.8.0.
+ * Version LGPL reference.
+
+ -- Samuel Mimram <smimram at debian.org> Tue, 10 Feb 2009 12:19:11 +0100
camlzip (1.03-7) experimental; urgency=low
Modified: trunk/packages/camlzip/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlzip/trunk/debian/compat?rev=6130&op=diff
==============================================================================
--- trunk/packages/camlzip/trunk/debian/compat (original)
+++ trunk/packages/camlzip/trunk/debian/compat Tue Feb 10 11:20:53 2009
@@ -1,1 +1,1 @@
-5
+7
Modified: trunk/packages/camlzip/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlzip/trunk/debian/control?rev=6130&op=diff
==============================================================================
--- trunk/packages/camlzip/trunk/debian/control (original)
+++ trunk/packages/camlzip/trunk/debian/control Tue Feb 10 11:20:53 2009
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Sven Luther <luther at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>, Ralf Treinen <treinen at debian.org>
-Build-Depends: debhelper (>> 5.0.0), zlib1g-dev (>> 1.1.4), ocaml-nox (>= 3.10.0-8), dpatch, dpkg-dev (>= 1.13.19)
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7.0.0), zlib1g-dev (>> 1.1.4), ocaml-nox (>= 3.10.0-8), dpatch, dpkg-dev (>= 1.13.19), dh-ocaml
+Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/camlzip/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlzip/trunk/
Modified: trunk/packages/camlzip/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlzip/trunk/debian/copyright?rev=6130&op=diff
==============================================================================
--- trunk/packages/camlzip/trunk/debian/copyright (original)
+++ trunk/packages/camlzip/trunk/debian/copyright Tue Feb 10 11:20:53 2009
@@ -7,8 +7,9 @@
Copyright (c) 2001-2007 Xavier Leroy.
-Camlzip is distributed under the terms the LGPL licence, which can be
-found in the /usr/share/common-licenses/LGPL file on debian systems.
+Camlzip is distributed under the terms the LGPL 2.1 (or above) licence,
+which can be found in the /usr/share/common-licenses/LGPL-2.1 file on Debian
+systems.
As a special exception to the GNU Library General Public License, you may link,
statically or dynamically, a "work that uses the Library" with a publicly
Modified: trunk/packages/camlzip/trunk/debian/patches/uncompress.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlzip/trunk/debian/patches/uncompress.dpatch?rev=6130&op=diff
==============================================================================
--- trunk/packages/camlzip/trunk/debian/patches/uncompress.dpatch (original)
+++ trunk/packages/camlzip/trunk/debian/patches/uncompress.dpatch Tue Feb 10 11:20:53 2009
@@ -19,21 +19,22 @@
exit 0
@DPATCH@
-diff -urNad camlzip-1.03~/zlib.ml camlzip-1.03/zlib.ml
---- camlzip-1.03~/zlib.ml 2007-02-13 18:21:37.000000000 +0100
-+++ camlzip-1.03/zlib.ml 2007-02-13 18:22:34.000000000 +0100
-@@ -53,6 +53,7 @@
- compr 0 0;
- deflate_end zs
+diff -urNad camlzip-1.04~/zlib.ml camlzip-1.04/zlib.ml
+--- camlzip-1.04~/zlib.ml 2009-02-10 12:13:14.000000000 +0100
++++ camlzip-1.04/zlib.ml 2009-02-10 12:13:51.000000000 +0100
+@@ -87,6 +87,8 @@
+ in
+ compr, compr_finish
+external plain_uncompress: string -> int -> string -> int -> bool = "camlzip_uncompress"
-
++
let uncompress ?(header = true) refill flush =
let inbuf = String.create buffer_size
-diff -urNad camlzip-1.03~/zlib.mli camlzip-1.03/zlib.mli
---- camlzip-1.03~/zlib.mli 2007-02-13 18:21:38.000000000 +0100
-+++ camlzip-1.03/zlib.mli 2007-02-13 18:21:51.000000000 +0100
-@@ -7,6 +7,8 @@
+ and outbuf = String.create buffer_size in
+diff -urNad camlzip-1.04~/zlib.mli camlzip-1.04/zlib.mli
+--- camlzip-1.04~/zlib.mli 2009-02-10 12:13:14.000000000 +0100
++++ camlzip-1.04/zlib.mli 2009-02-10 12:13:16.000000000 +0100
+@@ -26,6 +26,8 @@
val uncompress:
?header: bool -> (string -> int) -> (string -> int -> unit) -> unit
@@ -42,9 +43,9 @@
type stream
type flush_command =
-diff -urNad camlzip-1.03~/zlibstubs.c camlzip-1.03/zlibstubs.c
---- camlzip-1.03~/zlibstubs.c 2007-02-13 18:21:38.000000000 +0100
-+++ camlzip-1.03/zlibstubs.c 2007-02-13 18:21:51.000000000 +0100
+diff -urNad camlzip-1.04~/zlibstubs.c camlzip-1.04/zlibstubs.c
+--- camlzip-1.04~/zlibstubs.c 2009-02-10 12:13:14.000000000 +0100
++++ camlzip-1.04/zlibstubs.c 2009-02-10 12:13:16.000000000 +0100
@@ -173,3 +173,13 @@
Long_val(len)));
}
Modified: trunk/packages/camlzip/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlzip/trunk/debian/rules?rev=6130&op=diff
==============================================================================
--- trunk/packages/camlzip/trunk/debian/rules (original)
+++ trunk/packages/camlzip/trunk/debian/rules Tue Feb 10 11:20:53 2009
@@ -44,7 +44,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
More information about the Pkg-ocaml-maint-commits
mailing list