Package: uuidm Version: 0.9.3-3 Severity: normal Hi,
when building native code binaries using uuidm the linking fails to find uuidm.cmxa. The attached patch adds the file. MfG Goswin -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (666, 'unstable'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-debian-xen-1 (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash
diff -u uuidm-0.9.3/debian/changelog uuidm-0.9.3/debian/changelog --- uuidm-0.9.3/debian/changelog +++ uuidm-0.9.3/debian/changelog @@ -1,3 +1,9 @@ +uuidm (0.9.3-3a0.mrvn.1) unstable; urgency=low + + * Build uuidm.cmxa + + -- Goswin von Brederlow <goswin-...@web.de> Thu, 15 Jul 2010 11:40:12 +0200 + uuidm (0.9.3-3) unstable; urgency=low * Use dh-ocaml 0.9 features only in patch2: unchanged: --- uuidm-0.9.3.orig/build +++ uuidm-0.9.3/build @@ -29,7 +29,7 @@ module-byte) ocb $PROJECTNAME.cmo ;; module-native) - ocb $PROJECTNAME.cmx ;; + ocb $PROJECTNAME.cmxa ;; module) action module-native action module-byte ;; @@ -45,7 +45,7 @@ action module $MKDIR -p $INSTALLDIR F="_build/src/$PROJECTNAME" - $CP $F.ml $F.mli $F.cmi $F.cmo $F.cmx $F.o src/META $INSTALLDIR ;; + $CP $F.ml $F.mli $F.cmi $F.cmo $F.cmxa $F.a $F.o src/META $INSTALLDIR ;; distrib) distrib ;; clean) ocb -clean ;;