[Pkg-ocaml-maint-commits] r2607 - in trunk/packages/ocaml: branches
branches/3.09.2~rc1/debian branches/3.09.2~rc1/debian/patches
upstream
Julien Cristau
jcristau-guest at costa.debian.org
Thu Mar 30 15:16:45 UTC 2006
Author: jcristau-guest
Date: 2006-03-30 15:16:40 +0000 (Thu, 30 Mar 2006)
New Revision: 2607
Added:
trunk/packages/ocaml/branches/3.09.2~rc1/
trunk/packages/ocaml/upstream/ocaml_3.09.1+3.09.2rc1.orig.tar.gz
Modified:
trunk/packages/ocaml/branches/3.09.2~rc1/debian/changelog
trunk/packages/ocaml/branches/3.09.2~rc1/debian/copyright.in
trunk/packages/ocaml/branches/3.09.2~rc1/debian/patches/00list
trunk/packages/ocaml/branches/3.09.2~rc1/debian/rules
trunk/packages/ocaml/branches/3.09.2~rc1/debian/svn-deblayout
Log:
New upstream release candidate 3.09.2+rc1.
Copied: trunk/packages/ocaml/branches/3.09.2~rc1 (from rev 2606, trunk/packages/ocaml/trunk)
Modified: trunk/packages/ocaml/branches/3.09.2~rc1/debian/changelog
===================================================================
--- trunk/packages/ocaml/trunk/debian/changelog 2006-03-28 21:34:01 UTC (rev 2606)
+++ trunk/packages/ocaml/branches/3.09.2~rc1/debian/changelog 2006-03-30 15:16:40 UTC (rev 2607)
@@ -1,17 +1,20 @@
-ocaml (3.09.1-4) UNRELEASED; urgency=low
+ocaml (3.09.1+3.09.2rc1-1) experimental; urgency=low
[ Julien Cristau ]
* Remove dh_gencontrol line for ocaml-source from the binary-arch target
(ocaml-source is built in binary-indep).
- * Add patch from upstream to fix handling of `new' in camlp4
- (Closes: #355651).
+ * New upstream release candidate:
+ + add support for GNU/Hurd (Closes: #358274).
+ + fix handling of `new' in camlp4 which caused stack overflow (Closes:
+ #355651).
+ * Drop kbsd-gnu.dpatch, obsolete.
[ Samuel Mimram ]
* Use new icon, closes: #358946.
* Link to README.Debian instead of README.Debian.gz in
/usr/share/doc/ocaml-base, closes: #355975.
- -- Samuel Mimram <smimram at debian.org> Sat, 25 Mar 2006 13:52:14 +0000
+ -- Julien Cristau <julien.cristau at ens-lyon.org> Thu, 30 Mar 2006 15:10:14 +0200
ocaml (3.09.1-3) unstable; urgency=low
Modified: trunk/packages/ocaml/branches/3.09.2~rc1/debian/copyright.in
===================================================================
--- trunk/packages/ocaml/trunk/debian/copyright.in 2006-03-28 21:34:01 UTC (rev 2606)
+++ trunk/packages/ocaml/branches/3.09.2~rc1/debian/copyright.in 2006-03-30 15:16:40 UTC (rev 2607)
@@ -1,10 +1,9 @@
This package was debianized by Sven Luther <luther at debian.org> on
Fri, 14 Dec 2001 12:44:03 +0100.
-It was downloaded from
+It was downloaded from :pserver:anoncvs at camlcvs.inria.fr/caml
+(module ocaml, tag ocaml3092rc1).
- http://caml.inria.fr/pub/distrib/ocaml-#OcamlMAJOR#/ocaml-#OcamlABI#.tar.gz
-
Upstream Authors: Xavier Leroy, Jerome Vouillon and Damien Doligez
Upstream Author for the camlp4 part: Daniel de Rauglaudre
Modified: trunk/packages/ocaml/branches/3.09.2~rc1/debian/patches/00list
===================================================================
--- trunk/packages/ocaml/trunk/debian/patches/00list 2006-03-28 21:34:01 UTC (rev 2606)
+++ trunk/packages/ocaml/branches/3.09.2~rc1/debian/patches/00list 2006-03-30 15:16:40 UTC (rev 2607)
@@ -2,7 +2,7 @@
objinfo
dumpobj
man-ocamlmklib
-kbsd-gnu
+#kbsd-gnu
alpha_ld_no-relax
call_ld_with_proper_flags
-pr_o
+#pr_o
Modified: trunk/packages/ocaml/branches/3.09.2~rc1/debian/rules
===================================================================
--- trunk/packages/ocaml/trunk/debian/rules 2006-03-28 21:34:01 UTC (rev 2606)
+++ trunk/packages/ocaml/branches/3.09.2~rc1/debian/rules 2006-03-30 15:16:40 UTC (rev 2607)
@@ -9,7 +9,7 @@
include /usr/share/dpatch/dpatch.make
PACKAGE = ocaml
OCAMLMAJOR = 3.09
-OCAMLMINOR = 1
+OCAMLMINOR = 2+rc1
OCAMLABI = $(OCAMLMAJOR).$(OCAMLMINOR)
STDLIBDIR = /usr/lib/ocaml/$(OCAMLABI)
MD5SUMSDIR = /var/lib/ocaml/md5sums
@@ -53,7 +53,7 @@
# Generate list of files ocaml-source.
# Should never be called automatically.
debian/ocaml-source.files:
- tar ztf ../upstream/ocaml_3.09.1.orig.tar.gz | cut -d/ -f2- | grep -v ^$$ | grep -v .*/$$ | grep -v .cvsignore > debian/ocaml-source.files
+ tar ztf ../upstream/ocaml_3.09.1+3.09.2rc1.orig.tar.gz | cut -d/ -f2- | grep -v ^$$ | grep -v .*/$$ | grep -v .cvsignore > debian/ocaml-source.files
config-stamp: configure abi-sed
Modified: trunk/packages/ocaml/branches/3.09.2~rc1/debian/svn-deblayout
===================================================================
--- trunk/packages/ocaml/trunk/debian/svn-deblayout 2006-03-28 21:34:01 UTC (rev 2606)
+++ trunk/packages/ocaml/branches/3.09.2~rc1/debian/svn-deblayout 2006-03-30 15:16:40 UTC (rev 2607)
@@ -1,3 +1,3 @@
-origDir=../upstream
+origDir=../../upstream
origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml/upstream
tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/ocaml
Added: trunk/packages/ocaml/upstream/ocaml_3.09.1+3.09.2rc1.orig.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/packages/ocaml/upstream/ocaml_3.09.1+3.09.2rc1.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the Pkg-ocaml-maint-commits
mailing list