[Pkg-ocaml-maint-commits] [SCM] sexplib310 packaging branch, master, updated. debian/4.2.11-2

Stefano Zacchiroli zack at upsilon.cc
Fri Jul 10 22:20:25 UTC 2009


The following commit has been merged in the master branch:
commit 0b99fd7d2af41edc26b4b5d1137cf91a76869a21
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Mon Feb 2 21:12:44 2009 +0100

    export patches (only byte-build ATM)

diff --git a/debian/patches/debian/byte-build.diff b/debian/patches/debian/byte-build.diff
new file mode 100644
index 0000000..0ae699d
--- /dev/null
+++ b/debian/patches/debian/byte-build.diff
@@ -0,0 +1,37 @@
+From: Stefano Zacchiroli <zack at upsilon.cc>
+Subject: [PATCH] debian/byte-build
+
+add Makefile targets to build/install bytecode objects only
+
+Signed-off-by: Stefano Zacchiroli <zack at upsilon.cc>
+
+---
+ Makefile |    9 +++++++++
+ 1 files changed, 9 insertions(+), 0 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 4c67b1a..3d0ecd8 100644
+--- a/Makefile
++++ b/Makefile
+@@ -3,10 +3,19 @@ all:
+ 	@cd lib && $(MAKE)
+ 	@cd lib_test && make
+ 
++.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) $@
+-- 
+tg: (9cbfeee..) debian/byte-build (depends on: upstream)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..17af293
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debian/byte-build.diff -p1

-- 
sexplib310 packaging



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