Removed 3.07 stuff from versioned_libdir patch.
authorSven Luther <luther@debian.org>
Wed, 14 Jul 2004 15:54:20 +0000 (15:54 +0000)
committerSven Luther <luther@debian.org>
Wed, 14 Jul 2004 15:54:20 +0000 (15:54 +0000)
debian/patches/versioned_libdir.dpatch

index cc55eaf30a3865d7ba5165e34b6d0acb95874b0f..f72a8d80ffc6ac138a5f56d9cac70a67cd249a97 100755 (executable)
@@ -19,17 +19,17 @@ esac
 
 exit 0
 @DPATCH@
-diff -ur ocaml-3.07.orig/camlp4/config/configure_batch ocaml-3.07/camlp4/config/configure_batch
---- ocaml-3.07.orig/camlp4/config/configure_batch.orig 2003-09-30 18:11:57.000000000 +0200
-+++ ocaml-3.07/camlp4/config/configure_batch   2003-09-30 18:12:51.000000000 +0200
+diff -ur ocaml-3.08.orig/camlp4/config/configure_batch ocaml-3.08/camlp4/config/configure_batch
+--- ocaml-3.08.orig/camlp4/config/configure_batch.orig 2003-09-30 18:11:57.000000000 +0200
++++ ocaml-3.08/camlp4/config/configure_batch   2003-09-30 18:12:51.000000000 +0200
 @@ -94,13 +94,13 @@
     *) echo "BINDIR=$bindir" >> Makefile.cnf;;
  esac
  case "$libdir" in
 -  "") echo 'LIBDIR=$(PREFIX)/lib/camlp4' >> Makefile.cnf
 -      libdir="$prefix/lib/camlp4";;
-+  "") echo 'LIBDIR=$(PREFIX)/lib/ocaml/3.07/camlp4' >> Makefile.cnf
-+      libdir="$prefix/lib/ocaml/3.07/camlp4";;
++  "") echo 'LIBDIR=$(PREFIX)/lib/ocaml/3.08/camlp4' >> Makefile.cnf
++      libdir="$prefix/lib/ocaml/3.08/camlp4";;
     *) echo "LIBDIR=$libdir" >> Makefile.cnf;;
  esac
  case "$mandir" in
@@ -40,17 +40,17 @@ diff -ur ocaml-3.07.orig/camlp4/config/configure_batch ocaml-3.07/camlp4/config/
     *) echo "MANDIR=$mandir" >> Makefile.cnf;;
  esac
  
-diff -ur ocaml-3.07.orig/configure ocaml-3.07/configure
---- ocaml-3.07.orig/configure  2003-09-30 18:09:47.000000000 +0200
-+++ ocaml-3.07/configure       2003-09-30 18:10:12.000000000 +0200
+diff -ur ocaml-3.08.orig/configure ocaml-3.08/configure
+--- ocaml-3.08.orig/configure  2003-09-30 18:09:47.000000000 +0200
++++ ocaml-3.08/configure       2003-09-30 18:10:12.000000000 +0200
 @@ -149,8 +149,8 @@
     *) echo "BINDIR=$bindir" >> Makefile;;
  esac
  case "$libdir" in
 -  "") echo 'LIBDIR=$(PREFIX)/lib/ocaml' >> Makefile
 -      libdir="$prefix/lib/ocaml";;
-+  "") echo 'LIBDIR=$(PREFIX)/lib/ocaml/3.07' >> Makefile
-+      libdir="$prefix/lib/ocaml/3.07";;
++  "") echo 'LIBDIR=$(PREFIX)/lib/ocaml/3.08' >> Makefile
++      libdir="$prefix/lib/ocaml/3.08";;
     *) echo "LIBDIR=$libdir" >> Makefile;;
  esac
  echo 'STUBLIBDIR=$(LIBDIR)/stublibs' >> Makefile