[Pkg-ocaml-maint-commits] [SCM] camlp5 packaging branch, master, updated. debian/5.12-3-5-g0ddae45

Stephane Glondu steph at glondu.net
Fri Apr 9 05:35:37 UTC 2010


The following commit has been merged in the master branch:
commit 8a1922608faaef04189ff18319fe5c805436f197
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Apr 9 06:47:08 2010 +0200

    New upstream release, ready for OCaml 3.11.2

diff --git a/debian/changelog b/debian/changelog
index 1b95880..fdceb3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+camlp5 (5.13-1) UNRELEASED; urgency=low
+
+  * New upstream release:
+    - remove Add-partial-OCaml-3.11.2-support.patch
+
+ -- Stéphane Glondu <glondu at debian.org>  Fri, 09 Apr 2010 06:46:09 +0200
+
 camlp5 (5.12-3) unstable; urgency=low
 
   * Switch source format to 3.0 (quilt)
diff --git a/debian/patches/0001-Add-partial-OCaml-3.11.2-support.patch b/debian/patches/0001-Add-partial-OCaml-3.11.2-support.patch
deleted file mode 100644
index 542ef44..0000000
--- a/debian/patches/0001-Add-partial-OCaml-3.11.2-support.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From: Stephane Glondu <steph at glondu.net>
-Date: Tue, 5 Jan 2010 17:17:57 +0100
-Subject: [PATCH] Add (partial) OCaml 3.11.2 support
-
-The full support is achieved by running the following commands after
-extracting the tarball of version 5.12, before runing ./configure:
-
-  cp -a ocaml_stuff/3.11.1 ocaml_stuff/3.11.2
-  sed -i \
-    -e 's/let ocaml_version = "3.11.1"/let ocaml_version = "3.11.2"/' \
-    ocaml_stuff/3.11.2/utils/pconfig.ml
-  cp -a ocaml_src/main/ast2pt.ml_3.11.1 ocaml_src/main/ast2pt.ml_3.11.2
-
-Signed-off-by: Stephane Glondu <steph at glondu.net>
----
- main/ast2pt.ml |    2 +-
- top/rprint.ml  |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/main/ast2pt.ml b/main/ast2pt.ml
-index 3c1ae43..9f3af38 100644
---- a/main/ast2pt.ml
-+++ b/main/ast2pt.ml
-@@ -14,7 +14,7 @@ THEN
- END;
- 
- IFDEF
--  OCAML_3_11 OR OCAML_3_11_0 OR OCAML_3_11_1 OR OCAML_3_12_0
-+  OCAML_3_11 OR OCAML_3_11_0 OR OCAML_3_11_1 OR OCAML_3_11_2 OR OCAML_3_12_0
- THEN
-   DEFINE AFTER_OCAML_3_11
- END;
-diff --git a/top/rprint.ml b/top/rprint.ml
-index c011b07..1a67480 100644
---- a/top/rprint.ml
-+++ b/top/rprint.ml
-@@ -11,7 +11,7 @@ THEN
-   DEFINE OCAML_3_08
- END;
- 
--IFDEF OCAML_3_11 OR OCAML_3_11_0 OR OCAML_3_11_1 OR OCAML_3_12_0 THEN
-+IFDEF OCAML_3_11 OR OCAML_3_11_0 OR OCAML_3_11_1 OR OCAML_3_11_2 OR OCAML_3_12_0 THEN
-   DEFINE AFTER_OCAML_3_11
- END;
- 
--- 
diff --git a/debian/patches/0002-Fix-typos-in-manpage.patch b/debian/patches/0001-Fix-typos-in-manpage.patch
similarity index 100%
rename from debian/patches/0002-Fix-typos-in-manpage.patch
rename to debian/patches/0001-Fix-typos-in-manpage.patch
diff --git a/debian/patches/series b/debian/patches/series
index f89b752..65871ce 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0001-Add-partial-OCaml-3.11.2-support.patch
-0002-Fix-typos-in-manpage.patch
+0001-Fix-typos-in-manpage.patch
diff --git a/debian/rules b/debian/rules
index 891fcc2..ff693f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,11 +24,6 @@ endif
 
 configure/$(PKGNAME):: debian/configure-stamp
 debian/configure-stamp:
-	cp -a ocaml_stuff/3.11.1 ocaml_stuff/3.11.2
-	sed -i \
-	  -e 's/let ocaml_version = "3.11.1"/let ocaml_version = "3.11.2"/' \
-	  ocaml_stuff/3.11.2/utils/pconfig.ml
-	cp -a ocaml_src/main/ast2pt.ml_3.11.1 ocaml_src/main/ast2pt.ml_3.11.2
 	./configure $(CONFIGURE_FLAGS)
 	touch debian/configure-stamp
 clean::
@@ -36,7 +31,6 @@ clean::
 	rm -f doc/html/*.html config/Makefile config/Makefile.cnf myconfig
 	rm -Rf doc/html/rss
 	rm -f ocaml_src/main/ast2pt.ml
-	rm -Rf ocaml_stuff/3.11.2 ocaml_src/main/ast2pt.ml_3.11.2
 
 pre-build:: debian/META
 debian/META: debian/META.src

-- 
camlp5 packaging



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