[Pkg-ocaml-maint-commits] [SCM] janest-core packaging branch, master, updated. debian/0.5.3-1-12-g98f4046
Stefano Zacchiroli
zack at upsilon.cc
Tue Nov 10 16:49:23 UTC 2009
The following commit has been merged in the master branch:
commit 9625e2ebbc645de5d3fffd47229ff5da0dbc2b31
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Mon Nov 9 11:25:49 2009 +0100
refresh patch 0002-extra-targets-to-enable-compilation-of-byte-code-onl
diff --git a/debian/changelog b/debian/changelog
index e815fe4..663807d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
janest-core (0.6.0-1) UNRELEASED; urgency=low
- * Non-maintainer upload.
+ * New upstream release
+ * debian/patches/: refresh patches:
+ - 0002-extra-targets-to-enable-compilation-of-byte-code-onl
-- Stefano Zacchiroli <zack at debian.org> Sun, 08 Nov 2009 23:20:44 +0100
diff --git a/debian/patches/0002-extra-targets-to-enable-compilation-of-byte-code-onl.patch b/debian/patches/0002-extra-targets-to-enable-compilation-of-byte-code-onl.patch
index abc340f..f58f2a1 100644
--- a/debian/patches/0002-extra-targets-to-enable-compilation-of-byte-code-onl.patch
+++ b/debian/patches/0002-extra-targets-to-enable-compilation-of-byte-code-onl.patch
@@ -5,39 +5,33 @@ Subject: [PATCH] extra targets to enable compilation of byte code only
Signed-off-by: Stefano Zacchiroli <zack at upsilon.cc>
Signed-off-by: Stephane Glondu <steph at glondu.net>
---
- Makefile | 9 +++++++++
+ Makefile | 10 ++++++++++
lib/Makefile | 1 +
- 2 files changed, 10 insertions(+), 0 deletions(-)
+ 2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
-index 4c67b1a..3d0ecd8 100644
+index 04a3d60..5a12487 100644
--- a/Makefile
+++ b/Makefile
-@@ -3,10 +3,19 @@ all:
- @cd lib && $(MAKE)
- @cd lib_test && make
-
+@@ -17,3 +17,13 @@ uninstall:
+ clean:
+ @cd lib && $(MAKE) clean
+ @cd extended && $(MAKE) clean
++
+.PHONY: byte
+byte:
+ @cd lib && $(MAKE) byte
+ @cd lib_test && make
+
- .PHONY: install
- install:
- @cd lib && $(MAKE) $@
-
+.PHONY: libinstall-byte-code
+libinstall-byte-code:
+ @cd lib && $(MAKE) $@
+
- .PHONY: uninstall
- uninstall:
- @cd lib && $(MAKE) $@
diff --git a/lib/Makefile b/lib/Makefile
-index 1edd843..b15a5ad 100644
+index ab1c8d8..d2af679 100644
--- a/lib/Makefile
+++ b/lib/Makefile
-@@ -168,6 +168,7 @@ THREADS = yes
+@@ -210,6 +210,7 @@ THREADS = yes
ANNOTATE = true
all: byte-code-library native-code-library
@@ -46,3 +40,5 @@ index 1edd843..b15a5ad 100644
LIBINSTALL_FILES = \
core.cmi core.cma core.cmxa core.a libcore_stubs.a dllcore_stubs.so
--
+1.6.5.2
+
--
janest-core packaging
More information about the Pkg-ocaml-maint-commits
mailing list