New upstream release, refresh patches
authorStephane Glondu <steph@glondu.net>
Fri, 12 Jun 2009 13:50:56 +0000 (15:50 +0200)
committerStephane Glondu <steph@glondu.net>
Fri, 12 Jun 2009 13:54:37 +0000 (15:54 +0200)
debian/changelog
debian/patches/0005-Patch-config.sh-for-installation.patch
debian/rules

index 671b3a248939549726332df7a541504e68280922..6d461166ef837dd6bf073f2764e86ff3fdf7df1a 100644 (file)
@@ -1,4 +1,4 @@
-ocaml (3.11.1~rc1-1) UNRELEASED; urgency=low
+ocaml (3.11.1-1) UNRELEASED; urgency=low
 
   [ Samuel Mimram ]
   * Add kfreebsd-amd64 to the list of supported native architectures.
@@ -9,7 +9,7 @@ ocaml (3.11.1~rc1-1) UNRELEASED; urgency=low
     - remove recommends to ledit from ocaml-nox (does not ship "ocaml")
 
   [ Stephane Glondu ]
-  * New upstream release candidate:
+  * New upstream release:
     - remove dbm_ldopts.dpatch (merged upstream)
     - switch patch system to quilt
   * debian/control:
@@ -19,7 +19,7 @@ ocaml (3.11.1~rc1-1) UNRELEASED; urgency=low
       ocaml-interp
     - remove various obsolete Conflicts and Replaces
 
- -- Stephane Glondu <steph@glondu.net>  Sun, 07 Jun 2009 16:07:40 +0200
+ -- Stephane Glondu <steph@glondu.net>  Fri, 12 Jun 2009 15:50:22 +0200
 
 ocaml (3.11.0-5) unstable; urgency=low
 
index 75c0e51840bd2d7ed5a4c158f52499595c45302f..33885cee1d763b1eb6d81b9c4ce39872152ab757 100644 (file)
@@ -9,7 +9,7 @@ Use for installatation a patched config.sh (created by debian/rules).
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/build/install.sh b/build/install.sh
-index 34d6384..c57bcdb 100755
+index 5093f31..d4f5804 100755
 --- a/build/install.sh
 +++ b/build/install.sh
 @@ -18,7 +18,7 @@ set -e
index a478a76bc3fa4c4226655ac753acaecb6102aeb1..91a6db39a8001a47790778a2925b2e36ce98ce38 100755 (executable)
@@ -4,7 +4,7 @@ include /usr/share/quilt/quilt.make
 PACKAGE := ocaml
 ALL_PACKAGES := $(shell sed -ne 's/^Package: //p' debian/control)
 OCAMLMAJOR := 3.11
-OCAMLMINOR := 1+rc0
+OCAMLMINOR := 1
 
 # Build cache (for Debian debugging)
 BUILDCACHE := $(wildcard ../ocaml.cache)