[Pkg-ocaml-maint-commits] r5410 - in /trunk/projects/approx/trunk/debian: changelog rules

ecc-guest at users.alioth.debian.org ecc-guest at users.alioth.debian.org
Tue Apr 1 22:30:19 UTC 2008


Author: ecc-guest
Date: Tue Apr  1 22:30:19 2008
New Revision: 5410

URL: http://svn.debian.org/wsvn/?sc=1&rev=5410
Log:
add nostrip to DEB_BUILD_OPTIONS when building bytecode

Modified:
    trunk/projects/approx/trunk/debian/changelog
    trunk/projects/approx/trunk/debian/rules

Modified: trunk/projects/approx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/debian/changelog?rev=5410&op=diff
==============================================================================
--- trunk/projects/approx/trunk/debian/changelog (original)
+++ trunk/projects/approx/trunk/debian/changelog Tue Apr  1 22:30:19 2008
@@ -2,8 +2,10 @@
 
   * Pass -byte-plugin flag to ocamlbuild when building bytecode
     (closes: #471665)
-
- -- Eric Cooper <ecc at cmu.edu>  Tue, 01 Apr 2008 14:49:03 -0400
+  * Add nostrip to DEB_BUILD_OPTIONS when building bytecode
+    (closes: #473707)
+
+ -- Eric Cooper <ecc at cmu.edu>  Tue, 01 Apr 2008 18:24:42 -0400
 
 approx (3.1.0~rc1) experimental; urgency=low
 

Modified: trunk/projects/approx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/debian/rules?rev=5410&op=diff
==============================================================================
--- trunk/projects/approx/trunk/debian/rules (original)
+++ trunk/projects/approx/trunk/debian/rules Tue Apr  1 22:30:19 2008
@@ -10,4 +10,5 @@
 else
     DEB_MAKE_BUILD_TARGET = all TARGET=byte
     DEB_DH_GENCONTROL_ARGS += -VF:OCamlRun="ocaml-base-nox-$(OCAML_ABI)"
+    export DEB_BUILD_OPTIONS += nostrip
 endif




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