[Pkg-ocaml-maint-commits] r3431 - /trunk/packages/cryptgps/trunk/debian/patches/no_debugging_info.dpatch

zack at users.alioth.debian.org zack at users.alioth.debian.org
Tue Jan 2 16:05:45 CET 2007


Author: zack
Date: Tue Jan  2 16:05:44 2007
New Revision: 3431

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3431
Log:
avoid compiling with debugging info enabled

Added:
    trunk/packages/cryptgps/trunk/debian/patches/no_debugging_info.dpatch   (with props)

Added: trunk/packages/cryptgps/trunk/debian/patches/no_debugging_info.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/patches/no_debugging_info.dpatch?rev=3431&op=file
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/patches/no_debugging_info.dpatch (added)
+++ trunk/packages/cryptgps/trunk/debian/patches/no_debugging_info.dpatch Tue Jan  2 16:05:44 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## no_debugging_info.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad trunk~/Makefile trunk/Makefile
+--- trunk~/Makefile	2001-07-19 21:00:41.000000000 +0200
++++ trunk/Makefile	2007-01-02 16:02:19.000000000 +0100
+@@ -37,7 +37,7 @@
+ # general rules:
+ 
+ OPTIONS   =
+-OCAMLC    = ocamlc -g $(OPTIONS) $(ROPTIONS)
++OCAMLC    = ocamlc $(OPTIONS) $(ROPTIONS)
+ OCAMLOPT  = ocamlopt $(OPTIONS) $(ROPTIONS)
+ OCAMLDEP  = ocamldep $(OPTIONS)
+ OCAMLFIND = ocamlfind

Propchange: trunk/packages/cryptgps/trunk/debian/patches/no_debugging_info.dpatch
------------------------------------------------------------------------------
    svn:executable = *




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