The following commit has been merged in the master branch:
commit f04a7ad2bfe72b9dee2fb82e4693e0d66f8fa3b8
Author: Stephane Glondu <st...@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 <st...@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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to