[Pkg-ocaml-maint-commits] [SCM] ocaml-r packaging branch, master, updated. upstream/0.1-11-gb45ac2c

Guillaume Yziquel guillaume.yziquel at citycable.ch
Fri Oct 16 14:30:04 UTC 2009


The following commit has been merged in the master branch:
commit b45ac2c285cb34ded4b3de65c043888d17719096
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date:   Fri Oct 16 16:29:38 2009 +0200

    Removed useless Rdevices module.

diff --git a/debian/patches/rm_rdevices.diff b/debian/patches/rm_rdevices.diff
new file mode 100644
index 0000000..bc26e29
--- /dev/null
+++ b/debian/patches/rm_rdevices.diff
@@ -0,0 +1,41 @@
+From: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
+Subject: [PATCH] Removing src/rdevices.ml
+
+Index: ocaml-r-0.1/src/rdevices.ml
+===================================================================
+--- a/src/rdevices.ml
++++ /dev/null
+@@ -1,32 +0,0 @@
+-(*********************************************************************************)
+-(*                OCaml-R                                                        *)
+-(*                                                                               *)
+-(*    Copyright (C) 2008 Institut National de Recherche en Informatique et       *)
+-(*    en Automatique. All rights reserved.                                       *)
+-(*                                                                               *)
+-(*    This program is free software; you can redistribute it and/or modify       *)
+-(*    it under the terms of the GNU General Public License as                    *)
+-(*    published by the Free Software Foundation; either version 2 of the         *)
+-(*    License, or  any later version.                                            *)
+-(*                                                                               *)
+-(*    This program is distributed in the hope that it will be useful,            *)
+-(*    but WITHOUT ANY WARRANTY; without even the implied warranty of             *)
+-(*    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              *)
+-(*    GNU Library General Public License for more details.                       *)
+-(*                                                                               *)
+-(*    You should have received a copy of the GNU General Public                  *)
+-(*    License along with this program; if not, write to the Free Software        *)
+-(*    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA                   *)
+-(*    02111-1307  USA                                                            *)
+-(*                                                                               *)
+-(*    Contact: Maxence.Guesdon at inria.fr                                          *)
+-(*                                                                               *)
+-(*********************************************************************************)
+-
+-(** Bindings to the devices functions. *)
+-
+-(*
+-external init_graphics : unit -> unit = "r_initGraphics"
+-external kill_all_devices : unit -> unit = "r_killAllDevices"
+-external free_type1_fonts : unit -> unit = "r_freeType1Fonts"
+-*)
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 7f1fce4..bb2fd9e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+rm_rdevices.diff
 fPIC.diff
 new-build-system.diff

-- 
ocaml-r packaging



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