[Pkg-ocaml-maint-commits] r2619 - in trunk/packages/ocaml: trunk/debian upstream

Samuel Mimram smimram at costa.debian.org
Sun Apr 16 23:38:32 UTC 2006


Author: smimram
Date: 2006-04-16 23:38:25 +0000 (Sun, 16 Apr 2006)
New Revision: 2619

Added:
   trunk/packages/ocaml/upstream/ocaml_3.09.2.orig.tar.gz
Removed:
   trunk/packages/ocaml/upstream/ocaml_3.09.0.orig.tar.gz
   trunk/packages/ocaml/upstream/ocaml_3.09.1.orig.tar.gz
Modified:
   trunk/packages/ocaml/trunk/debian/changelog
   trunk/packages/ocaml/trunk/debian/rules
Log:
Updated to OCaml 3.09.2.

Modified: trunk/packages/ocaml/trunk/debian/changelog
===================================================================
--- trunk/packages/ocaml/trunk/debian/changelog	2006-04-16 23:34:11 UTC (rev 2618)
+++ trunk/packages/ocaml/trunk/debian/changelog	2006-04-16 23:38:25 UTC (rev 2619)
@@ -1,3 +1,9 @@
+ocaml (3.09.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Samuel Mimram <smimram at debian.org>  Sun, 16 Apr 2006 23:32:02 +0000
+
 ocaml (3.09.1+3.09.2rc1-1) experimental; urgency=low
 
   [ Julien Cristau ]

Modified: trunk/packages/ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/ocaml/trunk/debian/rules	2006-04-16 23:34:11 UTC (rev 2618)
+++ trunk/packages/ocaml/trunk/debian/rules	2006-04-16 23:38:25 UTC (rev 2619)
@@ -9,7 +9,7 @@
 include /usr/share/dpatch/dpatch.make
 PACKAGE = ocaml
 OCAMLMAJOR = 3.09
-OCAMLMINOR = 2+rc1
+OCAMLMINOR = 2
 OCAMLABI = $(OCAMLMAJOR).$(OCAMLMINOR)
 STDLIBDIR = /usr/lib/ocaml/$(OCAMLABI)
 MD5SUMSDIR = /var/lib/ocaml/md5sums
@@ -59,7 +59,7 @@
 # Generate list of files ocaml-source.
 # Should never be called automatically.
 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
+	tar ztf ../upstream/ocaml_3.09.2.orig.tar.gz | cut -d/ -f2- | grep -v ^$$ | grep -v .*/$$ | grep -v .cvsignore > debian/ocaml-source.files
 
 
 config-stamp: configure abi-sed

Deleted: trunk/packages/ocaml/upstream/ocaml_3.09.0.orig.tar.gz
===================================================================
(Binary files differ)

Deleted: trunk/packages/ocaml/upstream/ocaml_3.09.1.orig.tar.gz
===================================================================
(Binary files differ)

Added: trunk/packages/ocaml/upstream/ocaml_3.09.2.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/packages/ocaml/upstream/ocaml_3.09.2.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




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