[Pkg-ocaml-maint-commits] [SCM] omake packaging branch, master, updated. debian/0.9.8.5-3-5-2-g29db9e5

Stephane Glondu steph at glondu.net
Sat Jul 4 14:57:40 UTC 2009


The following commit has been merged in the master branch:
commit f04a7ad2bfe72b9dee2fb82e4693e0d66f8fa3b8
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jul 4 16:12:24 2009 +0200

    Properly strip only on native architectures

diff --git a/debian/changelog b/debian/changelog
index 0e35989..a553e02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+omake (0.9.8.5-3-6) unstable; urgency=low
+
+  * Properly strip only on native architectures
+
+ -- Stephane Glondu <steph at glondu.net>  Sat, 04 Jul 2009 16:11:04 +0200
+
 omake (0.9.8.5-3-5) unstable; urgency=low
 
   * Add DM-Upload-Allowed
diff --git a/debian/rules b/debian/rules
index 58f118b..9460f16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ override_dh_compress:
 
 override_dh_strip:
 # omake is compiled with -custom
-ifdef OCAML_OPT_ARCH
+ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 	dh_strip
 endif
 

-- 
omake packaging



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