New upstream release candidate 3.09.2+rc1.
authorJulien Cristau <julien.cristau@ens-lyon.org>
Thu, 30 Mar 2006 15:16:40 +0000 (15:16 +0000)
committerJulien Cristau <julien.cristau@ens-lyon.org>
Thu, 30 Mar 2006 15:16:40 +0000 (15:16 +0000)
debian/changelog
debian/copyright.in
debian/patches/00list
debian/rules
debian/svn-deblayout

index c6cff54a16fa2088ca78f112396be951fd62b66d..9852a61db25f30b5bc59ee91435ab4510e630d8e 100644 (file)
@@ -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@debian.org>  Sat, 25 Mar 2006 13:52:14 +0000
+ -- Julien Cristau <julien.cristau@ens-lyon.org>  Thu, 30 Mar 2006 15:10:14 +0200
 
 ocaml (3.09.1-3) unstable; urgency=low
 
index 2383f4444de72334bd16fc98cd96a985c034d98d..4fb5ae62fb02bbe9cc455d08a80d2257bb2312c0 100644 (file)
@@ -1,9 +1,8 @@
 This package was debianized by Sven Luther <luther@debian.org> on
 Fri, 14 Dec 2001 12:44:03 +0100.
 
-It was downloaded from
-
-  http://caml.inria.fr/pub/distrib/ocaml-#OcamlMAJOR#/ocaml-#OcamlABI#.tar.gz
+It was downloaded from :pserver:anoncvs@camlcvs.inria.fr/caml
+(module ocaml, tag ocaml3092rc1).
 
 Upstream Authors: Xavier Leroy, Jerome Vouillon and Damien Doligez
 Upstream Author for the camlp4 part: Daniel de Rauglaudre
index 64990b6a62345ab1e582edd295dc86ac0c2c049a..f2583a23221feb724f38e9eaa39dcb3a74915c9e 100644 (file)
@@ -2,7 +2,7 @@ versioned_libdir
 objinfo
 dumpobj
 man-ocamlmklib
-kbsd-gnu
+#kbsd-gnu
 alpha_ld_no-relax
 call_ld_with_proper_flags
-pr_o
+#pr_o
index c9c76609b30fa1c38957cade871a0995607acd1f..4758107c40453b9cb45fa280c109de13f88e238b 100755 (executable)
@@ -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 @@ debian/control:
 # 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
index f7696e3ccee4a032c232ff1cdaaf383b442df0e2..99b5d915bce04608e1b985b7de216ffc2fa30d71 100644 (file)
@@ -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