More 3.08 modification.
authorSven Luther <luther@debian.org>
Wed, 14 Jul 2004 13:22:40 +0000 (13:22 +0000)
committerSven Luther <luther@debian.org>
Wed, 14 Jul 2004 13:22:40 +0000 (13:22 +0000)
debian/control
debian/rules

index 6b656198a16f06d5ee876eec83d19f81b93bb5f5..50e56bee3c343f3d1ea4161b3c7f95f4c2d812a7 100644 (file)
@@ -7,12 +7,12 @@ Standards-Version: 3.6.0
 
 Package: ocaml-nox
 Architecture: any
-Depends: libncurses5-dev, ocaml-base-nox (=${Source-Version}), ocaml-base-nox-3.07, ocaml-interp-3.07
+Depends: libncurses5-dev, ocaml-base-nox (=${Source-Version}), ocaml-base-nox-3.08, ocaml-interp-3.08
 Suggests: ocaml-doc, libgdbm-dev, emacsen
 Recommends: ledit, file
-Provides: ocaml-nox-3.07 ${F:BestProvides}
-Replaces: camlp4, ocaml (<< 3.07.2a-3)
-Conflicts: camlp4, camlidl (<< 1.04), ocaml (<< 3.07.2a-3)
+Provides: ocaml-nox-3.08 ${F:BestProvides}, libnums-ocaml-dev
+Replaces: camlp4, ocaml (<< 3.07.2a-3), libnums-ocaml-dev
+Conflicts: camlp4, camlidl (<< 1.04), ocaml (<< 3.07.2a-3), libnums-ocaml-dev
 Description: ML language implementation with a class-based object system
  Objective Caml is an implementation of the ML language, based on
  the Caml Light dialect extended with a complete class-based object system
@@ -38,9 +38,9 @@ Description: ML language implementation with a class-based object system
 
 Package: ocaml
 Architecture: any
-Depends: ocaml-base (= ${Source-Version}), ocaml-base-3.07, ocaml-nox-3.07
+Depends: ocaml-base (= ${Source-Version}), ocaml-base-3.08, ocaml-nox-3.08
 Suggests: xlibs-dev, tcl8.4-dev, tk8.4-dev, 
-Provides: ocaml-3.07
+Provides: ocaml-3.08
 Description: ML language implementation with a class-based object system
  Objective Caml is an implementation of the ML language, based on
  the Caml Light dialect extended with a complete class-based object system
@@ -66,10 +66,10 @@ Description: ML language implementation with a class-based object system
 
 Package: ocaml-base-nox
 Architecture: any
-Provides: ocaml-base-nox-3.07
+Provides: ocaml-base-nox-3.08, libnums-ocaml
 Depends: ${shlibs:Depends}
-Replaces: ocaml-base (<< 3.07.2a-3)
-Conflicts: ocaml (<< 3.04-2), ocaml-base (<< 3.07.2a-3)
+Replaces: ocaml-base (<< 3.07.2a-3), libnums-ocaml
+Conflicts: ocaml (<< 3.04-2), ocaml-base (<< 3.07.2a-3), libnums-ocaml
 Description: Runtime system for ocaml bytecode executables
  Objective Caml is an implementation of the ML language, based on
  the Caml Light dialect extended with a complete class-based object system
@@ -81,8 +81,8 @@ Description: Runtime system for ocaml bytecode executables
 
 Package: ocaml-base
 Architecture: any
-Depends: ${shlibs:Depends}, ocaml-base-nox-3.07
-Provides: ocaml-base-3.07
+Depends: ${shlibs:Depends}, ocaml-base-nox-3.08
+Provides: ocaml-base-3.08
 Description: Runtime system for ocaml bytecode executables
  Objective Caml is an implementation of the ML language, based on
  the Caml Light dialect extended with a complete class-based object system
@@ -95,7 +95,7 @@ Description: Runtime system for ocaml bytecode executables
 
 Package: ocaml-native-compilers
 Architecture: alpha amd64 arm i386 ia64 powerpc sparc
-Depends: ocaml-nox (= ${Source-Version}), ocaml-nox-3.07, ${shlibs:Depends}
+Depends: ocaml-nox (= ${Source-Version}), ocaml-nox-3.08, ${shlibs:Depends}
 Provides: ocaml-best-compilers
 Description: Native code compilers of the ocaml suite (the .opt ones)
  Objective Caml is an implementation of the ML language, based on
@@ -110,7 +110,7 @@ Description: Native code compilers of the ocaml suite (the .opt ones)
 
 Package: ocaml-source
 Architecture: all
-Provides: ocaml-source-3.07
+Provides: ocaml-source-3.08
 Description: Sources for Objective Caml
  Objective Caml is an implementation of the ML language, based on
  the Caml Light dialect extended with a complete class-based object system
@@ -122,8 +122,8 @@ Description: Sources for Objective Caml
 
 Package: ocaml-interp
 Architecture: any
-Provides: ocaml-interp-3.07
-Depends: ocaml-base-nox-3.07
+Provides: ocaml-interp-3.08
+Depends: ocaml-base-nox-3.08
 Replaces: ocaml (<< 3.07.2a-3)
 Conflicts: ocaml (<< 3.07.2a-3)
 Description: Ocaml interpreter and standard libraries
@@ -136,8 +136,8 @@ Description: Ocaml interpreter and standard libraries
 
 Package: ocaml-compiler-libs
 Architecture: any
-Provides: ocaml-compiler-libs-3.07
-Depends: ocaml-nox-3.07
+Provides: ocaml-compiler-libs-3.08
+Depends: ocaml-nox-3.08
 Description: Ocaml interpreter and standard libraries
  Objective Caml is an implementation of the ML language, based on
  the Caml Light dialect extended with a complete class-based object system
index 07474f9126105efe5a0cf7717ac9285f22549182..5c53863ff7b34590e302f8b3d97c00047c09bef9 100755 (executable)
@@ -8,7 +8,7 @@
 # We want to use dpatch.
 include /usr/share/dpatch/dpatch.make
 PACKAGE = ocaml
-VERSION = 3.07
+VERSION = 3.08.0
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1