[Pkg-ocaml-maint-commits] r5874 - in /trunk/packages/camlpdf/trunk/debian: changelog rules

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Wed Jul 23 13:42:07 UTC 2008


Author: glondu-guest
Date: Wed Jul 23 13:42:06 2008
New Revision: 5874

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5874
Log:
Fix FTBFS on non-native architectures (Closes: #492034)

Modified:
    trunk/packages/camlpdf/trunk/debian/changelog
    trunk/packages/camlpdf/trunk/debian/rules

Modified: trunk/packages/camlpdf/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlpdf/trunk/debian/changelog?rev=5874&op=diff
==============================================================================
--- trunk/packages/camlpdf/trunk/debian/changelog (original)
+++ trunk/packages/camlpdf/trunk/debian/changelog Wed Jul 23 13:42:06 2008
@@ -1,3 +1,9 @@
+camlpdf (0.3-3) UNRELEASED; urgency=low
+
+  * Fix FTBFS on non-native architectures (Closes: #492034)
+
+ -- Stephane Glondu <steph at glondu.net>  Wed, 23 Jul 2008 15:40:29 +0200
+
 camlpdf (0.3-2) unstable; urgency=low
 
   * Enabled autobuild for non-free packages 

Modified: trunk/packages/camlpdf/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlpdf/trunk/debian/rules?rev=5874&op=diff
==============================================================================
--- trunk/packages/camlpdf/trunk/debian/rules (original)
+++ trunk/packages/camlpdf/trunk/debian/rules Wed Jul 23 13:42:06 2008
@@ -12,6 +12,12 @@
 DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where)
 DEB_MAKE_INSTALL_TARGET := 
 DEB_MAKE_CLEAN_TARGET   := clean clean-doc
+DEB_MAKE_BUILD_TARGET := byte-code-library
+
+ifeq ($(OCAML_HAVE_OCAMLOPT),yes) 
+        DEB_MAKE_BUILD_TARGET += native-code-library
+endif
+
 DEB_DH_INSTALL_SOURCEDIR := .
 CFLAGS += -fPIC
 




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