[Pkg-ocaml-maint-commits] r5382 - in /trunk/packages/ocaml-magic/trunk/debian: changelog patches/ patches/fix_make_install.patch patches/series rules

toots at users.alioth.debian.org toots at users.alioth.debian.org
Mon Mar 24 02:44:54 UTC 2008


Author: toots
Date: Mon Mar 24 02:44:54 2008
New Revision: 5382

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5382
Log:
Fixed FTBFS on non native archs..

Added:
    trunk/packages/ocaml-magic/trunk/debian/patches/
    trunk/packages/ocaml-magic/trunk/debian/patches/fix_make_install.patch
    trunk/packages/ocaml-magic/trunk/debian/patches/series
Modified:
    trunk/packages/ocaml-magic/trunk/debian/changelog
    trunk/packages/ocaml-magic/trunk/debian/rules

Modified: trunk/packages/ocaml-magic/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk/debian/changelog?rev=5382&op=diff
==============================================================================
--- trunk/packages/ocaml-magic/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-magic/trunk/debian/changelog Mon Mar 24 02:44:54 2008
@@ -1,3 +1,9 @@
+ocaml-magic (0.7.2-2) unstable; urgency=low
+
+  * Patched makefile to fix FTBFS on arch with no ocamlopt
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 24 Mar 2008 03:27:40 +0100
+
 ocaml-magic (0.7.2-1) unstable; urgency=low
 
   * New upstream release

Added: trunk/packages/ocaml-magic/trunk/debian/patches/fix_make_install.patch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk/debian/patches/fix_make_install.patch?rev=5382&op=file
==============================================================================
--- trunk/packages/ocaml-magic/trunk/debian/patches/fix_make_install.patch (added)
+++ trunk/packages/ocaml-magic/trunk/debian/patches/fix_make_install.patch Mon Mar 24 02:44:54 2008
@@ -1,0 +1,12 @@
+Index: ocaml-magic-0.7.2/src/Makefile.in
+===================================================================
+--- ocaml-magic-0.7.2.orig/src/Makefile.in	2008-03-24 03:41:17.000000000 +0100
++++ ocaml-magic-0.7.2/src/Makefile.in	2008-03-24 03:41:35.000000000 +0100
+@@ -8,6 +8,7 @@
+ CLIBS = @CLIBS@
+ CFLAGS = @CFLAGS@
+ #CFLAGS += -DWANT_DEBUG
++LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so)
+ 
+ .PHONY: all byte opt install uninstall update
+ all: @BEST@

Added: trunk/packages/ocaml-magic/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk/debian/patches/series?rev=5382&op=file
==============================================================================
--- trunk/packages/ocaml-magic/trunk/debian/patches/series (added)
+++ trunk/packages/ocaml-magic/trunk/debian/patches/series Mon Mar 24 02:44:54 2008
@@ -1,0 +1,1 @@
+fix_make_install.patch

Modified: trunk/packages/ocaml-magic/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-magic/trunk/debian/rules?rev=5382&op=diff
==============================================================================
--- trunk/packages/ocaml-magic/trunk/debian/rules (original)
+++ trunk/packages/ocaml-magic/trunk/debian/rules Mon Mar 24 02:44:54 2008
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ocaml.mk
 
 # In order to regenerate 'debian/control' :




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